| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/u_blitter: add ability to blit only depth or only stencil | Marek Olšák | 2012-08-04 | 3 | -14/+17 |
* | gallium: define PIPE_MASK_RGBAZS | Marek Olšák | 2012-08-04 | 1 | -0/+1 |
* | gallium/u_blitter: minor cleanup | Marek Olšák | 2012-08-04 | 2 | -8/+8 |
* | gallium/tgsi: fixup texture name strings | Marek Olšák | 2012-08-04 | 1 | -4/+4 |
* | gallium/u_blitter: set sample mask to ~0 | Marek Olšák | 2012-08-04 | 2 | -0/+20 |
* | gallium/u_blit: bail out if src is a multisample texture | Marek Olšák | 2012-08-04 | 1 | -0/+6 |
* | gallium/u_blit: check nr_samples before using resource_copy_region | Marek Olšák | 2012-08-04 | 1 | -1/+2 |
* | gallium: set sample mask to ~0 for clear, blit and gen_mipmap | Marek Olšák | 2012-08-04 | 5 | -2/+26 |
* | r600g: fix F2U opcode translation | Dave Airlie | 2012-08-04 | 1 | -1/+1 |
* | draw: Ensure channel in convert_to_soa is initialized. | Vinson Lee | 2012-08-03 | 1 | -1/+1 |
* | u_blitter: Move a pointer dereference after null check. | Vinson Lee | 2012-08-03 | 1 | -2/+3 |
* | Use C99 NAN and INFINITY macros | Matt Turner | 2012-08-03 | 1 | -10/+3 |
* | gallium/tests/trivial: updates for CSO interface changes | Brian Paul | 2012-08-03 | 1 | -2/+2 |
* | st/xorg: updates for CSO interface changes | Brian Paul | 2012-08-03 | 2 | -7/+9 |
* | st/xa: updates for CSO interface changes | Brian Paul | 2012-08-03 | 4 | -9/+9 |
* | vega: fix build breakage from cso sampler/view changes | Brian Paul | 2012-08-03 | 1 | -17/+17 |
* | cso: remove unreachable break statements | Brian Paul | 2012-08-03 | 1 | -5/+0 |
* | cso: 80-column wrapping, remove trailing whitespace, etc | Brian Paul | 2012-08-03 | 1 | -33/+54 |
* | gallium: consolidate CSO sampler and sampler_view functions | Brian Paul | 2012-08-03 | 11 | -280/+179 |
* | st/mesa: Ensure dst in compile_instruction is initialized. | Vinson Lee | 2012-08-02 | 1 | -1/+1 |
* | radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flags | Tom Stellard | 2012-08-02 | 1 | -1/+1 |
* | radeon/llvm: Add support for more f32 CMP instructions on SI | Tom Stellard | 2012-08-02 | 1 | -5/+15 |
* | radeon/llvm: Add support for fneg on SI | Tom Stellard | 2012-08-02 | 2 | -0/+16 |
* | radeon/llvm: Add support for fp_to_sint on SI | Tom Stellard | 2012-08-02 | 1 | -1/+3 |
* | radeon/llvm: Remove CMOVLOG DAG node | Tom Stellard | 2012-08-02 | 6 | -75/+9 |
* | radeonsi: Properly initialize si_shader_ctx.radeon_bld | Tom Stellard | 2012-08-02 | 1 | -0/+1 |
* | radeonsi: Handle TGSI TXP opcode. | Michel Dänzer | 2012-08-02 | 1 | -2/+24 |
* | radeonsi: Handle TGSI DIV opcode. | Michel Dänzer | 2012-08-02 | 1 | -0/+5 |
* | svga: remove questionable INLINE qualifiers | Brian Paul | 2012-08-02 | 1 | -2/+2 |
* | svga: sort #includes | Brian Paul | 2012-08-02 | 1 | -4/+4 |
* | svga: add some comments in svga_screen_cache.c | Brian Paul | 2012-08-02 | 1 | -1/+14 |
* | svga: whitespace, formatting fixes | Brian Paul | 2012-08-02 | 1 | -52/+54 |
* | svga: remove unneeded 'struct svga_screen' declarations | Brian Paul | 2012-08-02 | 2 | -2/+0 |
* | mesa: fix default_access_mode() result for ES2 | Brian Paul | 2012-08-02 | 1 | -1/+1 |
* | mesa: default_access_mode() returns a GLbitfield, not GLenum | Brian Paul | 2012-08-02 | 1 | -1/+1 |
* | scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parser | José Fonseca | 2012-08-02 | 1 | -0/+4 |
* | radeonsi: initial VDPAU target | Christian König | 2012-08-02 | 2 | -0/+54 |
* | radeon/llvm: fix fp immediates on SI | Christian König | 2012-08-02 | 1 | -7/+20 |
* | radeonsi: fix TEX writemask | Christian König | 2012-08-02 | 1 | -2/+2 |
* | radeonsi: fix shader param and color count | Christian König | 2012-08-02 | 1 | -5/+6 |
* | radeonsi: fix texture loads from sampler > 0 | Christian König | 2012-08-02 | 1 | -2/+2 |
* | radeonsi: disable tiling until we fixed all bugs | Christian König | 2012-08-02 | 1 | -0/+2 |
* | scons: Add support for Intel Compiler. | Vinson Lee | 2012-08-01 | 1 | -1/+1 |
* | meta: Use sampler object in framebuffer blit | Pauli Nieminen | 2012-08-01 | 1 | -17/+14 |
* | meta: Add sampler object to texture decompression | Pauli Nieminen | 2012-08-01 | 1 | -20/+24 |
* | mesa: Allow meta module to call sampler functions | Pauli Nieminen | 2012-08-01 | 2 | -4/+15 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 11 | -361/+449 |
* | mesa: Make ARB_sampler_objects mandatory | Pauli Nieminen | 2012-08-01 | 6 | -11/+3 |
* | mesa/program: Use sampler object state if present | Pauli Nieminen | 2012-08-01 | 1 | -1/+4 |
* | mesa/ff_shader: Fix sampler state reading | Pauli Nieminen | 2012-08-01 | 1 | -1/+4 |