summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* rgtc: fix void pointer arith.Dave Airlie2011-03-011-2/+2
* glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke2011-02-281-2/+1
* swrast: add RGTC supportDave Airlie2011-02-282-0/+20
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-287-3/+1286
* mesa: make_float_temp_image non-staticDave Airlie2011-02-282-23/+32
* mesa: move comment, change debug codeBrian Paul2011-02-221-3/+5
* mesa: Avoid undeclared ffs function warning on mingw.José Fonseca2011-02-221-0/+6
* Revert "mesa: convert macros to inline functions"Brian Paul2011-02-211-22/+22
* mesa: convert macros to inline functionsBrian Paul2011-02-211-22/+22
* i965: Use compiler builtins when availableChris Wilson2011-02-212-9/+17
* mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul2011-02-183-0/+38
* Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois2011-02-181-1/+1
* mesa: fix comments for _mesa_clip_readpixels()Brian Paul2011-02-171-2/+2
* mesa: remove the MESA_NO_DITHER env varBrian Paul2011-02-173-16/+0
* mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul2011-02-162-3/+14
* mesa: 80-column wrapBrian Paul2011-02-161-2/+2
* mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák2011-02-161-2/+2
* mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák2011-02-164-1/+61
* mesa: use gl_format type instead of GLuintBrian Paul2011-02-161-2/+2
* vbo: bind arrays only when necessaryMarek Olšák2011-02-142-0/+3
* mesa: remove some unused gl_shader fieldsBrian Paul2011-02-111-2/+0
* mesa: remove unused BITFIELD64 macrosBrian Paul2011-02-081-16/+1
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-082-32/+10
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-082-35/+9