summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: s/primcount/numInstances/Brian Paul2011-01-171-8/+8
* mesa: minor tweaks in _mesa_set_fetch_functions()Brian Paul2011-01-151-3/+3
* mesa: add comment for _mesa_get_srgb_format_linear()Brian Paul2011-01-151-0/+5
* mesa: move declarations before codeBrian Paul2011-01-151-1/+2
* mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie2011-01-168-2/+88
* mesa: implement glGet queries for GL_ARB_draw_buffers_blendBrian Paul2011-01-151-0/+47
* mesa: display list support for GL_ARB_draw_buffers_blend functionsBrian Paul2011-01-151-0/+108
* mesa: plug in GL_ARB_draw_buffers_blend functionsBrian Paul2011-01-151-0/+6
* glapi: regenerated filesBrian Paul2011-01-152-1981/+2032
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-158-188/+423
* mesa: support for GL_ARB_instanced_arraysBrian Paul2011-01-155-3/+73
* glapi: regenerated filesBrian Paul2011-01-153-2667/+2688
* Merge branch 'draw-instanced'Brian Paul2011-01-152-0/+15
|\
| * mesa: enable GL_ARB_draw_instanced for software driversBrian Paul2010-12-101-0/+1
| * mesa: add PROGRAM_SYSTEM_VALUE and related tokensBrian Paul2010-12-081-0/+14
* | mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.Chia-I Wu2011-01-151-0/+2
* | mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.Eric Anholt2011-01-141-0/+1
* | mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.Eric Anholt2011-01-141-0/+9
* | mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-01-145-1/+21
* | mesa: Add actual support for glReleaseShaderCompiler from ES2.Eric Anholt2011-01-141-2/+5
* | mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2011-01-142-0/+2
* | glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-143-2522/+2584
* | mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.Eric Anholt2011-01-141-43/+24
* | gles2: Also support GL_BGRA_EXT for glTexSubImage2dKristian Høgsberg2011-01-141-0/+8
* | srgb: fix fbo base format picking.Dave Airlie2011-01-141-1/+1
* | mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2011-01-132-1/+3
* | mesa: Add missing break statement in SARGB8 case.Vinson Lee2011-01-131-0/+1
* | mesa/srgb: handle SARGB8 case in the sw fbo renderer.Dave Airlie2011-01-131-0/+4
* | mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie2011-01-131-0/+2
* | mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee2011-01-121-8/+15
* | mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul2011-01-121-0/+7
* | mesa: don't assert in GetIntegerIndexed, etcBrian Paul2011-01-121-6/+12
* | mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul2011-01-121-2/+2
* | mesa: Move declaration before code in extensions.c.Vinson Lee2011-01-121-6/+16
* | mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace2011-01-121-1/+1
* | mesa: Change dependencies of some OES extension stringsChad Versace2011-01-121-5/+5
* | mesa: Add/remove extensions in extension stringChad Versace2011-01-121-5/+5
* | mesa: Refactor handling of extension stringsChad Versace2011-01-122-490/+406
* | mesa: include teximage.h to silence warningBrian Paul2011-01-111-0/+1
* | mesa: do a debug check of _mesa_format_to_type_and_comps()Brian Paul2011-01-112-1/+28
* | mesa: fix a few format table mistakes, assertionsBrian Paul2011-01-111-7/+8
* | mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie2011-01-115-16/+33
* | mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee2011-01-081-1/+1
* | mesa: fix an error in uniform arrays in row calculating.Jian Zhao2011-01-071-1/+1
* | mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-0754-0/+54
* | mesa: Clean up header file inclusion in version.c.Vinson Lee2011-01-061-1/+1
* | mesa: bump version to 7.11Vinson Lee2011-01-051-3/+3
* | mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-0536-0/+36
* | mesa: Consider textures incomplete when maxlevel < baselevel.Eric Anholt2011-01-051-0/+6
* | mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.Eric Anholt2011-01-041-1/+1