| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50/ir: restore use of long immediate encodings | Christoph Bumiller | 2012-10-28 | 2 | -0/+9 |
* | nv50,nvc0: fix 2d engine stencil-only copies | Christoph Bumiller | 2012-10-28 | 4 | -22/+48 |
* | gallium/gallivm: code generation options for LLVM 3.1+ | Alexander V. Nikolaev | 2012-10-28 | 3 | -17/+44 |
* | i965: Merge brw_prepare_query_begin() and brw_emit_query_begin(). | Eric Anholt | 2012-10-26 | 3 | -22/+7 |
* | i965: Rename misleading "active" field of brw->query. | Eric Anholt | 2012-10-26 | 2 | -5/+5 |
* | r600g: advertise 32 streamout vec4 outputs | Marek Olšák | 2012-10-26 | 1 | -1/+1 |
* | softpipe: remove extraneous whitespace | Brian Paul | 2012-10-26 | 1 | -2/+0 |
* | gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32 | Brian Paul | 2012-10-26 | 2 | -8/+10 |
* | r600g: advertise 32 fragment shaders inputs, not 34 | Marek Olšák | 2012-10-26 | 1 | -4/+1 |
* | graw/fs-test: Use user constant buffers. | José Fonseca | 2012-10-26 | 1 | -56/+14 |
* | trace: Flush before drawing. | José Fonseca | 2012-10-26 | 3 | -0/+11 |
* | graw: Ensure new members are zeroed. | José Fonseca | 2012-10-26 | 15 | -0/+19 |
* | tests/graw: Update occlusion query example. | José Fonseca | 2012-10-26 | 1 | -4/+4 |
* | radeonsi: Handle TGSI_SEMANTIC_FACE. | Michel Dänzer | 2012-10-26 | 2 | -1/+31 |
* | radeonsi: Handle TGSI_SEMANTIC_BCOLOR. | Michel Dänzer | 2012-10-26 | 5 | -15/+75 |
* | radeonsi: Don't snoop context state while building shaders. | Michel Dänzer | 2012-10-26 | 3 | -17/+27 |
* | radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader. | Michel Dänzer | 2012-10-26 | 2 | -0/+6 |
* | r600g: split cayman common state out into a shared function | Alex Deucher | 2012-10-26 | 3 | -16/+35 |
* | r600g: emit some additional regs on cayman | Alex Deucher | 2012-10-26 | 1 | -0/+54 |
* | r600g: there are 16 const buffer size regs for each shader stage | Alex Deucher | 2012-10-26 | 1 | -2/+19 |
* | r600g: rework evergreen_init_common_regs() | Alex Deucher | 2012-10-26 | 1 | -40/+33 |
* | r600g/compute: always CONTEXT_CONTROL packet at start of CS | Alex Deucher | 2012-10-26 | 2 | -0/+10 |
* | tools/trace: More helpful message when no args are provided. | José Fonseca | 2012-10-26 | 1 | -13/+13 |
* | scons: Build xlib swrast too. | José Fonseca | 2012-10-26 | 2 | -0/+51 |
* | vl: fix the dri winsys helper screen init | Christian König | 2012-10-26 | 1 | -0/+2 |
* | tests: Use printf instead of debug_printf in u_format_compatible_test. | Vinson Lee | 2012-10-25 | 1 | -1/+1 |
* | r300g: fix texture border color for sRGB formats | Marek Olšák | 2012-10-26 | 1 | -4/+18 |
* | glsl: Allow ir_if in the linker's move_non_declarations function. | Kenneth Graunke | 2012-10-25 | 1 | -0/+1 |
* | i965/vs: Preserve the type when copy propagating into an instruction. | Kenneth Graunke | 2012-10-25 | 1 | -0/+1 |
* | i965/vs: Don't lose the MRF writemask when doing compute-to-MRF. | Kenneth Graunke | 2012-10-25 | 1 | -0/+1 |
* | glcpp: Don't use infinite lookhead for #define differentiation. | Kenneth Graunke | 2012-10-25 | 2 | -12/+20 |
* | i965/vs: Fix debug dumping of VS push constants. | Kenneth Graunke | 2012-10-25 | 1 | -1/+3 |
* | mesa/tests: Add ES3.0 dispatch table sanity test | Matt Turner | 2012-10-25 | 1 | -0/+149 |
* | Split dispatch sanity's validate_function test into two | Matt Turner | 2012-10-25 | 1 | -0/+11 |
* | dispatch_sanity: print names of functions that shouldnt be in dispatch table. | Paul Berry | 2012-10-25 | 1 | -1/+9 |
* | shared-glapi: implement _glapi_get_proc_name(). | Paul Berry | 2012-10-25 | 3 | -2/+27 |
* | src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS | Matt Turner | 2012-10-25 | 1 | -4/+1 |
* | egl: Import eglext.h revision 19332 | Matt Turner | 2012-10-25 | 1 | -1/+7 |
* | ralloc: Annotate printf functions with PRINTFLIKE(...) | Matt Turner | 2012-10-25 | 2 | -11/+6 |
* | build: Ship install-sh in the tarball | Matt Turner | 2012-10-25 | 1 | -0/+1 |
* | mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV) | José Fonseca | 2012-10-25 | 1 | -0/+2 |
* | trace: Fix dumping of set_constant_buffer method. | José Fonseca | 2012-10-25 | 3 | -9/+21 |
* | docs: add another fixed bug to mesa 8.0.5 release notes | Andreas Boll | 2012-10-24 | 1 | -0/+2 |
* | docs: Add 8.0.5 release notes | Andreas Boll | 2012-10-24 | 3 | -0/+271 |
* | glsl_to_tgsi: set correct register type for array and structure elements | Bryan Cain | 2012-10-24 | 1 | -2/+19 |
* | r600g: force bank_swizzle if already set | Vincent Lejeune | 2012-10-24 | 2 | -0/+4 |
* | r600g: rewrite tgsi-to-llvm load-input to handle fragcoord | Vincent Lejeune | 2012-10-24 | 2 | -42/+84 |
* | nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D | Christoph Bumiller | 2012-10-24 | 1 | -1/+1 |
* | mesa: Use MIN instead of CLAMP for unsigned source data | Ian Romanick | 2012-10-24 | 1 | -108/+108 |
* | st/mesa: Fix assertions for copying texture image to finalized miptree. | Michel Dänzer | 2012-10-24 | 1 | -1/+4 |