aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+3
* Disable fragment program debug messages.Rune Petersen2006-11-201-3/+1
* fragment.position supportRune Petersen2006-11-174-2/+236
* r300_select_vertex_shader4:Rune Petersen2006-11-175-167/+215
* Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* Add sin instruction to fragment program.Jerome Glisse2006-11-051-2/+64
* Add cos instruction and remove left over debug.Jerome Glisse2006-11-042-45/+64
* Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse2006-11-024-11/+14
* Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* remove unused varsBrian Paul2006-11-012-2/+0
* Remove deprecated GetBufferSize interface.Jerome Glisse2006-11-015-72/+76
* Add LIT instruction to fragment program.Jerome Glisse2006-11-012-17/+88
* Add CMPH instruction to fragprogJerome Glisse2006-11-011-0/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-5/+4
* Use endianness test function provided by mesa.Jerome Glisse2006-10-152-9/+6
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* Remove r200 dependencyJerome Glisse2006-09-263-64/+2
* Remove r200 dependency.Jerome Glisse2006-09-261-15/+1
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-202-14/+96
* Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse2006-09-141-29/+53
* Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.Michel Dänzer2006-09-141-2/+0
* Fix compilation warning.Jerome Glisse2006-09-121-9/+12
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-1211-191/+142
* Managed to make a commit that can't build... Sorry again...Rune Petersen2006-09-041-0/+1
* add missing change to skip low impact RAST fallback...Rune Petersen2006-09-031-14/+17
* re-apply shader fix.Rune Petersen2006-08-311-1/+1
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-312-1/+4
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-281-1/+1
* fix #8008Aapo Tahkola2006-08-261-8/+4
* fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul2006-08-241-2/+5
* silence warningBrian Paul2006-08-231-2/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-3/+3
* remove duplicate pieces of code.Aapo Tahkola2006-08-222-41/+4
* extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola2006-08-223-6/+39
* fix broken write-only depth setting. use early z where possible.Aapo Tahkola2006-08-221-126/+117
* Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick2006-08-152-1/+3
* gcc-4.1.1 compile fixAapo Tahkola2006-08-121-4/+4
* support shorts as vertex dataAapo Tahkola2006-08-116-582/+349
* fix #6991Aapo Tahkola2006-07-312-21/+10
* r300_emit.h cleanup.Jerome Glisse2006-07-275-217/+240
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-205-21/+25
* A small logic error.Rune Petersen2006-07-151-1/+1
* _mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck2006-07-111-5/+6
* Fix #7195Aapo Tahkola2006-07-092-2/+20
* R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola2006-07-051-0/+2
* Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.Jerome Glisse2006-07-041-395/+498
* Add copyright header and minor cleanup.Jerome Glisse2006-07-031-8/+37
* initialize offset to avoid bogus warnings from valgrindTilman Sauerbeck2006-07-011-1/+1