| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g,radeonsi: consolidate some debug flags | Marek Olšák | 2013-12-12 | 4 | -4/+5 |
* | r600g: refactor out code for buffer invalidation | Marek Olšák | 2013-12-12 | 3 | -55/+57 |
* | r600g,radeonsi: share flags has_cp_dma and has_streamout | Marek Olšák | 2013-12-12 | 10 | -26/+28 |
* | radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE | Marek Olšák | 2013-12-12 | 3 | -0/+135 |
* | radeonsi: implement accelerated buffer copying | Marek Olšák | 2013-12-12 | 3 | -4/+64 |
* | r600g: use common interfaces in buffer_transfer_unmap | Marek Olšák | 2013-12-12 | 5 | -14/+22 |
* | radeon: move some functions to r600_buffer_common.c | Marek Olšák | 2013-12-12 | 4 | -130/+161 |
* | winsys/radeon: set/get the scanout flag with the tiling ioctls | Marek Olšák | 2013-12-12 | 5 | -11/+22 |
* | glsl: modify ir_clone to use memcpy | Tapani Pälli | 2013-12-12 | 1 | -20/+3 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 31 | -411/+421 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 46 | -307/+308 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 18 | -75/+83 |
* | mesa: fix a typo in glDetachShader error message | Tapani Pälli | 2013-12-12 | 1 | -1/+1 |
* | svga: expose HW smooth/stipple/wide lines | Brian Paul | 2013-12-11 | 7 | -14/+99 |
* | glx: Add missing null check in DRI2WireToEvent | Juha-Pekka Heikkila | 2013-12-11 | 1 | -0/+2 |
* | llvmpipe: add plumbing for ARB_depth_clamp | Matthew McClure | 2013-12-11 | 4 | -35/+62 |
* | r600g/sb: fix stack size computation on evergreen | Vadim Girlin | 2013-12-11 | 1 | -4/+12 |
* | llvmpipe: add a very useful (disabled) debugging output | Zack Rusin | 2013-12-10 | 1 | -0/+20 |
* | draw: fix vbuf caching of vertices with inject front face | Zack Rusin | 2013-12-10 | 1 | -0/+1 |
* | llvmpipe: fix blending with half-float formats | Zack Rusin | 2013-12-10 | 3 | -5/+108 |
* | svga/winsys: Implement surface sharing using prime fd handles | Thomas Hellstrom | 2013-12-10 | 2 | -18/+74 |
* | gallium/radeon: Implement hooks for DRI Image 7 (v2) | Christopher James Halse Rogers | 2013-12-10 | 4 | -24/+141 |
* | radeon: Rename bo_handles hashtable to match its actual contents. | Christopher James Halse Rogers | 2013-12-10 | 1 | -8/+8 |
* | ilo: Support DRI Image 7 | Christopher James Halse Rogers | 2013-12-10 | 2 | -3/+18 |
* | nouveau: Support DRI Image 7 extension | Maarten Lankhorst | 2013-12-10 | 2 | -3/+26 |
* | gallium/dri: Support DRI Image extension version 7 | Christopher James Halse Rogers | 2013-12-10 | 2 | -10/+106 |
* | gallium/dri2: Set winsys_handle type to KMS for stride query. | Christopher James Halse Rogers | 2013-12-10 | 1 | -0/+1 |
* | gallium/winsys/drm: Prepare for passing prime fds in winsys_handle | Christopher James Halse Rogers | 2013-12-10 | 9 | -4/+38 |
* | gallium/dri: Support DRI Image extension version 6 | Christopher James Halse Rogers | 2013-12-10 | 1 | -1/+71 |
* | nv50: report 15 max inputs for fragment programs | Ilia Mirkin | 2013-12-10 | 1 | -1/+1 |
* | nouveau: Fix compiler warning regression | Maarten Lankhorst | 2013-12-10 | 1 | -4/+0 |
* | swrast: fix readback regression since inversion fix | Dave Airlie | 2013-12-10 | 1 | -1/+1 |
* | dri megadriver_stub: add compatibility for older DRI loaders | Jordan Justen | 2013-12-09 | 1 | -0/+126 |
* | egl/wayland: Return -1 from get_back_bo to indicate error | Kristian Høgsberg | 2013-12-09 | 1 | -1/+1 |
* | egl_dri2: Remove the unused swap_interval member of dri2_egl_surface | Neil Roberts | 2013-12-09 | 1 | -1/+0 |
* | 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 |