| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: don't assume that the whole surface gets mapped | Ilia Mirkin | 2016-06-24 | 1 | -7/+6 |
* | radeonsi: drop the DRAW_PREAMBLE packet on Polaris | Nicolai Hähnle | 2016-06-24 | 2 | -1/+28 |
* | radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris | Nicolai Hähnle | 2016-06-24 | 1 | -10/+36 |
* | st/mesa: handle negative _ColorDrawBufferIndexes values correctly | Francesco Ansanelli | 2016-06-24 | 1 | -1/+1 |
* | winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabled | Nicolai Hähnle | 2016-06-24 | 3 | -2/+7 |
* | winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabled | Nicolai Hähnle | 2016-06-24 | 3 | -2/+8 |
* | radeonsi: report a failure to parse dmesg instead of asserting | Nicolai Hähnle | 2016-06-24 | 1 | -1/+6 |
* | radeon: check VM faults from DMA flush | Nicolai Hähnle | 2016-06-24 | 5 | -6/+68 |
* | radeonsi: move gfx fence wait out of si_check_vm_faults | Nicolai Hähnle | 2016-06-24 | 2 | -6/+7 |
* | radeonsi: extract IB and bo list saving into separate functions | Nicolai Hähnle | 2016-06-24 | 6 | -54/+88 |
* | st/mesa: fix readpixels regression with MESA_pack_invert | Nicolai Hähnle | 2016-06-24 | 1 | -1/+1 |
* | radeonsi: set LLVM denormal flags | Marek Olšák | 2016-06-24 | 1 | -2/+5 |
* | radeonsi: emit 1/sqrt for RSQ | Marek Olšák | 2016-06-24 | 1 | -2/+16 |
* | r600g: Enable FMA on chips that support it | Jan Vesely | 2016-06-24 | 2 | -5/+7 |
* | gallium/u_queue: allow the execute function to differ per job | Marek Olšák | 2016-06-24 | 6 | -15/+18 |
* | gallium/u_queue: reduce the number of mutexes by 2 | Marek Olšák | 2016-06-24 | 2 | -20/+35 |
* | gallium/u_queue: add an option to name threads | Marek Olšák | 2016-06-24 | 4 | -2/+13 |
* | gallium/u_queue: add an option to have multiple worker threads | Marek Olšák | 2016-06-24 | 8 | -23/+71 |
* | gallium/u_queue: rewrite util_queue_fence to allow multiple waiters | Marek Olšák | 2016-06-24 | 2 | -16/+43 |
* | gallium/u_queue: use a ring instead of a stack | Marek Olšák | 2016-06-24 | 4 | -20/+47 |
* | i965: Preserve the internal format of the dri image | Jordan Justen | 2016-06-23 | 1 | -3/+10 |
* | anv: Add anv_render_pass_attachment::store_op | Chad Versace | 2016-06-23 | 2 | -2/+2 |
* | gbm: Fix comments | Gurkirpal Singh | 2016-06-23 | 1 | -2/+2 |
* | gbm: doc fixes | Eric Engestrom | 2016-06-23 | 2 | -4/+4 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 45 | -51/+51 |
* | svga: update some comments in svga_buffer_handle() | Brian Paul | 2016-06-23 | 1 | -10/+3 |
* | svga: add a const qualifier in svga_buffer_upload_piecewise() | Brian Paul | 2016-06-23 | 1 | -1/+1 |
* | svga: minor code refactor for svga_buffer_upload_command() | Brian Paul | 2016-06-23 | 1 | -5/+21 |
* | svga: minor code simplification in svga_context_finish() | Brian Paul | 2016-06-23 | 1 | -1/+1 |
* | i965: Implement rasterizer discard via SOL unless required for queries. | Kenneth Graunke | 2016-06-23 | 2 | -0/+21 |
* | i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms. | Kenneth Graunke | 2016-06-23 | 4 | -99/+37 |
* | glsl: Don't constant propagate arrays. | Kenneth Graunke | 2016-06-23 | 1 | -1/+1 |
* | glsl: Make lower_const_arrays_to_uniforms work directly on constants. | Kenneth Graunke | 2016-06-23 | 1 | -8/+3 |
* | i965: Copy propagate before doing variable index lowering. | Kenneth Graunke | 2016-06-23 | 1 | -0/+2 |
* | glsl: Propagate invariant/precise after lowering const arrays. | Kenneth Graunke | 2016-06-23 | 1 | -0/+1 |
* | glsl: Split arrays even in the presence of whole-array copies. | Kenneth Graunke | 2016-06-23 | 1 | -0/+55 |
* | glsl: Make constant propagation's folder not propagate into an LHS. | Kenneth Graunke | 2016-06-23 | 1 | -1/+1 |
* | i965/blorp: Disable vertex element swizzling | Topi Pohjolainen | 2016-06-23 | 2 | -4/+18 |
* | i965/blorp: Let program data tell if push constants are needed | Topi Pohjolainen | 2016-06-23 | 3 | -15/+35 |
* | i965/blorp: Use prog data counters to guide wm/ps setup | Topi Pohjolainen | 2016-06-23 | 3 | -3/+8 |
* | i965/blorp: Use prog data counters to guide sf/sbe setup | Topi Pohjolainen | 2016-06-23 | 5 | -9/+37 |
* | i965: Avoid division by zero. | Ardinartsev Nikita | 2016-06-23 | 1 | -11/+15 |
* | swr: [rasterizer core] fix dependency bug | Tim Rowley | 2016-06-23 | 4 | -10/+10 |
* | swr: [rasterizer core] use wrap-around safe compares for dependency checking | Tim Rowley | 2016-06-23 | 6 | -36/+45 |
* | swr: [rasterizer jitter] add support for component packing for 'odd' formats | Tim Rowley | 2016-06-23 | 1 | -4/+23 |
* | swr: [rasterizer core] track whether GS outputs viewport array index | Tim Rowley | 2016-06-23 | 1 | -0/+3 |
* | swr: [rasterizer core] GS viewport array index attribute | Tim Rowley | 2016-06-23 | 2 | -1/+2 |
* | swr: [rasterizer core] conservative rasterization frontend support | Tim Rowley | 2016-06-23 | 10 | -63/+325 |
* | swr: [rasterizer core] stop single threaded crash exit crash | Tim Rowley | 2016-06-23 | 1 | -2/+3 |
* | swr: [rasterizer jitter] small fetch jit cleanup | Tim Rowley | 2016-06-23 | 1 | -134/+36 |