Documented the value written for R300_TX_CNTL cache flush.
[platform/upstream/mesa.git] / src / mesa / drivers / dri / r300 / r300_cmdbuf.c
2007-03-13 Oliver McFaddenDocumented the value written for R300_TX_CNTL cache...
2007-03-11 Aapo TahkolaGuess another unknown register in R300 command buffer...
2007-03-11 Oliver McFaddenRenamed some of the unkXXX variables in the command...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-01 Christoph Billr300: Use register name & add a register about shading.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-04-21 Adam JacksonFix format strings for LP64
2006-04-11 Aapo TahkolaFog support (Ewald Snel)
2006-03-13 Aapo TahkolaClean build.
2006-01-20 Aapo TahkolaTry to tackle bug #5148
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-11-21 Dave Airlieget rid of some of those unknowns figured out from...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-09-03 Brian Paulsilence misc warnings
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-06-16 Aapo Tahkolalost_context never gets reset.
2005-05-19 Aapo TahkolaDitch unused code and features that arent in subject...
2005-05-14 Nicolai HaehnleThe kernel doesn't like command buffers over 64KB,...
2005-05-14 Nicolai HaehnleDon't print debug messages unless the user explicitly...
2005-05-05 Aapo TahkolaGetting rusty... 4278 was already there.
2005-05-05 Aapo TahkolaFlat shading and bunch of clarifications to r300_reg.h .
2005-03-12 Aapo TahkolaUnlike radeon and r200 drivers r300AllocCmdBuf allocs...
2005-03-08 Aapo TahkolaReplacing some RADEON cmd types with r300 counterparts.
2005-03-08 Aapo TahkolaImproving Vladimirs alpha test fix a bit as it turns...
2005-02-19 Aapo TahkolaFix for buffer overrun caused by ALLOC_STATE not having...
2005-02-18 Nicolai HaehnlePrint an error if idling the engine before the buffer...
2005-02-18 Nicolai HaehnleAlways submit command buffers, even when there are...
2005-02-18 Nicolai HaehnleReset nr_released_bufs to 0 after the command buffer...
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-11 Ben SkeggsPort of r200 VB code. VB path should be as fast as...
2005-02-10 Aapo TahkolaRemoving some regs that are wrong and adding some comme...
2005-02-10 Vladimir DergachevFix copy'n'paste errors.
2005-02-10 Aapo TahkolaTurns out unknown5 was border color. texwrap looks...
2005-02-10 Aapo TahkolaAdding support for selecting line width. Stipple patter...
2005-02-08 Aapo TahkolaFix the bug and get zbias back into shape. There might...
2005-02-08 Aapo TahkolaBIG FAT NOTE: Theres a nasty bug somewhere thats causin...
2005-02-08 Aapo TahkolaTo cut the long and boring story short, polygon offsets...
2005-02-03 Vladimir DergachevGet Polygon offset fill to work.
2005-01-24 Aapo Tahkolaborder_color causes lockups with vertex buffers. Disabl...
2005-01-21 Vladimir DergachevProperly input stencil info contributed by Wladimir.
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-14 Aapo TahkolaAdded fixes for filter modes and support for anisotropy...
2005-01-14 Vladimir DergachevRemove redundant register.
2005-01-10 Vladimir DergachevBring vertex buffer code up to date..
2005-01-09 Vladimir DergachevPort EmitPixelShader from cmdbuf.c to SetupPixelShader...
2005-01-09 Vladimir DergachevImplement a more elaborate hashing scheme for texture...
2005-01-04 Vladimir DergachevMajor code restructuring:
2005-01-03 Vladimir DergachevAdd structs describing vertex and pixel shader state...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.
2005-01-02 Vladimir DergachevAdd texture units registers
2004-12-31 Vladimir DergachevQualify the magic 20B0 register as SE_VTE_CNTL similar...
2004-12-30 Vladimir DergachevChange default RS settings so that glxgears will displa...
2004-12-30 Vladimir DergachevClarify some of the unkXXXX atoms.
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-10-24 Nicolai HaehnleHardware accelerated depth clear
2004-10-17 Nicolai Haehnle- FIX: flickering
2004-10-15 Nicolai HaehnleHuge dumb drop. State:
2004-09-28 Nicolai HaehnleInitial revision