summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Let ir_builder expressions take un-dereferenced variables.Eric Anholt2012-04-131-13/+6
* glsl: Create an ir_builder helper for hand-generating IR.Eric Anholt2012-04-131-82/+46
* mesa: add support for ARB_blend_func_extended (v4)Dave Airlie2012-04-138-6/+149
* mesa: fix truncated value warningDylan Noblesmith2012-04-131-1/+1
* mesa: don't cast away constDylan Noblesmith2012-04-131-1/+1
* mesa: add _mesa_total_texture_memory() debug functionBrian Paul2012-04-112-0/+62
* mesa: new _mesa_total_buffer_object_memory() debug functionBrian Paul2012-04-112-0/+32
* main: Fix memory leak in _mesa_make_extension_string()Chad Versace2012-04-091-0/+2
* mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt2012-04-091-0/+54
* mesa: Track a gl_format for the texture buffer format.Eric Anholt2012-04-093-168/+76
* mesa: Handle updating texture state for buffer textures.Eric Anholt2012-04-092-0/+12
* mesa: Create the default (name==0) buffer texture.Eric Anholt2012-04-091-0/+5
* mesa: Set the correct initial value of the texture buffer object format.Eric Anholt2012-04-091-0/+1
* mesa: Set up glTexBuffer{,ARB} for display list compile.Eric Anholt2012-04-091-0/+3
* glapi: regen for TBO change.Eric Anholt2012-04-092-2890/+2872
* ff_fragment_shader: Remove some dead fields.Eric Anholt2012-04-091-11/+0
* Add support for GL_EXT_unpack_subimage on GLES2Neil Roberts2012-03-272-5/+22
* gles: Enable the GL_EXT_read_format_bgra extensionBenjamin Franzke2012-03-272-0/+3
* gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspecBenjamin Franzke2012-03-271-0/+1
* glapi: regenerate enums.cDylan Noblesmith2012-03-261-3900/+4056
* regen for "glapi: sort ARB extensions by number"Dylan Noblesmith2012-03-261-1984/+1984
* mesa: Fix memory leak in generate_mipmap_compressed.Vinson Lee2012-03-261-0/+1
* glapi: ARB_blend_func_extended support + regen. (v2)Dave Airlie2012-03-263-4754/+4804
* mesa: Fix memory leak in _mesa_get_uniform_location.Vinson Lee2012-03-231-1/+3
* mesa: set numFaces=6 for cube maps in _mesa_test_texobj_completeness()Brian Paul2012-03-231-1/+2
* mesa: only test cube face widths in _mesa_test_texobj_completeness()Brian Paul2012-03-201-5/+8
* mesa: add integer texture completeness checkBrian Paul2012-03-203-0/+15
* mesa: rework texture completeness testingBrian Paul2012-03-205-32/+67
* mesa: add _mesa_is_mipmap_filter() helperBrian Paul2012-03-201-0/+9
* mesa: use _mesa_dirty_texobj() in glTexParameter codeBrian Paul2012-03-201-1/+2
* mesa: use _mesa_dirty_texobj() functionBrian Paul2012-03-201-12/+5
* mesa: rewrite/consolidate code in _mesa_test_texobj_completeness()Brian Paul2012-03-201-138/+45
* mesa: use new baseImage var to simplify _mesa_test_texobj_completeness()Brian Paul2012-03-201-24/+27
* mesa: add comments in _mesa_test_texobj_completeness() related to the specBrian Paul2012-03-201-2/+2
* mesa: better debug message in _mesa_test_texobj_completeness()Brian Paul2012-03-201-1/+1
* mesa: move some code in _mesa_test_texobj_completeness()Brian Paul2012-03-201-7/+7
* mesa: use switch(target) in _mesa_test_texobj_completeness()Brian Paul2012-03-201-15/+19
* mesa: use MAX3() macro for 3D texture in _mesa_test_texobj_completeness()Brian Paul2012-03-201-3/+3
* mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul2012-03-202-6/+15
* mesa: Validate the drawing primitive against the transform feedback mode.Eric Anholt2012-03-193-32/+43
* mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt2012-03-193-18/+18
* glsl: Add support for parsing #version 140.Eric Anholt2012-03-151-0/+2
* mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2012-03-132-5/+13
* mesa: Fix the cause of piglit test fbo-array failureAnuj Phogat2012-03-121-1/+3
* mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul2012-03-121-2/+2
* mesa: add more comments about textarget in framebuffer_texture()Brian Paul2012-03-121-2/+10
* mesa: renumber remaining DD_ constantsBrian Paul2012-03-121-10/+10
* mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul2012-03-123-12/+4
* mesa: remove unused DD_FLATSHADEBrian Paul2012-03-124-9/+1
* mesa: remove unused DD_TRI_TWOSTENCILBrian Paul2012-03-124-11/+1