| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50/ir: add support for gl_PrimitiveIDIn | Ilia Mirkin | 2014-01-27 | 3 | -5/+11 |
* | nv50/ir: fix support for shader input + immediate in gp | Ilia Mirkin | 2014-01-27 | 2 | -1/+7 |
* | nv50/ir: disallow shader input + cbuf in same instruction in gp | Ilia Mirkin | 2014-01-27 | 1 | -1/+6 |
* | nv50/ir: disallow predicates on emit/restart ops | Ilia Mirkin | 2014-01-27 | 1 | -1/+2 |
* | nv50: allow vert_count to be >255 | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50: add support for geometry shaders | Bryan Cain | 2014-01-27 | 4 | -6/+39 |
* | nv50/ir: delay calculation of indirect addresses | Bryan Cain | 2014-01-27 | 3 | -13/+136 |
* | nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs | Christoph Bumiller | 2014-01-27 | 3 | -5/+59 |
* | nv50/ir: txg not available on nvaa/nvac | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50, nvc0: only clear out the buffers that we were asked to clear | Ilia Mirkin | 2014-01-27 | 2 | -14/+24 |
* | nv50, nvc0: clear out RT on a null cbuf | Ilia Mirkin | 2014-01-27 | 4 | -8/+52 |
* | nv50: don't leak heap on tls alloc failure | Ilia Mirkin | 2014-01-27 | 1 | -1/+3 |
* | nouveau/codegen: set dType to S32 for OP_NEG U32 | Ilia Mirkin | 2014-01-27 | 3 | -7/+27 |
* | svga: rename "tex_usage" to "bindings", add comments | Brian Paul | 2014-01-24 | 1 | -7/+11 |
* | svga: fix PS output register setup regression | Brian Paul | 2014-01-23 | 2 | -3/+5 |
* | svga: minor code movement in svga_tgsi_insn.c | Brian Paul | 2014-01-23 | 1 | -47/+47 |
* | svga: whitespace, formatting fixes in svga_state_framebuffer.c | Brian Paul | 2014-01-23 | 1 | -31/+26 |
* | svga: simplify common immediate value construction | Brian Paul | 2014-01-23 | 2 | -91/+115 |
* | svga: add comments, etc to svga_tgsi_insn.c code | Brian Paul | 2014-01-23 | 1 | -31/+163 |
* | svga: assorted cleanups in shader code | Brian Paul | 2014-01-23 | 1 | -1/+0 |
* | svga: rename shader_result -> variant | Brian Paul | 2014-01-23 | 8 | -142/+158 |
* | radeon: More missing stdio.h includes. | José Fonseca | 2014-01-23 | 1 | -0/+2 |
* | radeon: Adding missing stdio.h include. | José Fonseca | 2014-01-23 | 1 | -0/+1 |
* | gallium: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 2 | -3/+3 |
* | gallium: remove PIPE_CAP_SCALED_RESOLVE | Marek Olšák | 2014-01-23 | 11 | -13/+0 |
* | radeonsi: use hardware scissors correctly | Marek Olšák | 2014-01-23 | 1 | -35/+20 |
* | radeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_emit_cache_flush | Marek Olšák | 2014-01-23 | 1 | -1/+2 |
* | r600g,radeonsi: if discarding whole buffer range, discard whole resource instead | Marek Olšák | 2014-01-23 | 1 | -0/+8 |
* | llvmpipe: dump geometry shaders when using LP_DEBUG=tgsi | Dave Airlie | 2014-01-22 | 1 | -1/+4 |
* | svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS | Brian Paul | 2014-01-21 | 4 | -8/+47 |
* | svga: rename color output variables | Brian Paul | 2014-01-21 | 3 | -9/+10 |
* | svga: fix clearing for null color buffers | Brian Paul | 2014-01-21 | 1 | -3/+3 |
* | softpipe: fix crash when accessing null colorbuffer | Brian Paul | 2014-01-20 | 1 | -1/+4 |
* | i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project". | José Fonseca | 2014-01-20 | 1 | -1/+1 |
* | nv50: drop obsolete check from error path | Emil Velikov | 2014-01-18 | 1 | -9/+7 |
* | nv50: assert before trying to out-of-bounds access framebuffer.cbufs | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | nv50: assert before trying to out-of-bounds access samplers | Emil Velikov | 2014-01-18 | 2 | -0/+4 |
* | nv50: assert before trying to out-of-bounds access textures | Emil Velikov | 2014-01-18 | 3 | -0/+5 |
* | nv50: pass vtxbuf index as unsigned | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: assert before trying to out-of-bounds access vtxbuf | Emil Velikov | 2014-01-18 | 3 | -1/+14 |
* | nv50: typecast the result of ffs() to unsigned | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: assert before trying to out-of-bounds access constbuf | Emil Velikov | 2014-01-18 | 3 | -0/+4 |
* | nv50: access only the available amount of constbuf | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: access only the available amount of textures | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 126 | -289/+289 |
* | trace: Re-license trace.xsl under MIT license. | José Fonseca | 2014-01-17 | 1 | -14/+22 |
* | svga: fix crash when clearing null color buffer | Brian Paul | 2014-01-17 | 1 | -3/+7 |
* | llvmpipe: handle NULL color buffer pointers | Brian Paul | 2014-01-17 | 5 | -94/+156 |
* | softpipe: handle NULL color buffer pointers | Brian Paul | 2014-01-17 | 1 | -93/+96 |
* | llvmpipe: fix large point rasterization with point_quad_rasterization | Roland Scheidegger | 2014-01-17 | 1 | -12/+19 |