summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g/llvm: uses function attribute to pass shader typeVincent Lejeune2013-04-011-0/+1
* r600g/llvm: Add support for cf_alu native encodeVincent Lejeune2013-04-013-1/+16
* llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul2013-04-013-0/+186
* r600g/llvm: Update LLVM_REVISIONVincent Lejeune2013-03-311-1/+1
* r600g/llvm: use native encode for texVincent Lejeune2013-03-311-23/+27
* nvc0: implement MP performance countersChristoph Bumiller2013-03-298-6/+556
* nvc0: enable compression when supportedChristoph Bumiller2013-03-293-3/+13
* nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller2013-03-294-29/+73
* nv50,nvc0: fix 3d blits, restore viewport after blitChristoph Bumiller2013-03-292-18/+32
* nv50: fix 3D render target setupChristoph Bumiller2013-03-291-2/+10
* llvmpipe: put .bmp extension on dumped image filesBrian Paul2013-03-281-2/+2