aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
* Vertex/fragment program patches (Rune Petersen)Brian Paul2006-06-302-5/+5
* Fix typo.Jerome Glisse2006-06-291-1/+1
* destroy left-over VBOs on shutdownTilman Sauerbeck2006-06-292-3/+11
* instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck2006-06-292-3/+4
* cleanup, avoid magic valuesTilman Sauerbeck2006-06-291-1/+1
* Fix stencil clears that have caused problems with redbook/stencil, tests/sten...Aapo Tahkola2006-06-271-40/+7
* Fix generic vertex attribs (Rune Petersen)Aapo Tahkola2006-06-273-0/+18
* more cleanupsTilman Sauerbeck2006-06-231-9/+7
* no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck2006-06-181-8/+1
* fix broken address register readsAapo Tahkola2006-06-181-26/+26
* Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick2006-06-122-12/+18
* destroy the memory manager along with the contextTilman Sauerbeck2006-06-113-0/+17
* include tnl/tnl.h for _tnl_program_string()Tilman Sauerbeck2006-06-081-0/+1
* mark ARL operand as scalar (Roland Scheidegger)Tilman Sauerbeck2006-06-081-1/+1
* struct op_names: get rid of the 'output operands' field as it's not used (Rol...Tilman Sauerbeck2006-06-081-32/+31
* prevent possible program mix up with sw vps (Roland Scheidegger)Aapo Tahkola2006-06-061-0/+2
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-062-7/+3