summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
2011-02-28mesa: make_float_temp_image non-staticDave Airlie
2011-02-22mesa: move comment, change debug codeBrian Paul
2011-02-22mesa: Avoid undeclared ffs function warning on mingw.José Fonseca
2011-02-21Revert "mesa: convert macros to inline functions"Brian Paul
2011-02-21mesa: convert macros to inline functionsBrian Paul
2011-02-21i965: Use compiler builtins when availableChris Wilson
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul
2011-02-16mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul
2011-02-16mesa: 80-column wrapBrian Paul