summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-05-131-0/+1
|\
| * mesa: delete array objects before buffer objects during context tear-downBrian Paul2009-05-131-1/+2
| * mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul2009-05-131-31/+33
| * mesa: reference counting for gl_array_objectBrian Paul2009-05-134-13/+84
| * mesa: Fixed a texture memory leakBrian Paul2009-05-111-0/+3
| * mesa: set version to 7.5-rc1Brian Paul2009-05-081-1/+1
| * mesa: Make _mesa_share_state thread safe.José Fonseca2009-05-081-2/+9
| * mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-084-9/+30
| * mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell2009-05-081-1/+1
* | mesa: updated comments for _mesa_generate_mipmap()Brian Paul2009-05-111-2/+5
* | mesa: Fixed a texture memory leakRobert Ellison2009-05-081-0/+3
* | mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul2009-05-081-1/+1
* | mesa: assertions to check for too many vertex outputs or fragment inputsBrian Paul2009-05-081-0/+4
* | mesa: issue warning for out of bounds array indexesBrian Paul2009-05-081-0/+2
* | mesa: Make _mesa_share_state thread safe.José Fonseca2009-05-081-2/+9
* | mesa: make the array object save/remove functions staticBrian Paul2009-05-072-14/+7
* | mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul2009-05-071-31/+33
* | mesa: reference counting for gl_array_objectBrian Paul2009-05-074-14/+83
* | mesa: array object commentsBrian Paul2009-05-071-0/+5
* | 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
|/