summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-077-27/+33
* mesa: fix comments, s/texture/buffer/Brian Paul2009-05-071-2/+2
* mesa: remove unused gl_buffer_object::OnCard fieldBrian Paul2009-05-072-3/+0
* mesa: added gl_buffer_object::Written flag (for debug purposes)Brian Paul2009-05-072-0/+7
* mesa: Compute gl_client_array->_MaxElement during array validationBrian Paul2009-05-074-40/+64
* mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObjBrian Paul2009-05-071-2/+2
* mesa: added _ElementSize field to gl_client_arrayBrian Paul2009-05-072-0/+3
* mesa: use local var to make code a bit more conciseBrian Paul2009-05-071-36/+37
* mesa: fix/add commentsBrian Paul2009-05-071-3/+2
* mesa: add GL_DOUBLE case in _mesa_sizeof_type()Brian Paul2009-05-071-0/+2
* mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXTBrian Paul2009-05-071-2/+4
* Merge branch 'mesa_7_5_branch'Brian Paul2009-05-071-0/+4
|\
| * mesa: unmap buffer objects during context tear-downBrian Paul2009-05-071-0/+4
* | mesa: remove unnecessary buffer size checkBrian Paul2009-05-061-8/+0
* | mesa: code consolidation in glDraw[Range]Elements() validationBrian Paul2009-05-061-26/+22
* | mesa: new comments, minor reformattingBrian Paul2009-05-061-7/+20
* | mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObjBrian Paul2009-05-061-1/+1
* | mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul2009-05-051-8/+14
* | Revert "mesa: only use fallback texture when using shaders, not fixed-function"Brian Paul2009-05-051-14/+8
* | mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul2009-05-051-8/+14
* | mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul2009-05-051-4/+4
* | mesa: minor simplification in enable_texture(), updated commentsBrian Paul2009-05-051-3/+5
* | mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-054-9/+30
* | mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell2009-05-051-1/+1
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-011-5/+16
|\|
| * mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul2009-05-011-5/+16
| * mesa: remove -devel suffix from versionBrian Paul2009-05-011-1/+1
* | mesa: fix commentBrian Paul2009-05-011-1/+1
* | mesa: create/use a fallback texture when bound texture is incompleteBrian Paul2009-05-014-2/+66
* | mesa: bump version to 7.6 (devel)Brian Paul2009-05-011-3/+4
|/
* mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell2009-04-281-0/+1
* mesa: Call _mesa_snprintf instead of snprintf.José Fonseca2009-04-271-1/+1
* mesa: fix up error/warning/debug output newlinesBrian Paul2009-04-242-10/+27
* mesa: more informative error messagesBrian Paul2009-04-231-6/+10
* mesa: minor state-update changes in histogram codeBrian Paul2009-04-221-5/+2
* mesa: fix comment typoBrian Paul2009-04-221-1/+1
* mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul2009-04-221-2/+3
* mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2009-04-222-8/+8
* mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-212-1/+36
* mesa: suppress extra newlineBrian Paul2009-04-171-1/+1
* mesa: minor tweak to error messageBrian Paul2009-04-171-1/+1
* Merge branch 'register-negate'Brian Paul2009-04-162-4/+2
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-142-4/+2
* | mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Lars Henning Wendt2009-04-161-1/+1
* | Merge branch 'gallium-s3tc'José Fonseca2009-04-161-8/+8
|\ \
| * | mesa: Report name for missing s3tc functionsJakob Bornecrantz2009-04-091-8/+8
* | | mesa: Update texenv program when _NEW_ARRAYS is updated as well.Eric Anholt2009-04-151-1/+2
| |/ |/|
* | mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul2009-04-142-19/+10
* | mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul2009-04-141-0/+5