| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r600g: consolidate the same piece of cut-n-paste code into a function. | Dave Airlie | 2011-04-17 | 3 | -42/+21 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 6 | -0/+6 |
* | nvc0: work around what looks like a code prefetch bug | Christoph Bumiller | 2011-04-17 | 1 | -1/+4 |
* | nv50,nvc0: add new texture and render target formats | Christoph Bumiller | 2011-04-17 | 2 | -7/+177 |
* | nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries | Christoph Bumiller | 2011-04-17 | 2 | -6/+6 |
* | nvc0: fix viewport rectangle calculation | Christoph Bumiller | 2011-04-17 | 1 | -5/+7 |
* | prog_optimize: Add simplify CMP optimization pass | Tom Stellard | 2011-04-16 | 1 | -0/+78 |
* | prog_optimize: get_src_arg_mask() respect writemask for more opcodes | Tom Stellard | 2011-04-16 | 1 | -0/+11 |
* | r300/compiler: Fix incorrect presubtract conversion | Tom Stellard | 2011-04-16 | 1 | -0/+24 |
* | mesa: provide more info for glCompressedTexImage() errors | Carl-Philip Haensch | 2011-04-16 | 1 | -8/+26 |
* | mesa: move error check code in compressedteximage() | Brian Paul | 2011-04-16 | 1 | -2/+2 |
* | docs: Reapply some of Marek's typo fixes. | José Fonseca | 2011-04-16 | 1 | -2/+2 |
* | gallium/docs: Improve min_index/max_index description. | José Fonseca | 2011-04-16 | 1 | -8/+17 |
* | docs: Undo Marek typo fixes to original text. | José Fonseca | 2011-04-16 | 1 | -3/+3 |
* | translate: s/varient/variant/ | Brian Paul | 2011-04-15 | 1 | -44/+44 |
* | vbo: init prim[] array with memset() | Brian Paul | 2011-04-15 | 1 | -6/+2 |
* | vega: move ureg_destroy(ureg) after last use of ureg var | Brian Paul | 2011-04-15 | 1 | -1/+2 |
* | st/mesa: simplify a bit of the previous patch | Brian Paul | 2011-04-15 | 1 | -5/+8 |
* | st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixels | Pierre-Eric Pelloux-Prayer | 2011-04-15 | 1 | -10/+20 |
* | Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions" | Marek Olšák | 2011-04-15 | 1 | -2/+1 |
* | docs: update relnotes-7.11 | Marek Olšák | 2011-04-15 | 1 | -3/+13 |
* | docs: update GL3 status | Marek Olšák | 2011-04-15 | 1 | -3/+3 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 10 | -41/+78 |
* | configure.ac: add an enable switch for float textures (v2) | Marek Olšák | 2011-04-15 | 1 | -0/+15 |
* | docs: add patents.txt | Marek Olšák | 2011-04-15 | 1 | -0/+31 |
* | r300g: enable A/L/LA/I float render targets | Marek Olšák | 2011-04-15 | 1 | -14/+14 |
* | st/mesa: convert Mesa float formats to Gallium | Marek Olšák | 2011-04-15 | 2 | -0/+249 |
* | gallium: add A/L/LA/I floating point formats | Luca Barbieri | 2011-04-15 | 2 | -0/+17 |
* | mesa: finish up ARB_texture_float | Marek Olšák | 2011-04-15 | 5 | -5/+46 |
* | mesa: add R/RG floating-point formats | Marek Olšák | 2011-04-15 | 6 | -4/+208 |
* | mesa: fix L16F and L32F format properties | Marek Olšák | 2011-04-15 | 1 | -2/+2 |
* | Add expected file for 095-recursive-define test case. | Carl Worth | 2011-04-14 | 1 | -0/+4 |
* | glcpp: Simplify calling convention of parser's active_list functions | Carl Worth | 2011-04-14 | 1 | -38/+38 |
* | glcpp: Add --valgrind option to the glcpp-test utility | Carl Worth | 2011-04-14 | 1 | -16/+46 |
* | Add an expected file for 084-unbalanced-parentheses | Carl Worth | 2011-04-14 | 1 | -0/+2 |
* | Add an expected file for 094-divide-by-zero-short-circuit | Carl Worth | 2011-04-14 | 2 | -0/+26 |
* | Add an expected file for 093-divide-by-zero | Carl Worth | 2011-04-14 | 1 | -0/+4 |
* | mesa/st: Avoid spurious transfers when creating fbo textures without image data. | José Fonseca | 2011-04-14 | 1 | -1/+6 |
* | st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixels | pepp | 2011-04-14 | 1 | -1/+20 |
* | mesa: Expose ATI_draw_buffers. | Eric Anholt | 2011-04-13 | 1 | -0/+1 |
* | mesa: Add support for OPTION ATI_draw_buffers to ARB_fp. | Eric Anholt | 2011-04-13 | 1 | -0/+10 |
* | mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers. | Eric Anholt | 2011-04-13 | 2 | -0/+30 |
* | i965/fs: Constant-fold immediates in src0 of SEL instructions. | Eric Anholt | 2011-04-13 | 4 | -0/+16 |
* | i965/fs: Constant-fold immediates in src0 of CMP instructions. | Eric Anholt | 2011-04-13 | 3 | -0/+45 |
* | glsl: Perform type checking on "^^" operands. | Eric Anholt | 2011-04-13 | 1 | -3/+10 |
* | glsl: When we've emitted a semantic error for ==, return a bool constant. | Eric Anholt | 2011-04-13 | 1 | -3/+7 |
* | glsl: Semantically check the RHS of `||' even when short-circuiting. | Eric Anholt | 2011-04-13 | 1 | -6/+5 |
* | glsl: Semantically check the RHS of `&&' even when short-circuiting. | Eric Anholt | 2011-04-13 | 1 | -6/+6 |
* | glsl: Avoid cascading errors when looking for a scalar boolean and failing. | Eric Anholt | 2011-04-13 | 1 | -76/+48 |
* | glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass. | Eric Anholt | 2011-04-13 | 1 | -1/+1 |