Age | Commit message (Expand) | Author | Files | Lines |
2014-08-21 | i965/vec4: Remove try_emit_saturatesat_fix | Abdiel Janulgue | 2 | -22/+0 |
2014-08-21 | i965/fs: Refactor try_emit_saturate | Abdiel Janulgue | 1 | -15/+8 |
2014-08-21 | ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate | Abdiel Janulgue | 2 | -99/+0 |
2014-08-21 | i965/vec4: Allow propagation of instructions with saturate flag to sel | Abdiel Janulgue | 1 | -27/+58 |
2014-08-21 | i965/fs: Allow propagation of instructions with saturate flag to sel | Abdiel Janulgue | 1 | -1/+17 |
2014-08-21 | glsl: Optimize clamp(x, b, 1.0), where b > 0.0 as max(saturate(x),b) | Abdiel Janulgue | 1 | -0/+23 |
2014-08-21 | glsl: Optimize clamp(x, 0.0, b), where b < 1.0 as min(saturate(x),b) | Abdiel Janulgue | 1 | -0/+39 |
2014-08-21 | glsl: Optimize clamp(x, 0, 1) as saturate(x) | Abdiel Janulgue | 1 | -0/+36 |
2014-08-21 | glsl: Implement saturate as ir_unop_saturate | Abdiel Janulgue | 1 | -5/+1 |
2014-08-21 | i965/vec4: Add support for ir_unop_saturate | Abdiel Janulgue | 1 | -0/+4 |
2014-08-21 | i965/fs: Add support for ir_unop_saturate | Abdiel Janulgue | 2 | -0/+5 |
2014-08-21 | ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate | Abdiel Janulgue | 2 | -0/+12 |
2014-08-21 | ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate | Abdiel Janulgue | 2 | -2/+9 |
2014-08-21 | glsl: Add a pass to lower ir_unop_saturate to clamp(x, 0, 1) | Abdiel Janulgue | 2 | -0/+30 |
2014-08-21 | glsl: Add constant evaluation of ir_unop_saturate | Abdiel Janulgue | 1 | -0/+6 |
2014-08-21 | glsl: Add ir_unop_saturate | Abdiel Janulgue | 3 | -0/+4 |
2014-08-21 | i965/vec4/fs: Count loops in shader debug | Abdiel Janulgue | 2 | -4/+8 |
2014-08-21 | i965/vec4: inline generate generate_vec4_instruction() within generate_code() | Abdiel Janulgue | 2 | -319/+299 |
2014-08-18 | clover: Refuse to build a program if there are kernel objects attached to it. | Francisco Jerez | 5 | -3/+18 |
2014-08-18 | clover/util: Pass initial count value to ref_counter constructor. | Francisco Jerez | 1 | -2/+2 |
2014-08-18 | clover/util: Implement minimalist reference to clover::ref_counter object. | Francisco Jerez | 1 | -0/+45 |
2014-08-17 | clover: clGetProgramInfo support for OpenCL 1.2. | EdB | 1 | -0/+11 |
2014-08-16 | nouveau: don't keep stale pointer to free'd data | Ilia Mirkin | 1 | -0/+1 |
2014-08-16 | egl: don't exit process on initialization failure | Ilia Mirkin | 1 | -1/+1 |
2014-08-16 | mesa: fix compressed_subtexture_error_check() return value | Brian Paul | 1 | -3/+3 |
2014-08-16 | mesa: move _mesa_compressed_texture_pixel_storage_error_check() | Brian Paul | 5 | -46/+61 |
2014-08-16 | mesa: minor improvements to _mesa_compute_compressed_pixelstore() | Brian Paul | 3 | -12/+23 |
2014-08-16 | util: whitespace and formatting fixes in u_math.h | Brian Paul | 1 | -17/+23 |
2014-08-16 | nouveau: make sure to invalidate any vbo state as well | Ilia Mirkin | 1 | -0/+1 |
2014-08-15 | i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hiz | Jordan Justen | 1 | -2/+4 |
2014-08-15 | i965/gen6: Stencil/hiz needs an offset for LOD > 0 | Jordan Justen | 2 | -3/+41 |
2014-08-15 | i965/gen6: Force tile alignment for each stencil/hiz LOD | Jordan Justen | 1 | -3/+36 |
2014-08-15 | i965: Support array_layout == ALL_SLICES_AT_EACH_LOD for multiple LODs | Jordan Justen | 1 | -2/+19 |
2014-08-15 | i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD | Jordan Justen | 7 | -17/+35 |
2014-08-15 | i965: Change mipmap array_spacing_lod0 to array_layout (enum) | Jordan Justen | 7 | -19/+73 |
2014-08-15 | i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface | Jordan Justen | 3 | -59/+51 |
2014-08-15 | i965/gen6 fbo: make unmatched depth/stencil configs return unsupported | Jordan Justen | 1 | -3/+3 |
2014-08-15 | i965/gen6 blorp depth: calculate base surface width/height | Jordan Justen | 1 | -0/+13 |
2014-08-15 | i965/gen6 depth surface: calculate minimum array element being rendered | Jordan Justen | 2 | -0/+4 |
2014-08-15 | i965/gen6 depth surface: calculate LOD being rendered to | Jordan Justen | 2 | -0/+6 |
2014-08-15 | i965/gen6 depth surface: calculate depth (array size) for depth surface | Jordan Justen | 2 | -0/+5 |
2014-08-15 | i965/gen6 depth surface: calculate more specific surface type | Jordan Justen | 2 | -0/+50 |
2014-08-15 | i965/gen6_depth_state.c: Remove (gen != 6) code paths | Jordan Justen | 1 | -31/+14 |
2014-08-15 | i965: Split gen6 depth hiz state out from brw | Jordan Justen | 4 | -1/+188 |
2014-08-15 | i965/gen6: Adjust render height in errata case for MSAA | Jordan Justen | 1 | -1/+17 |
2014-08-15 | i965/gen6: Add support for layered renderbuffers | Jordan Justen | 2 | -40/+43 |
2014-08-15 | i965/gen6_surface_state.c: Remove (gen < 6) code path | Jordan Justen | 1 | -22/+0 |
2014-08-15 | i965: Split gen6 renderbuffer surface state from gen5 and older | Jordan Justen | 4 | -0/+159 |
2014-08-15 | meta: Use instanced rendering for layered clears. | Kenneth Graunke | 1 | -16/+5 |
2014-08-15 | mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced. | Kenneth Graunke | 2 | -0/+10 |