| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Remove some stale XXX / FIXME comments | Michel Dänzer | 2013-12-05 | 2 | -5/+1 |
* | nouveau: Add lots of comments to the buffer transfer logic | Ilia Mirkin | 2013-12-04 | 2 | -4/+71 |
* | nv50: wait on the buf's fence before sticking it into pushbuf | Ilia Mirkin | 2013-12-04 | 2 | -0/+12 |
* | nouveau: avoid leaking fences while waiting | Ilia Mirkin | 2013-12-04 | 1 | -6/+5 |
* | nv50: fix a small leak on context destroy | Ilia Mirkin | 2013-12-04 | 1 | -0/+2 |
* | nv50: Fix GPU_READING/WRITING bit removal | Ilia Mirkin | 2013-12-04 | 2 | -3/+3 |
* | pipe-loader: Fix llvmpipe.la path | Michel Dänzer | 2013-12-04 | 1 | -1/+1 |
* | gallium/radeon: use PRIu64 macro for printing uint64_t | Emil Velikov | 2013-12-03 | 2 | -4/+6 |
* | pipe-loader: build llvmpipe on top of softpipe | Emil Velikov | 2013-12-03 | 1 | -10/+7 |
* | st/mesa: implement layered framebuffer clear for the clear_with_quad fallback | Marek Olšák | 2013-12-03 | 2 | -0/+25 |
* | gallium/util: implement layered framebuffer clear in u_blitter | Marek Olšák | 2013-12-03 | 10 | -30/+110 |
* | gallium: add support for AMD_vertex_shader_layer | Marek Olšák | 2013-12-03 | 14 | -1/+21 |
* | radeonsi: add driver support for layered rendering and AMD_vertex_shader_layer | Marek Olšák | 2013-12-03 | 4 | -12/+27 |
* | radeonsi: implement OpenGL edge flags | Marek Olšák | 2013-12-03 | 3 | -6/+48 |
* | freedreno: Add a few texture formats | Andreas Heider | 2013-12-02 | 1 | -0/+3 |
* | clover: Fix missing minus sign in 'iterator_adaptor::operator-='. | Francisco Jerez | 2013-12-02 | 1 | -1/+1 |
* | trace: Dump PIPE_QUERY_* enums. | José Fonseca | 2013-11-28 | 7 | -15/+98 |
* | trace: Dump query results faithfully. | José Fonseca | 2013-11-28 | 3 | -15/+133 |
* | gallium/cso: fix sampler / sampler_view counts | Roland Scheidegger | 2013-11-28 | 1 | -11/+16 |
* | gallium: new shader cap bit for the amount of sampler views | Roland Scheidegger | 2013-11-28 | 15 | -8/+33 |
* | gallium/drivers: support more sampler views than samplers for more drivers | Roland Scheidegger | 2013-11-28 | 6 | -7/+7 |
* | radeon/compute: Unconditionally inline all functions v2 | Tom Stellard | 2013-11-25 | 1 | -2/+20 |
* | llvmpipe: support 8bit subpixel precision | Zack Rusin | 2013-11-25 | 10 | -148/+496 |
* | radeonsi: implement MSAA for CIK | Marek Olšák | 2013-11-23 | 3 | -11/+28 |
* | radeonsi: enable 2D tiling on CIK | Marek Olšák | 2013-11-23 | 1 | -4/+0 |
* | tgsi: Prevent emission of instructions with empty writemask. | José Fonseca | 2013-11-22 | 2 | -0/+42 |
* | tgsi: Rework calls to ureg_emit_insn(). | José Fonseca | 2013-11-22 | 1 | -96/+104 |
* | llvmpipe: (trivial) disable new accurate origin calculation | Roland Scheidegger | 2013-11-22 | 1 | -1/+1 |
* | nvc0: inform kernel about buffers that screen_create touches | Ben Skeggs | 2013-11-22 | 1 | -0/+2 |
* | radeonsi/compute: Fix LDS size calculation | Tom Stellard | 2013-11-21 | 1 | -1/+16 |
* | r600g/compute: Add a work-around for flushing issues on Cayman | Tom Stellard | 2013-11-21 | 3 | -1/+17 |
* | llvmpipe: calculate more accurate interpolation value at origin | Roland Scheidegger | 2013-11-21 | 1 | -6/+82 |
* | svga: remove special-case code for texkil w component | Brian Paul | 2013-11-21 | 1 | -23/+6 |
* | gallium: Make TGSI_SEMANTIC_FOG register four-component wide. | José Fonseca | 2013-11-21 | 3 | -19/+5 |
* | tgsi_exec: Fix mask calculation for emit_kill_if. | José Fonseca | 2013-11-21 | 1 | -0/+3 |
* | winsys/radeon: cleanup virtual memory nonsense | Christian König | 2013-11-21 | 2 | -20/+18 |
* | gallivm: Ignore unknown file type in non-debug builds. | Vinson Lee | 2013-11-20 | 1 | -0/+1 |
* | u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps. | José Fonseca | 2013-11-20 | 5 | -6/+19 |
* | gallivm: Fix mask calculation for emit_kill_if. | Si Chen | 2013-11-19 | 1 | -5/+8 |
* | svga: improve check for 3D compressed textures | Brian Paul | 2013-11-19 | 1 | -5/+7 |
* | svga: we don't supported 3D compressed textures | Brian Paul | 2013-11-18 | 1 | -0/+6 |
* | r600g/compute: Fix handling of global buffers in r600_resource_copy_region() | Tom Stellard | 2013-11-18 | 1 | -1/+36 |
* | gallium: Pass version scripts to linker using --version-script= | Tom Stellard | 2013-11-18 | 4 | -4/+4 |
* | clover: Optionally return context's devices from clGetProgramInfo() | Tom Stellard | 2013-11-18 | 1 | -2/+6 |
* | osmesa: add support for postprocess filters | Brian Paul | 2013-11-18 | 1 | -0/+87 |
* | postprocess: document the pp_init() function. | Brian Paul | 2013-11-18 | 1 | -1/+8 |
* | postprocess: move #defines to filters.h | Brian Paul | 2013-11-18 | 2 | -3/+4 |
* | postprocess: refactor header files, etc | Brian Paul | 2013-11-18 | 8 | -47/+70 |
* | postprocess: rename program to pp_program | Brian Paul | 2013-11-18 | 8 | -23/+23 |
* | postprocess: simplify pp_free() code | Brian Paul | 2013-11-18 | 1 | -14/+13 |