summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-0618-1091/+759
* Dynamically allocate instruction store for tnl programs according toKeith Whitwell2006-09-051-15/+21
* Fixes for calculating point attenuationKeith Whitwell2006-09-041-9/+14
* Don't export NV_vertex_program as it's not supported, it confusesKeith Whitwell2006-09-041-3/+0
* Managed to make a commit that can't build... Sorry again...Rune Petersen2006-09-041-0/+1
* fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger2006-09-041-2/+2
* add missing change to skip low impact RAST fallback...Rune Petersen2006-09-031-14/+17
* fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger2006-09-013-3/+3
* make sure vertex programs are only enabled on the hw when they are really ena...Roland Scheidegger2006-09-012-9/+11
* Catch a few more cases of using a message reg as an instruction sourceKeith Whitwell2006-09-011-17/+37
* fix a couple of cases where a message reg is used as an instruction source.Keith Whitwell2006-09-012-6/+26
* re-apply shader fix.Rune Petersen2006-08-311-1/+1
* When using the old technique to set up the front buffer mapping, thereKeith Whitwell2006-08-311-1/+1
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-313-2/+18
* do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger2006-08-311-3/+19
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-302-62/+24
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-282-2/+2
* remove unused varBrian Paul2006-08-281-1/+0
* fix the check for force_s3tc_enable (bug 8042)Brian Paul2006-08-281-1/+1
* close #6318Aapo Tahkola2006-08-271-7/+4
* Fix bug 8010 - locking issues.Alan Hourihane2006-08-261-4/+2
* fix #8008Aapo Tahkola2006-08-261-8/+4
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-11/+15
* fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul2006-08-241-2/+5
* Check for NULL program string in r200_translate_vertex_program().Brian Paul2006-08-241-2/+18
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-32/+14
* Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul2006-08-241-3/+6
* silence warningBrian Paul2006-08-231-2/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-233-10/+11
* 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
* remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger2006-08-192-4/+2
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-1811-38/+64
* change tex memory allocation calls (debian bug 383209)Brian Paul2006-08-161-2/+1
* Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick2006-08-152-1/+3
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+22
* gcc-4.1.1 compile fixAapo Tahkola2006-08-121-4/+4
* Add comments explaining a couple "mystery" bits.Ian Romanick2006-08-121-1/+13
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-112-529/+531
* support shorts as vertex dataAapo Tahkola2006-08-116-582/+349
* Add padding to match the current xf86-video-intel DDX->DRI interface.Eric Anholt2006-08-101-0/+20
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-09112-0/+37928
* fix #6991Aapo Tahkola2006-07-312-21/+10
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+38
* r300_emit.h cleanup.Jerome Glisse2006-07-275-217/+240
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-2010-43/+52
* A small logic error.Rune Petersen2006-07-151-1/+1