summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* for VERTEX_ATTRIB_WEIGHT, use break, not returnBrian Paul2006-09-061-1/+2
* Hack for Warcraft (bug 8060): allow 'vertex.weight' to be referenced inBrian Paul2006-09-051-0/+10
* fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/Brian Paul2006-09-051-1/+1
* Consolidate common case of _mesa_set_program_error() followed by _mesa_error()Brian Paul2006-09-051-248/+172
* 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
* get rid of GL_BOOLEAN definition (bug 8113)Brian Paul2006-09-041-5/+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
* Add API description for GLX_SGI_swap_control.Ian Romanick2006-08-311-0/+7
* Fix problems with vertex program protocolIan Romanick2006-08-311-17/+17
* 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
* check if ext->name is null before strcmp()Brian Paul2006-08-311-1/+1
* do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger2006-08-311-3/+19
* Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz2006-08-302-114/+50
* Check that we don't try to reference more than one target of a texture unit.texmem_0_2_20060912Brian Paul2006-08-301-1/+17
* s/0/VERT_RESULT_HPOS/Brian Paul2006-08-301-1/+1
* Add missing vec4 instructions to the interpreter.Michal Krol2006-08-303-30/+176
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-304-5/+103
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-302-62/+24
* fix initialization of native resource usage of vertex/fragment programsRoland Scheidegger2006-08-301-0/+10
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1
* Move call to _swrast_update_rasterflags() since it depends on theBrian Paul2006-08-291-3/+3
* _mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul2006-08-291-1/+4
* remove assertion that referenced &glSetFenceNV for debug testBrian Paul2006-08-291-1/+0
* replace abort with _mesa_problem()Brian Paul2006-08-291-1/+2
* Deprecate GL_EXT_vertex_weighting.Ian Romanick2006-08-299-1908/+1738
* More static dispatch function removal.Ian Romanick2006-08-296-583/+725
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-282-2/+2
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-286-220/+208
* Add dependencies for all API XML files.Ian Romanick2006-08-281-2/+6
* 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
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-266-30/+41
* 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
* Error detection/reporting was broken in several places.Brian Paul2006-08-251-45/+70
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-257-92/+129
* Free vertex program TnlData, if any. Fixes a mem leak.Brian Paul2006-08-251-0/+7
* clamp result.depth to [0,1] if written toBrian Paul2006-08-251-1/+6