| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: add support for Oland chips | Alex Deucher | 2013-02-04 | 1 | -0/+3 |
* | radeonsi: Remove spurious traces of R16G16B16 support. | Michel Dänzer | 2013-02-04 | 1 | -3/+0 |
* | radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering. | Michel Dänzer | 2013-01-24 | 1 | -0/+4 |
* | radeonsi: Make sure to use float number format for packed float colour formats. | Michel Dänzer | 2013-01-24 | 1 | -2/+4 |
* | radeonsi: More assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 1 | -36/+55 |
* | radeonsi: improve flushed depth texture handling | Vadim Girlin | 2013-01-21 | 1 | -6/+7 |
* | radeonsi: Assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 1 | -2/+7 |
* | radeonsi: Fix 1D tiling mode index for non-scanout resources. | Michel Dänzer | 2013-01-21 | 1 | -1/+4 |
* | radeonsi: Actually keep track if we are using depth textures for samplers. | Michel Dänzer | 2013-01-17 | 1 | -3/+7 |
* | radeonsi: Fix Z24 texture formats. | Michel Dänzer | 2013-01-17 | 1 | -2/+2 |
* | radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports. | Michel Dänzer | 2013-01-17 | 1 | -6/+1 |
* | radeonsi: Use proper hardware format for stencil texturing. | Michel Dänzer | 2013-01-17 | 1 | -1/+2 |
* | radeonsi: Consolidate calculation of tile mode index. | Michel Dänzer | 2013-01-17 | 1 | -111/+71 |
* | radeonsi: Reinstate assertions against invalid colour/depth formats. | Michel Dänzer | 2012-11-28 | 1 | -0/+2 |
* | radeonsi: Re-enable Z16 depth buffers. | Michel Dänzer | 2012-11-28 | 1 | -2/+2 |
* | radeonsi: Use explicit stencil mipmap level offsets. | Michel Dänzer | 2012-11-28 | 1 | -5/+2 |
* | radeonsi: Fix sampler views for depth textures. | Michel Dänzer | 2012-11-28 | 1 | -5/+5 |
* | radeonsi: clean up some magic numbers | Alex Deucher | 2012-11-16 | 1 | -1/+2 |
* | radeonsi: emit PA_SC_RASTER_CONFIG | Alex Deucher | 2012-11-16 | 1 | -0/+11 |
* | radeonsi: remove new asserts and replace with warnings | Alex Deucher | 2012-11-15 | 1 | -2/+6 |
* | radeonsi: cleanup si_db() | Alex Deucher | 2012-11-15 | 1 | -12/+10 |
* | radeonsi: assert the CB format is valid (v2) | Alex Deucher | 2012-11-15 | 1 | -2/+3 |
* | radeonsi: assert that the DB format is valid (v2) | Alex Deucher | 2012-11-15 | 1 | -8/+5 |
* | radeonsi: Set STENCILOPVAL fields to 1. | Michel Dänzer | 2012-11-14 | 1 | -2/+4 |
* | radeonsi: Implement alpha testing in pixel shader. | Michel Dänzer | 2012-11-12 | 1 | -13/+11 |
* | radeonsi: Implement support for vertex shader samplers. | Michel Dänzer | 2012-11-02 | 1 | -22/+58 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -2/+3 |
* | radeonsi: Handle TGSI_SEMANTIC_BCOLOR. | Michel Dänzer | 2012-10-26 | 1 | -3/+6 |
* | radeonsi: Don't snoop context state while building shaders. | Michel Dänzer | 2012-10-26 | 1 | -13/+14 |
* | radeonsi: fixup the return type of is_format_supported | Marek Olšák | 2012-10-11 | 1 | -5/+5 |
* | radeonsi: emit PA_SU_PRIM_FILTER_CNTL | Alex Deucher | 2012-10-01 | 1 | -0/+2 |
* | radeonsi: drop some cayman remnants | Alex Deucher | 2012-10-01 | 1 | -12/+1 |
* | radeonsi: define SGPR register numbers | Christian König | 2012-10-01 | 1 | -7/+9 |
* | radeonsi: start seperating commands into si_commands.c | Christian Koenig | 2012-09-26 | 1 | -4/+1 |
* | radeonsi: start reworking inferred state handling | Christian König | 2012-09-26 | 1 | -2/+0 |
* | radeonsi: Properly handle NULL sampler views. | Michel Dänzer | 2012-09-12 | 1 | -3/+3 |
* | radeonsi: Texture border colour fixes. | Michel Dänzer | 2012-09-11 | 1 | -8/+51 |
* | radeonsi: Handle NULL sampler states. | Michel Dänzer | 2012-09-11 | 1 | -1/+1 |
* | radeonsi: Float format fixups. | Michel Dänzer | 2012-09-07 | 1 | -1/+24 |
* | radeonsi: Handle more SNORM formats. | Michel Dänzer | 2012-09-07 | 1 | -0/+22 |
* | radeonsi: Handle more L/I/A format cases. | Michel Dänzer | 2012-09-06 | 1 | -0/+14 |
* | radeonsi: Mipmaps require memory footprint to be padded to powers of two. | Michel Dänzer | 2012-09-06 | 1 | -0/+1 |
* | radeonsi: Sampler view state simplification. | Michel Dänzer | 2012-09-06 | 1 | -11/+9 |
* | radeonsi: disable Z16 for now | Christian König | 2012-09-03 | 1 | -2/+2 |
* | radeonsi: Don't write to the PA_SC_RASTER_CONFIG register. | Michel Dänzer | 2012-08-28 | 1 | -1/+0 |
* | radeonsi: Use FP16 shader export format when necessary / possible. | Michel Dänzer | 2012-08-27 | 1 | -2/+67 |
* | radeonsi: Maintain cache of pixel shader variants according to contxt state. | Michel Dänzer | 2012-08-27 | 1 | -31/+154 |
* | radeonsi: remove old tilling handling | Christian König | 2012-08-24 | 1 | -14/+12 |
* | radeonsi: rework vertex format handling | Christian König | 2012-08-22 | 1 | -10/+58 |
* | radeonsi: Handle NULL sampler views getting passed in by the state tracker. | Michel Dänzer | 2012-08-21 | 1 | -5/+7 |