summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-14r300: Fix vertex program position invariant bug, force position reading.Jerome Glisse
2007-01-11Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca .Jerome Glisse
2007-01-04r300: Correct bug introduced by fragprog rework.Jerome Glisse
2006-12-26Deleted unused file which likely have be reintroduced during git move.Jerome Glisse
2006-12-25Rework r300 fragprog avoid using bitfield structure.Jerome Glisse
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-11-20Disable fragment program debug messages.Rune Petersen
2006-11-17fragment.position supportRune Petersen
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-11-09Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick
2006-11-05Add sin instruction to fragment program.Jerome Glisse
2006-11-04Add cos instruction and remove left over debug.Jerome Glisse
2006-11-02Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse
2006-11-02Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01remove unused varsBrian Paul
2006-11-01Remove deprecated GetBufferSize interface.Jerome Glisse
2006-11-01Add LIT instruction to fragment program.Jerome Glisse
2006-11-01Add CMPH instruction to fragprogJerome Glisse
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-26Remove r200 dependencyJerome Glisse
2006-09-26Remove r200 dependency.Jerome Glisse
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-14Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse
2006-09-14Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.Michel Dänzer
2006-09-12Fix compilation warning.Jerome Glisse
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-09-04Managed to make a commit that can't build... Sorry again...Rune Petersen
2006-09-03add missing change to skip low impact RAST fallback...Rune Petersen
2006-08-31re-apply shader fix.Rune Petersen
2006-08-31Give the user posibility to choose speed over correctness.Rune Petersen
2006-08-28Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul
2006-08-26fix #8008Aapo Tahkola
2006-08-24fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul
2006-08-23silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-08-22remove duplicate pieces of code.Aapo Tahkola
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-22fix broken write-only depth setting. use early z where possible.Aapo Tahkola
2006-08-15Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick
2006-08-12gcc-4.1.1 compile fixAapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-31fix #6991Aapo Tahkola