summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-18egl: Make use of external wayland-drm shared codewayland-drm-removal-2Benjamin Franzke13-347/+61
2011-04-16st/mesa: expose ARB_draw_instanced only if EXT_gpu_shader4 is available tooMarek Olšák1-1/+2
2011-04-16gallium/docs: Improve min_index/max_index description.José Fonseca1-8/+17
2011-04-16docs: Undo Marek typo fixes to original text.José Fonseca1-3/+3
2011-04-15translate: s/varient/variant/Brian Paul1-44/+44
2011-04-15vbo: init prim[] array with memset()Brian Paul1-6/+2
2011-04-15vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul1-1/+2
2011-04-15st/mesa: simplify a bit of the previous patchBrian Paul1-5/+8
2011-04-15st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixelsPierre-Eric Pelloux-Prayer1-10/+20
2011-04-15Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"Marek Olšák1-2/+1
2011-04-15docs: update relnotes-7.11Marek Olšák1-3/+13
2011-04-15docs: update GL3 statusMarek Olšák1-3/+3
2011-04-15gallium: add and use generic function for querying patented format support (v2)Marek Olšák10-41/+78
2011-04-15configure.ac: add an enable switch for float textures (v2)Marek Olšák1-0/+15
2011-04-15docs: add patents.txtMarek Olšák1-0/+31
2011-04-15r300g: enable A/L/LA/I float render targetsMarek Olšák1-14/+14
2011-04-15st/mesa: convert Mesa float formats to GalliumMarek Olšák2-0/+249
2011-04-15gallium: add A/L/LA/I floating point formatsLuca Barbieri2-0/+17
2011-04-15mesa: finish up ARB_texture_floatMarek Olšák5-5/+46
2011-04-15mesa: add R/RG floating-point formatsMarek Olšák6-4/+208
2011-04-15mesa: fix L16F and L32F format propertiesMarek Olšák1-2/+2
2011-04-14Add expected file for 095-recursive-define test case.Carl Worth1-0/+4
2011-04-14glcpp: Simplify calling convention of parser's active_list functionsCarl Worth1-38/+38
2011-04-14glcpp: Add --valgrind option to the glcpp-test utilityCarl Worth1-16/+46
2011-04-14Add an expected file for 084-unbalanced-parenthesesCarl Worth1-0/+2
2011-04-14Add an expected file for 094-divide-by-zero-short-circuitCarl Worth2-0/+26
2011-04-14Add an expected file for 093-divide-by-zeroCarl Worth1-0/+4
2011-04-14mesa/st: Avoid spurious transfers when creating fbo textures without image data.José Fonseca1-1/+6
2011-04-14st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixelspepp1-1/+20
2011-04-13mesa: Expose ATI_draw_buffers.Eric Anholt1-0/+1
2011-04-13mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.Eric Anholt1-0/+10
2011-04-13mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2-0/+30
2011-04-13i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt4-0/+16
2011-04-13i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt3-0/+45
2011-04-13glsl: Perform type checking on "^^" operands.Eric Anholt1-3/+10
2011-04-13glsl: When we've emitted a semantic error for ==, return a bool constant.Eric Anholt1-3/+7
2011-04-13glsl: Semantically check the RHS of `||' even when short-circuiting.Eric Anholt1-6/+5
2011-04-13glsl: Semantically check the RHS of `&&' even when short-circuiting.Eric Anholt1-6/+6
2011-04-13glsl: Avoid cascading errors when looking for a scalar boolean and failing.Eric Anholt1-76/+48
2011-04-13glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass.Eric Anholt1-1/+1
2011-04-13glsl/opt_cpe: Fix a crash when a kill kills for two reasons.Eric Anholt1-1/+3
2011-04-13glsl/opt_cpe: Kill when the assignment isn't something we recognize.Eric Anholt1-2/+9
2011-04-13svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGESBrian Paul1-1/+3
2011-04-13svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update commentsBrian Paul1-4/+12
2011-04-13st/mesa: minor clean-ups in update_textures()Brian Paul1-4/+8
2011-04-13mesa: 80-column wrapping and whitespace fixesBrian Paul4-14/+17
2011-04-13mesa: fix some comments in sampler object codeBrian Paul1-4/+4
2011-04-12i965: Change assertion condition from implicit to explicitChad Versace1-2/+1
2011-04-12i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace1-0/+1
2011-04-12i965: Document brw_context.state.depth_regionChad Versace2-1/+23