aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: minor improvements in glTexEnvfv()Brian Paul2011-03-171-16/+17
* mesa: only report up to 50 _mesa_problem() callsBrian Paul2011-03-171-5/+11
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-172-10/+0
* mesa: use _mesa_get_current_tex_unit() helper in BindTexture()Brian Paul2011-03-161-2/+2
* mesa: remove unneeded local var in BindTexture()Brian Paul2011-03-161-3/+3
* mesa: clean up the glBindTexture early out code a bitBrian Paul2011-03-161-10/+12
* mesa: Sort extensions in extension string by year.José Fonseca2011-03-161-216/+278
* mesa: Use typecast in BITFIELD64_BIT macro.José Fonseca2011-03-161-5/+1
* mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul2011-03-151-0/+4
* mesa: add display list support for NV_texture_barrierMarek Olšák2011-03-151-0/+22
* mesa: regenerate glapi filesMarek Olšák2011-03-153-1995/+2013
* mesa: add NV_texture_barrierMarek Olšák2011-03-156-0/+109
* mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8Marek Olšák2011-03-141-6/+6
* mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák2011-03-141-0/+2
* Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt2011-03-123-667/+782
* Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...Eric Anholt2011-03-122-10/+4
* mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt2011-03-112-4/+10
* mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt2011-03-113-782/+667
* mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt2011-03-111-0/+5
* mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt2011-03-111-0/+11
* mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt2011-03-111-4/+9
* mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt2011-03-111-2/+4
* mesa: move location of some geometry program limitsBrian Paul2011-03-114-25/+28
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-113-27/+42
* mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul2011-03-113-0/+5
* mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-087-0/+30
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-0813-7/+234
* mesa: return after invalidating renderbufferMarek Olšák2011-03-071-0/+1
* mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2011-03-072-6/+31
* mesa: initialize DummyBufferObject's mutexBrian Paul2011-03-071-0/+1
* mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul2011-03-071-2/+0
* mesa: added gl_program_constants::MaxAddressOffsetBrian Paul2011-03-022-0/+2
* Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"Brian Paul2011-03-021-1/+1
* rgtc: remove GL types from this file.Dave Airlie2011-03-021-10/+10
* rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie2011-03-022-65/+41
* rgtc: fix issues with compressor and signed types.Dave Airlie2011-03-022-10/+23
* rgtc: don't try to access off the end of the block.Dave Airlie2011-03-021-2/+2
* rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie2011-03-021-13/+13
* rgtc: fix fetch function limits for signed typesDave Airlie2011-03-021-2/+2
* rgtc: fixup mipmap generationDave Airlie2011-03-021-2/+7
* swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie2011-03-021-1/+1
* rgtc: shared the compressor code between signed/unsignedDave Airlie2011-03-012-696/+403
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-2813-390/+472
* mesa: always generate error in glColorTableParameter[fi]v()Brian Paul2011-02-281-23/+6
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-288-149/+1
* mesa: consolidate framebuffer target lookup codeBrian Paul2011-02-281-89/+33
* mesa: remove some old do-nothing codeBrian Paul2011-02-281-3/+0
* mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul2011-02-281-1/+1
* mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul2011-02-281-2/+6
* mesa: s/mesaFormat/attFormat/Brian Paul2011-02-281-4/+4