summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEXTobias Klausmann2014-06-162-2/+1
* nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann2014-06-167-63/+113
* nv50: make sure to mark first scissor dirty after blitIlia Mirkin2014-06-161-0/+1
* radeonsi: fixup sizes of shader resource and sampler arraysMarek Olšák2014-06-161-2/+2
* r600g/radeonsi: Remove default case from PIPE_COMPUTE_CAP_* switchMichel Dänzer2014-06-161-4/+3
* radeon/compute: Always report at least 1 compute unitTom Stellard2014-06-131-1/+1
* freedreno/a3xx: vtx formatsRob Clark2014-06-132-63/+79
* freedreno: update generated headersRob Clark2014-06-134-16/+23
* freedreno: try for more squarish tile dimensionsRob Clark2014-06-131-3/+9
* freedreno: fix for null texturesRob Clark2014-06-132-6/+10
* llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger2014-06-131-1/+1
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-131-0/+7
* r600g/compute: solve a bug introduced by 2e01b8b440c1402c88a2755d89f40292e1f3...Bruno Jiménez2014-06-121-1/+1
* softpipe: fix pt->resource assert placementDave Airlie2014-06-111-1/+1
* softpipe: enable AMD_vertex_shader_layer.Dave Airlie2014-06-111-1/+1
* softpipe: enable GLSL 3.30 support.Dave Airlie2014-06-111-1/+1
* softpipe: bump the softpipe geometry limitsDave Airlie2014-06-111-1/+1
* softpipe: add layered rendering support.Dave Airlie2014-06-117-9/+55
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-115-72/+112
* softpipe: add depth clamping support. (v2)Dave Airlie2014-06-112-6/+30
* r600g/compute: Use %u as the unsigned formatBruno Jiménez2014-06-101-1/+1
* r600g/compute: align items correctlyBruno Jiménez2014-06-101-4/+5
* r600g/compute: Cleanup of compute_memory_pool.hBruno Jiménez2014-06-101-15/+0
* r600g/compute: Tidy a bit compute_memory_finalize_pendingBruno Jiménez2014-06-101-12/+7
* r600g/compute: Add more NULL checksBruno Jiménez2014-06-102-8/+28
* r600g/compute: Adding checks for NULL after CALLOCBruno Jiménez2014-06-101-0/+8
* r600g/compute: Fixing a typo and some indentationBruno Jiménez2014-06-101-2/+2
* r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINTDavid Heidelberger2014-06-101-0/+12
* gk110/ir: fix bfind emissionIlia Mirkin2014-06-071-1/+1
* gk110/ir: fix emitting constbuf file indexIlia Mirkin2014-06-071-2/+3
* gk110/ir: emit saturate flag on fadd when neededIlia Mirkin2014-06-061-0/+1
* gk110/ir: fix slct emissionIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix interp mode emissionIlia Mirkin2014-06-061-1/+2
* gk110/ir: fix ISAD emission with register argsIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix quadon opcode emissionIlia Mirkin2014-06-061-1/+1
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+3
* gk110: add in forgotten code for gk110 isaIlia Mirkin2014-06-061-0/+13
* gk110/ir: emit texbar the same way that the blob doesIlia Mirkin2014-06-061-1/+1
* i915g: Remove 4444 and 5551 formatsStéphane Marchesin2014-06-052-4/+2
* nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann2014-06-061-0/+13
* nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann2014-06-061-0/+17
* nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann2014-06-061-2/+6
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* radeon/vce: implement h264 profile supportLeo Liu2014-06-041-1/+4
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-032-2/+4
* radeonsi: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r600g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r300g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-3/+4
* r600g,radeonsi: disable fast clear if render condition is onMarek Olšák2014-06-031-0/+3
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1