summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: add red, red/green formats in _mesa_base_fbo_format()Brian Paul2011-01-241-1/+11
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-243-1/+33
* mesa: new cases in _mesa_base_fbo_format()Brian Paul2011-01-241-8/+35
* Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...Brian Paul2011-01-241-24/+43
* mesa/es: require internalFormat==format in TexImage2DBenjamin Franzke2011-01-241-4/+57
* mesa: allow internalFormat=GL_BGRA_EXT in TexImage2DBenjamin Franzke2011-01-241-0/+9
* mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák2011-01-231-0/+1
* mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák2011-01-231-1/+8
* mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul2011-01-233-35/+30
* mesa: smarter glTexParameter state invalidationBrian Paul2011-01-231-25/+38
* mesa: EXT_framebuffer_sRGB interface additions.Dave Airlie2011-01-213-0/+21
* mesa: Set correct values for range/precision of shader integer typesIan Romanick2011-01-201-2/+11
* mesa: Connect glGetShaderPrecisionFormat into the dispatch tableIan Romanick2011-01-201-0/+1
* Fix the build from 887d2b64Ian Romanick2011-01-202-2/+2
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-204-41/+28
* mesa: move extra prim mode #definesBrian Paul2011-01-202-5/+5
* mesa: minor formatting fixesBrian Paul2011-01-201-4/+7
* mesa: document sRGBDecode fieldBrian Paul2011-01-201-1/+1
* mesa: implement glGetShaderPrecisionFormat()Brian Paul2011-01-193-5/+68
* 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