summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channelBrian Paul2006-09-101-1/+2
* cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...Roland Scheidegger2006-09-101-0/+3
* Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell2006-09-088-0/+201
* cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...Roland Scheidegger2006-09-082-0/+20
* Consistent return values from the bm* functions.Keith Whitwell2006-09-075-12/+9
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-0713-154/+321
* Add some asserts, fix some not-quite-bugs.Keith Whitwell2006-09-071-4/+12
* Fix glitch with pool alignments.Keith Whitwell2006-09-072-2/+2
* Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell2006-09-077-12/+20
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-079-26/+20
* make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...Roland Scheidegger2006-09-072-2/+1
* only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr...Roland Scheidegger2006-09-072-2/+2
* Fix a leak of the screen's option cache on cleanup (copied from radeon).Eric Anholt2006-09-071-0/+3
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-0618-1091/+759
* remove stray tabBrian Paul2006-09-061-1/+1
* 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-312-65/+65
* 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 parenthesis so that glXSwapIntervalSGI protocol isIan Romanick2006-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
* init a local var to silence warningBrian Paul2006-08-301-3/+3
* 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