| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | freedreno: simplify/cleanup resource status tracking | Rob Clark | 2015-08-04 | 4 | -48/+71 |
* | freedreno: fix stream-out caps vec4->components | Rob Clark | 2015-08-04 | 1 | -2/+2 |
* | freedreno: small bit of cleanup about max rendertargets | Rob Clark | 2015-08-04 | 13 | -17/+40 |
* | glx: Use _mesa_lroundevenf() in glPixelStoref(). | Matt Turner | 2015-08-04 | 1 | -12/+13 |
* | util: Use SSE intrinsics in _mesa_lroundeven{f,}. | Matt Turner | 2015-08-04 | 1 | -0/+22 |
* | mesa: Use _mesa_lroundevenf() in some more places. | Matt Turner | 2015-08-04 | 2 | -12/+6 |
* | vl/mpeg12: Silence GCC unused-variable warning. | Vinson Lee | 2015-08-03 | 1 | -0/+1 |
* | glsl: replace old hash table with new and faster one | Alejandro Seguí | 2015-08-04 | 1 | -7/+11 |
* | glsl: Add constuctors for the common cases of glsl_struct_field | Ian Romanick | 2015-08-03 | 4 | -56/+53 |
* | i965: Make gen7_upload_ps_state static | Ian Romanick | 2015-08-03 | 2 | -10/+1 |
* | i965: Remove extern declaration for nonexistent state atom | Ian Romanick | 2015-08-03 | 1 | -1/+0 |
* | i965: Trivial formatting changes in gen7_vs_state.c | Ian Romanick | 2015-08-03 | 1 | -5/+5 |
* | i965: Trivial formatting changes in gen6_multisample_state.c | Ian Romanick | 2015-08-03 | 1 | -5/+2 |
* | i965: Trivial formatting changes in brw_misc_state.c | Ian Romanick | 2015-08-03 | 1 | -26/+23 |
* | i965: Trivial formatting changes in brw_draw_upload.c | Ian Romanick | 2015-08-03 | 1 | -3/+6 |
* | i965: Trivial formatting changes in brw_draw.c | Ian Romanick | 2015-08-03 | 1 | -51/+51 |
* | i965: Trivial formatting changes in brw_wm.c | Ian Romanick | 2015-08-03 | 1 | -43/+41 |
* | i965/nir: Do not scalarize phis in non-scalar setups | Iago Toral Quiroga | 2015-08-03 | 1 | -2/+6 |
* | i965/vec4: Handle uniform and GRF array access on vertex programs (NIR) | Antia Puentes | 2015-08-03 | 1 | -1/+1 |
* | i965/nir/vec4: Handle uniforms on vertex programs | Antia Puentes | 2015-08-03 | 1 | -2/+32 |
* | i965/vec4: Enable NIR-vec4 pass on ARB_vertex_programs | Antia Puentes | 2015-08-03 | 1 | -23/+24 |
* | i965/nir/gs: Implement support for gl_InvocationID system value | Iago Toral Quiroga | 2015-08-03 | 2 | -0/+29 |
* | i965/gs/gen6: Refactor ir_emit_vertex and ir_end_primitive for gen6 | Samuel Iglesias Gonsalvez | 2015-08-03 | 2 | -1/+14 |
* | i965/nir/gs: Implement EmitVertex and EndPrimitive | Iago Toral Quiroga | 2015-08-03 | 2 | -0/+23 |
* | i965/nir/gs: Handle geometry shaders inputs | Iago Toral Quiroga | 2015-08-03 | 3 | -0/+71 |
* | i965/gs: Refactor ir_emit_vertex and ir_end_primitive | Iago Toral Quiroga | 2015-08-03 | 4 | -4/+33 |
* | i965/nir: Enable NIR-vec4 pass on geometry shaders | Iago Toral Quiroga | 2015-08-03 | 2 | -1/+5 |
* | nir: Fix output swizzle in get_mul_for_src | Samuel Iglesias Gonsalvez | 2015-08-03 | 1 | -1/+12 |
* | i965/nir/vec4: Add implementation of nir_emit_texture() | Alejandro Piñeiro | 2015-08-03 | 1 | -1/+194 |
* | i965/ir/vec4: Refactor visit(ir_texture *ir) | Alejandro Piñeiro | 2015-08-03 | 2 | -173/+209 |
* | i965/vec4: Add a new dst_reg constructor accepting a brw_reg_type | Alejandro Piñeiro | 2015-08-03 | 2 | -0/+13 |
* | i965/vec4: Change vec4_visitor::swizzle_result() method to allow reuse | Alejandro Piñeiro | 2015-08-03 | 2 | -8/+15 |
* | i965/vec4: Change vec4_visitor::gather_channel() method to allow reuse | Eduardo Lima Mitev | 2015-08-03 | 2 | -5/+6 |
* | i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuse | Eduardo Lima Mitev | 2015-08-03 | 2 | -6/+8 |
* | i965/vec4: Move is_high_sample() method to vec4_visitor class | Eduardo Lima Mitev | 2015-08-03 | 2 | -3/+4 |
* | i965/nir: Add new utility method brw_glsl_base_type_for_nir_type() | Eduardo Lima Mitev | 2015-08-03 | 3 | -14/+25 |
* | i965/nir/vec4: Implement nir_emit_jump | Eduardo Lima Mitev | 2015-08-03 | 1 | -1/+14 |
* | i965/nir/vec4: Mark as unreachable ops that should be already lowered | Antia Puentes | 2015-08-03 | 1 | -0/+17 |
* | i965/nir/vec4: Implement vector "any" operation | Antia Puentes | 2015-08-03 | 1 | -0/+14 |
* | i965/nir/vec4: Implement the dot product operation | Antia Puentes | 2015-08-03 | 1 | -0/+15 |
* | i965/nir/vec4: Implement conditional select | Antia Puentes | 2015-08-03 | 1 | -0/+6 |
* | i965/nir/vec4: Implement linear interpolation | Antia Puentes | 2015-08-03 | 1 | -0/+5 |
* | i965/vec4: Return the emitted instruction in emit_lrp() | Antia Puentes | 2015-08-03 | 2 | -6/+6 |
* | i965/nir/vec4: Implement floating-point fused multiply-add | Antia Puentes | 2015-08-03 | 1 | -0/+9 |
* | i965/nir/vec4: Implement "shift" operations | Antia Puentes | 2015-08-03 | 1 | -0/+12 |
* | i965/nir/vec4: Implement the "sign" operation | Antia Puentes | 2015-08-03 | 1 | -0/+33 |
* | i965/nir/vec4: Implement bit operations | Antia Puentes | 2015-08-03 | 1 | -0/+62 |
* | i965/nir/vec4: Implement pack/unpack operations | Antia Puentes | 2015-08-03 | 1 | -0/+44 |
* | i965/nir/vec4: "noise" ops should already be lowered | Antia Puentes | 2015-08-03 | 1 | -0/+18 |
* | i965/nir/vec4: Implement "bool<->int,float" format conversion | Antia Puentes | 2015-08-03 | 1 | -0/+19 |