| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g/sb: Enable SB for geometry shaders | Glenn Kennard | 2015-04-08 | 11 | -16/+55 |
* | r600g/sb: Update last_cf for loops | Glenn Kennard | 2015-04-08 | 1 | -0/+8 |
* | u_tile: fix stencil texturing tests under softpipe | Dave Airlie | 2015-04-08 | 1 | -6/+6 |
* | nir: Make nir_*_instr_create take a nir_shader instead of a void * context | Jason Ekstrand | 2015-04-07 | 2 | -27/+27 |
* | nir: Implement a nir_sweep() pass. | Kenneth Graunke | 2015-04-07 | 3 | -0/+175 |
* | nir: Allocate dereferences out of their parent instruction or deref. | Kenneth Graunke | 2015-04-07 | 6 | -42/+45 |
* | nir: Allocate nir_ssa_def::uses/if_uses out of the instruction. | Kenneth Graunke | 2015-04-07 | 1 | -4/+2 |
* | nir: Allocate nir_phi_src values out of the nir_phi_instr. | Kenneth Graunke | 2015-04-07 | 3 | -3/+3 |
* | nir: Allocate nir_call_instr::params out of the nir_call itself. | Kenneth Graunke | 2015-04-07 | 1 | -1/+1 |
* | i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats. | Kenneth Graunke | 2015-04-07 | 1 | -0/+8 |
* | i965: Use SET_FIELD in 3DSTATE_STREAMOUT packets. | Kenneth Graunke | 2015-04-07 | 2 | -16/+16 |
* | nir/lower_tex_projector: Don't use designated initializers | Jason Ekstrand | 2015-04-07 | 1 | -1/+2 |
* | glsl: relax input->output validation for SSO programs | Tapani Pälli | 2015-04-07 | 1 | -1/+1 |
* | nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling | Ilia Mirkin | 2015-04-06 | 3 | -10/+13 |
* | r600g: fix op3 abs issue | Dave Airlie | 2015-04-07 | 1 | -17/+34 |
* | i965: Do not render primitives in non-zero streams then TF is disabled | Iago Toral Quiroga | 2015-04-06 | 1 | -0/+13 |
* | i965: Add forgotten multi-stream code to Gen8 SOL state. | Kenneth Graunke | 2015-04-06 | 1 | -0/+9 |
* | i965: Fix instanced geometry shaders on Gen8+. | Kenneth Graunke | 2015-04-06 | 1 | -0/+2 |
* | i965: Free dead GLSL IR one last time. | Kenneth Graunke | 2015-04-06 | 1 | -0/+12 |
* | i965: Implement SIMD16 texturing on Gen4. | Kenneth Graunke | 2015-04-06 | 3 | -10/+90 |
* | i965: Use SIMD16 instead of SIMD8 on Gen4 when possible. | Kenneth Graunke | 2015-04-06 | 2 | -3/+4 |
* | i965: Respect the no_8 flag on Gen4-5. | Kenneth Graunke | 2015-04-06 | 1 | -21/+34 |
* | i965/fp: Set coord_components correctly for cube textures. | Kenneth Graunke | 2015-04-06 | 1 | -1/+1 |
* | glsl/cse: Maintain a list of free ae_entry objects | Ian Romanick | 2015-04-06 | 1 | -8/+55 |
* | nir: Remove fsin_reduced/fcos_reduced. | Matt Turner | 2015-04-06 | 2 | -4/+0 |
* | st/mesa: Remove unused emit_scs(). | Matt Turner | 2015-04-06 | 1 | -98/+0 |
* | program: Remove unused emit_scs(). | Matt Turner | 2015-04-06 | 1 | -98/+0 |
* | i965/vec4: Remove emit_scs() prototype. | Matt Turner | 2015-04-06 | 1 | -3/+0 |
* | glsl: Remove never used sin_reduced/cos_reduced. | Matt Turner | 2015-04-06 | 10 | -34/+0 |
* | glsl: Update the #line behaviour on GLSL 3.30+ and GLSL ES+ | Antia Puentes | 2015-04-06 | 1 | -0/+17 |
* | glsl: respect the source number set by #line <line> <source> | Antia Puentes | 2015-04-06 | 1 | -2/+1 |
* | i965: Make sure we always mark array surfaces as such | Iago Toral Quiroga | 2015-04-06 | 2 | -2/+6 |
* | freedreno/ir3: add NIR compiler | Rob Clark | 2015-04-05 | 7 | -5/+1762 |
* | freedreno/a3xx: don't decode srgb on mem2gmem | Ilia Mirkin | 2015-04-05 | 1 | -6/+12 |
* | freedreno/a3xx: pass sprite coord mode through to program emit | Ilia Mirkin | 2015-04-05 | 3 | -1/+4 |
* | freedreno/a3xx: add UBO support | Ilia Mirkin | 2015-04-05 | 7 | -38/+133 |
* | freedreno/ir3: insert nop between sfu/mem operations | Ilia Mirkin | 2015-04-05 | 1 | -1/+6 |
* | freedreno: dirty context when reallocating a bound bo | Ilia Mirkin | 2015-04-05 | 1 | -0/+40 |
* | freedreno: keep track of buffer valid ranges | Ilia Mirkin | 2015-04-05 | 2 | -0/+27 |
* | freedreno: mark resources as being read so that writes flush the queue | Ilia Mirkin | 2015-04-05 | 5 | -1/+59 |
* | freedreno: don't bother setting resource timestamps | Ilia Mirkin | 2015-04-05 | 1 | -9/+0 |
* | freedreno: add a reading flag to indicate gpu is reading rsc | Ilia Mirkin | 2015-04-05 | 2 | -2/+3 |
* | freedreno: fix resource flushing confusion | Ilia Mirkin | 2015-04-05 | 1 | -14/+10 |
* | freedreno: remove tex_resource | Ilia Mirkin | 2015-04-05 | 9 | -11/+3 |
* | freedreno/ir3: handle FRAG IN's without interpolation specified | Rob Clark | 2015-04-05 | 1 | -7/+15 |
* | freedreno/ir3/cmdline: add @const headers for immediates | Rob Clark | 2015-04-05 | 1 | -0/+9 |
* | freedreno/ir3/cmdline: remove hack for old compiler | Rob Clark | 2015-04-05 | 1 | -23/+0 |
* | freedreno/ir3: handle const/immed/abs/neg in cp | Rob Clark | 2015-04-05 | 3 | -31/+314 |
* | freedreno/ir3: split float/int abs/neg | Rob Clark | 2015-04-05 | 5 | -64/+213 |
* | freedreno/ir3: add ir3 builder helpers | Rob Clark | 2015-04-05 | 3 | -4/+162 |