summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
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-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
2006-07-27r300_emit.h cleanup.Jerome Glisse
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-15A small logic error.Rune Petersen
2006-07-11_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck
2006-07-09Fix #7195Aapo Tahkola
2006-07-05R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola
2006-07-04Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.Jerome Glisse
2006-07-03Add copyright header and minor cleanup.Jerome Glisse
2006-07-01initialize offset to avoid bogus warnings from valgrindTilman Sauerbeck
2006-06-30Vertex/fragment program patches (Rune Petersen)Brian Paul
2006-06-29Fix typo.Jerome Glisse
2006-06-29destroy left-over VBOs on shutdownTilman Sauerbeck
2006-06-29instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck
2006-06-29cleanup, avoid magic valuesTilman Sauerbeck
2006-06-27Fix stencil clears that have caused problems with redbook/stencil, tests/sten...Aapo Tahkola
2006-06-27Fix generic vertex attribs (Rune Petersen)Aapo Tahkola
2006-06-23more cleanupsTilman Sauerbeck
2006-06-18no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck
2006-06-18fix broken address register readsAapo Tahkola
2006-06-12Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick