summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-088-6/+113
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-054-4/+10
* mesa: Fix error checks in GetVertexAttrib functionsIan Romanick2011-02-041-36/+32
* mesa: glGetUniform only returns a single element of an arrayIan Romanick2011-02-011-14/+41
* mesa: Initial size for secondary color array is 3Ian Romanick2011-01-311-1/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-312-10/+10
* mesa: fix typo, wrap long lineBrian Paul2011-01-281-2/+3
* mesa: Fix available APIs for AMD_conservative_depthChad Versace2011-01-281-1/+1
* mesa: fix compilationZack Rusin2011-01-261-5/+10
* mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+'Chad Versace2011-01-261-0/+5
* mesa: Simplify logic in get_extension_override()Chad Versace2011-01-261-62/+41
* mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace2011-01-261-0/+18
* mesa: Add AMD_conservative_depth to extension listChad Versace2011-01-262-0/+2
* mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg2011-01-261-0/+11
* mesa: fix MESA/EXT typoBrian Paul2011-01-261-1/+1
* mesa: remove isProxy local varBrian Paul2011-01-251-4/+2
* mesa: use texFormat local var in more placesBrian Paul2011-01-251-4/+4
* mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()Brian Paul2011-01-251-26/+19
* mesa: consolidate error handling in set_tex_parameteri()Brian Paul2011-01-251-38/+36
* mesa: add checks for GL_EXT_texture_arrayBrian Paul2011-01-252-16/+23