summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2011-03-25mesa: fix glDrawTex*Chia-I Wu
2011-03-16mesa: advertise GL_ARB_texture_non_power_of_twoChia-I Wu
2011-03-16android: Add pre-generated files.Chia-I Wu
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-15mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul
2011-03-15mesa: add display list support for NV_texture_barrierMarek Olšák
2011-03-15mesa: regenerate glapi filesMarek Olšák
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-03-14mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8Marek Olšák
2011-03-14mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák
2011-03-12Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt
2011-03-12Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...Eric Anholt
2011-03-11mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt
2011-03-11mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt
2011-03-11mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt
2011-03-11mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt
2011-03-11mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt
2011-03-11mesa: move location of some geometry program limitsBrian Paul
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-11mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-03-07mesa: return after invalidating renderbufferMarek Olšák
2011-03-07mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák
2011-03-07mesa: initialize DummyBufferObject's mutexBrian Paul
2011-03-07mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul
2011-03-02mesa: added gl_program_constants::MaxAddressOffsetBrian Paul
2011-03-02Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"Brian Paul
2011-03-02rgtc: remove GL types from this file.Dave Airlie
2011-03-02rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie
2011-03-02rgtc: fix issues with compressor and signed types.Dave Airlie
2011-03-02rgtc: don't try to access off the end of the block.Dave Airlie
2011-03-02rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie
2011-03-02rgtc: fix fetch function limits for signed typesDave Airlie
2011-03-02rgtc: fixup mipmap generationDave Airlie
2011-03-02swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul
2011-02-28mesa: remove some old do-nothing codeBrian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul
2011-03-01rgtc: fix void pointer arith.Dave Airlie
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke
2011-02-28swrast: add RGTC supportDave Airlie
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie