aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer2011-02-032-0/+2
* r200: remove 0x4243 pci idAlex Deucher2011-02-012-2/+0
* i915: Only mark a register as available if all components are writtenIan Romanick2011-02-011-3/+17
* 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
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-312-4/+43
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-311-2/+0
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-312-2/+2
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-3113-105/+99
* r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard2011-01-2910-46/+50
* st/mesa: fix texture array dimensionsBrian Paul2011-01-283-18/+122
* mesa: fix typo, wrap long lineBrian Paul2011-01-281-2/+3
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-287-4/+9
* mesa: Fix available APIs for AMD_conservative_depthChad Versace2011-01-281-1/+1
* r300/compiler: print stats based on the initial number of instructionsMarek Olšák2011-01-282-3/+10
* glsl: use 'this' pointer to be consistentBrian Paul2011-01-261-1/+1
* glsl: remove needless conditionalBrian Paul2011-01-261-14/+10
* glsl: move ir_var_out codeBrian Paul2011-01-261-7/+7
* glsl: move ir_var_system_value codeBrian Paul2011-01-261-5/+5
* glsl: use local var to simplify code a bitBrian Paul2011-01-261-22/+23
* 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-262-0/+41
* 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
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-253-5/+12
* 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
* ir_to_mesa: Add several assertions about sizes of arraysIan Romanick2011-01-251-0/+4
* st/mesa: add comments in emit_wpos()Brian Paul2011-01-251-0/+12
* st/mesa: fix incorrect fragcoord.x translationBrian Paul2011-01-251-4/+6
* 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-244-1/+34
* 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
* st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2Benjamin Franzke2011-01-241-0/+2
* st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke2011-01-241-1/+10
* 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: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric2011-01-241-1/+1
* mesa: s/movzx/movzbl/Dimitry Andric2011-01-241-7/+7
* osmesa: mklib requires arguments before objectsChristopher James Halse Rogers2011-01-241-1/+1
* r600c: only colors can be flat shadedAndre Maasikas2011-01-242-36/+9
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-235-33/+205
* gldirect: remove _NEW_ACCUMBrian Paul2011-01-233-6/+0