| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965: Replace OUT_RELOC_FENCED with OUT_RELOC. | Kenneth Graunke | 2013-12-09 | 2 | -16/+10 |
* | glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound. | Paul Berry | 2013-12-09 | 45 | -221/+35 |
* | glsl/loops: Stop creating normatively bound loops in loop_controls. | Paul Berry | 2013-12-09 | 3 | -20/+41 |
* | glsl/loops: Get rid of loop_variable_state::max_iterations. | Paul Berry | 2013-12-09 | 3 | -38/+19 |
* | glsl/loops: Simplify loop unrolling logic by breaking into functions. | Paul Berry | 2013-12-09 | 1 | -108/+184 |
* | glsl/loops: Move some analysis from loop_controls to loop_analysis. | Paul Berry | 2013-12-09 | 3 | -80/+125 |
* | glsl/loops: Allocate loop_terminator using new(mem_ctx) syntax. | Paul Berry | 2013-12-09 | 1 | -1/+1 |
* | glsl/loops: Remove unnecessary list walk from loop_control_visitor. | Paul Berry | 2013-12-09 | 2 | -33/+39 |
* | glsl/loops: Remove unused fields iv_scale and biv from loop_variable class. | Paul Berry | 2013-12-09 | 2 | -12/+4 |
* | glsl/loops: replace loop controls with a normative bound. | Paul Berry | 2013-12-09 | 46 | -247/+104 |
* | glsl/loops: consolidate bounded loop handling into a lowering pass. | Paul Berry | 2013-12-09 | 8 | -143/+133 |
* | glsl: In loop analysis, handle unconditional second assignment. | Paul Berry | 2013-12-09 | 1 | -3/+4 |
* | glsl: Fix handling of function calls inside nested loops. | Paul Berry | 2013-12-09 | 1 | -7/+7 |
* | glsl: Fix loop analysis of nested loops. | Paul Berry | 2013-12-09 | 2 | -17/+29 |
* | glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *). | Paul Berry | 2013-12-09 | 2 | -25/+71 |
* | i965/gen7+: Implement fast color clears for MSAA buffers. | Paul Berry | 2013-12-09 | 1 | -44/+87 |
* | i965/blorp: Refactor code for computing fast clear align/scaledown factors. | Paul Berry | 2013-12-09 | 1 | -19/+23 |
* | i965/blorp: allow multisample blorp clears | Paul Berry | 2013-12-09 | 1 | -18/+13 |
* | i965/blorp: Get rid of redundant num_samples blorp param. | Paul Berry | 2013-12-09 | 5 | -15/+12 |
* | i965/gen7+: Disentangle MSAA layout from fast clear state. | Paul Berry | 2013-12-09 | 3 | -48/+47 |
* | i965: Don't try to use HW blitter for glCopyPixels() when multisampled. | Paul Berry | 2013-12-09 | 1 | -0/+5 |
* | i965: Document conventions for counting layers in 2D multisample buffers. | Paul Berry | 2013-12-09 | 4 | -0/+27 |
* | i965/blorp: Improve fast color clear comment. | Paul Berry | 2013-12-09 | 1 | -1/+12 |
* | r300/compiler/tests: Fix line length check in test parser | Tom Stellard | 2013-12-09 | 1 | -1/+3 |
* | r300/compiler/tests: Fix segfault | Tom Stellard | 2013-12-09 | 1 | -6/+5 |
* | nouveau/video: update a few more h264 picparm field names | Ilia Mirkin | 2013-12-09 | 1 | -16/+17 |
* | nouveau/video: update h264 picparm field names based on usage | Ilia Mirkin | 2013-12-09 | 1 | -15/+13 |
* | nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0) | Ilia Mirkin | 2013-12-09 | 2 | -7/+2 |
* | nvc0: make sure nvd7 gets NVC8_3D_CLASS as well | Ilia Mirkin | 2013-12-09 | 1 | -1/+2 |
* | nv50: TXF already has integer arguments, don't try to convert from f32 | Ilia Mirkin | 2013-12-09 | 1 | -7/+9 |
* | llvmpipe: clamp fragment shader depth write to the current viewport depth range. | Matthew McClure | 2013-12-09 | 13 | -29/+255 |
* | wayland: Add support for eglSwapInterval | Neil Roberts | 2013-12-07 | 3 | -40/+119 |
* | wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers | Neil Roberts | 2013-12-07 | 1 | -14/+22 |
* | glapi: Do not include dlfcn.h on Windows. | Vinson Lee | 2013-12-07 | 1 | -0/+2 |
* | r600/llvm: Allow arbitrary amount of temps in tgsi to llvm | Vincent Lejeune | 2013-12-07 | 2 | -4/+45 |
* | freedreno/a3xx: add adreno 330 support | Rob Clark | 2013-12-07 | 2 | -4/+7 |
* | freedreno/a3xx/compiler: add ROUND | Rob Clark | 2013-12-07 | 1 | -0/+1 |
* | mesa: Require per-sample shading if the `sample` qualifier is used. | Chris Forbes | 2013-12-07 | 1 | -0/+8 |
* | glsl: Populate gl_fragment_program::IsSample bitfield | Chris Forbes | 2013-12-07 | 1 | -1/+4 |
* | mesa: add IsSample bitfield to gl_fragment_program | Chris Forbes | 2013-12-07 | 1 | -0/+6 |
* | glsl: Put `sample`-qualified varyings in their own packing classes | Chris Forbes | 2013-12-07 | 1 | -1/+1 |
* | glsl: Add ir support for `sample` qualifier; adjust compiler and linker | Chris Forbes | 2013-12-07 | 13 | -4/+60 |
* | glsl: Add frontend support for `sample` auxiliary storage qualifier | Chris Forbes | 2013-12-07 | 5 | -4/+13 |
* | i965: Don't flag gather quirks for Gen8+ | Chris Forbes | 2013-12-07 | 1 | -1/+1 |
* | i965/Gen7: Allow CMS layout for multisample textures | Chris Forbes | 2013-12-07 | 1 | -17/+1 |
* | i965/vs: Sample from MCS surface when required | Chris Forbes | 2013-12-07 | 2 | -7/+40 |
* | i965/fs: Sample from MCS surface when required | Chris Forbes | 2013-12-07 | 3 | -10/+41 |
* | i965: Add shader opcode for sampling MCS surface | Chris Forbes | 2013-12-07 | 6 | -0/+16 |
* | i965/Gen7: Include bitfield in the sampler key for CMS layout | Chris Forbes | 2013-12-07 | 2 | -0/+18 |
* | i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_create | Chris Forbes | 2013-12-07 | 1 | -6/+8 |