summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix typo in bitmask.José Fonseca2009-06-101-1/+1
* mesa: disable texture unit error check in _mesa_MatrixMode()Brian Paul2009-06-101-0/+10
* mesa: Use matching signedness for the counter as upper bound.José Fonseca2009-06-081-1/+1
* mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256Brian Paul2009-06-081-2/+2
* mesa: EXT_vertex_array_bgra fixesBrian Paul2009-06-081-3/+24
* mesa: bump version to 7.5-rc3mesa_7_5_rc3Brian Paul2009-06-051-1/+1
* mesa: release VBO and PBO references upon context destructionBrian Paul2009-06-021-0/+10
* mesa: add #define FEATURE_ARB_pixel_buffer_objectBrian Paul2009-06-021-0/+1
* mesa: Output warnings to debugger on Windows.José Fonseca2009-05-301-0/+10
* mesa: Add success/failures return value to _mesa_make_current.José Fonseca2009-05-302-4/+6
* mesa: fix loop over generic attribs in update_arrays()Brian Paul2009-05-221-1/+1
* mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul2009-05-221-13/+23
* mesa: added commentBrian Paul2009-05-221-0/+1
* mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2009-05-212-1/+16
* mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich2009-05-191-4/+14
* mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul2009-05-191-0/+1
* mesa: comments for _mesa_generate_mipmap_level()Brian Paul2009-05-181-0/+3
* mesa: bump version to 7.5-rc2mesa_7_5_rc2Brian Paul2009-05-151-1/+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: unmap buffer objects during context tear-downBrian Paul2009-05-071-0/+4
* 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/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
* | mesa: use standard offsetof() macroBrian Paul2009-04-141-1/+1
|/
* mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul2009-04-091-4/+14