aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/uvd: add UVD implementation v5Christian König2013-04-1115-21/+1924
* r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund2013-04-113-5/+11
* r600g: fix valgrind warning on CaymanMarek Olšák2013-04-101-1/+1
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-102-0/+21
* radeonsi: remove sampler writemask v3Christian König2013-04-102-13/+8
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6
* radeonsi: Add compute support v3Tom Stellard2013-04-0511-49/+378
* radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard2013-04-051-0/+1
* radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard2013-04-053-8/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-058-71/+88
* freedreno: use autogenerated register defsRob Clark2013-04-0523-1617/+2116
* llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson2013-04-051-2/+3
* r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune2013-04-041-0/+3
* draw/llvmpipe: allow independent so attachments to the vsZack Rusin2013-04-032-9/+27
* llvmpipe: reset so buffers when not appendingZack Rusin2013-04-031-0/+6
* svga: add new memory-used HUD queryBrian Paul2013-04-038-1/+33
* r600g/llvm: Do not override llvm provided stack_sizeVincent Lejeune2013-04-031-1/+2
* r600g/llvm: Do not change cf_alu inst when adding alusVincent Lejeune2013-04-031-7/+2
* radeonsi: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák2013-04-031-0/+12
* svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul2013-04-034-0/+61
* svga: refactor occlusion query codeBrian Paul2013-04-031-94/+124
* svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICSBrian Paul2013-04-031-0/+1
* nv50,nvc0: remove MS resolve formats hackChristoph Bumiller2013-04-032-15/+0
* nvc0: fix 128 bit compressed storage type selectionChristoph Bumiller2013-04-031-1/+1
* nvc0: place staging textures in GART and map them directlyChristoph Bumiller2013-04-037-11/+76
* nv50: account for pesky prefetch in size calculation of linear texturesChristoph Bumiller2013-04-031-1/+6
* nvc0: honour scaled coordiantes setting for linear texturesChristoph Bumiller2013-04-031-6/+5
* nvc0: fix for 2d engine R source formats writing RRR1 and not R001Christoph Bumiller2013-04-033-52/+148
* nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blitChristoph Bumiller2013-04-033-1/+5
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-035-11/+47
* nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methodsChristoph Bumiller2013-04-033-49/+129
* nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller2013-04-032-61/+138
* nvc0: add some metrics to driver specific queriesChristoph Bumiller2013-04-032-58/+160
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-0314-25/+279
* nvc0: disable compressed storage type 0xdb for nowChristoph Bumiller2013-04-031-1/+3
* nvc0: use correct hw query for PRIMITIVES_GENERATEDChristoph Bumiller2013-04-031-4/+7
* nvc0: use fence to check state of queries that don't write sequenceChristoph Bumiller2013-04-031-1/+5
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-0310-0/+13
* r600g: don't reserve more stack space than required v5Vadim Girlin2013-04-023-56/+142
* r600g: fix range handling for tgsi input declarations v2Vadim Girlin2013-04-021-3/+7
* radeonsi: add instance divisor support v3Christian König2013-04-024-59/+94
* radeonsi: add start instance supportChristian König2013-04-023-10/+21
* radeonsi: add instanceid supportChristian König2013-04-024-7/+43
* radeon/llvm: move system value fetching to common codeChristian König2013-04-022-12/+12
* radeonsi: Handle arbitrary 2-byte formats in resource_copy_regionMichel Dänzer2013-04-021-0/+6
* nvc0: Fix fd leak in nvc0_create_decoderMaarten Lankhorst2013-04-021-2/+2
* r600g/llvm: Update LLVM_REVISION.txtVincent Lejeune2013-04-011-1/+1
* r600g/llvm: Use stack_size provided from llvm.Vincent Lejeune2013-04-011-0/+1