| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nv50,nvc0: remove MS resolve formats hack | Christoph Bumiller | 2013-04-03 | 1 | -10/+0 |
* | nvc0: fix 128 bit compressed storage type selection | Christoph Bumiller | 2013-04-03 | 1 | -1/+1 |
* | nvc0: place staging textures in GART and map them directly | Christoph Bumiller | 2013-04-03 | 5 | -7/+72 |
* | nvc0: honour scaled coordiantes setting for linear textures | Christoph Bumiller | 2013-04-03 | 1 | -6/+5 |
* | nvc0: fix for 2d engine R source formats writing RRR1 and not R001 | Christoph Bumiller | 2013-04-03 | 1 | -28/+61 |
* | nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit | Christoph Bumiller | 2013-04-03 | 2 | -1/+3 |
* | nouveau: accelerate buffer copies in resource_copy_region | Christoph Bumiller | 2013-04-03 | 1 | -3/+3 |
* | nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methods | Christoph Bumiller | 2013-04-03 | 3 | -49/+129 |
* | nvc0: read PM counters for each warp scheduler separately | Christoph Bumiller | 2013-04-03 | 2 | -61/+138 |
* | nvc0: add some metrics to driver specific queries | Christoph Bumiller | 2013-04-03 | 2 | -58/+160 |
* | nvc0: add some driver statistics queries | Christoph Bumiller | 2013-04-03 | 10 | -25/+188 |
* | nvc0: disable compressed storage type 0xdb for now | Christoph Bumiller | 2013-04-03 | 1 | -1/+3 |
* | nvc0: use correct hw query for PRIMITIVES_GENERATED | Christoph Bumiller | 2013-04-03 | 1 | -4/+7 |
* | nvc0: use fence to check state of queries that don't write sequence | Christoph Bumiller | 2013-04-03 | 1 | -1/+5 |
* | gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS | Christoph Bumiller | 2013-04-03 | 1 | -0/+1 |
* | nvc0: Fix fd leak in nvc0_create_decoder | Maarten Lankhorst | 2013-04-02 | 1 | -2/+2 |
* | nvc0: implement MP performance counters | Christoph Bumiller | 2013-03-29 | 8 | -6/+556 |
* | nvc0: enable compression when supported | Christoph Bumiller | 2013-03-29 | 3 | -3/+13 |
* | nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP count | Christoph Bumiller | 2013-03-29 | 4 | -29/+73 |
* | nv50,nvc0: fix 3d blits, restore viewport after blit | Christoph Bumiller | 2013-03-29 | 1 | -16/+26 |
* | gallium,st/mesa: don't use blit-based transfers with software rasterizers | Marek Olšák | 2013-03-23 | 1 | -0/+2 |
* | nvc0: fix max varying count, move CLIPVERTEX,FOG out of the way | Christoph Bumiller | 2013-03-20 | 2 | -7/+18 |
* | gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 | Christoph Bumiller | 2013-03-20 | 2 | -34/+4 |
* | nvc0: avoid crash on updating RASTERIZE_ENABLE state | Christoph Bumiller | 2013-03-12 | 2 | -4/+18 |
* | nvc0: add MP trap handler for nve4 | Christoph Bumiller | 2013-03-12 | 4 | -15/+314 |
* | nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4 | Christoph Bumiller | 2013-03-12 | 5 | -23/+65 |
* | nvc0: implement compute support for nve4 | Christoph Bumiller | 2013-03-12 | 15 | -71/+1827 |
* | nvc0/ir: try to fix CAS (CompareAndSwap) | Christoph Bumiller | 2013-03-12 | 2 | -1/+42 |
* | nv50/ir: add CCTL (cache control) op | Christoph Bumiller | 2013-03-12 | 1 | -0/+25 |
* | nvc0/ir/emit: fix emission of large address offsets | Christoph Bumiller | 2013-03-12 | 1 | -8/+50 |
* | nv50/ir: add support for different sampler and resource index on nve4 | Christoph Bumiller | 2013-03-12 | 1 | -37/+22 |
* | nv50/ir: implement splitting of 64 bit ops after RA | Christoph Bumiller | 2013-03-12 | 1 | -19/+12 |
* | nvc0/ir: skip back edges when determining latest sched value | Christoph Bumiller | 2013-03-12 | 1 | -3/+4 |
* | nvc0/ir: use large issue delay after RET, too | Christoph Bumiller | 2013-03-12 | 1 | -1/+1 |
* | nv50/ir: add support for barriers | Christoph Bumiller | 2013-03-12 | 1 | -0/+96 |
* | nvc0/ir: don't replace load from input in COMPUTE progs with VFETCH | Christoph Bumiller | 2013-03-12 | 1 | -2/+7 |
* | nvc0/ir: implement lowering of surface ops for nve4 | Christoph Bumiller | 2013-03-12 | 2 | -3/+399 |
* | nvc0/ir: add formatted surface load lib code, move to extra header | Christoph Bumiller | 2013-03-12 | 6 | -149/+1309 |
* | nvc0/ir: lower atomics in s[] | Christoph Bumiller | 2013-03-12 | 1 | -0/+33 |
* | nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM | Christoph Bumiller | 2013-03-12 | 2 | -1/+133 |
* | nvc0/ir/target: some ops can't be predicated, e.g. CALL | Christoph Bumiller | 2013-03-12 | 1 | -0/+8 |
* | nv50/ir: add support for indirect BRA,CALL | Christoph Bumiller | 2013-03-12 | 1 | -2/+17 |
* | nvc0/ir/emit: implement move to and logic ops on predicates | Christoph Bumiller | 2013-03-12 | 1 | -0/+45 |
* | nvc0/ir/emit: implement surface related ops | Christoph Bumiller | 2013-03-12 | 2 | -0/+301 |
* | nv50/ir: initialize CodeEmitters' specialized target fields | Christoph Bumiller | 2013-03-12 | 2 | -6/+6 |
* | nv50/ir: add various new OPs that will be needed for compute | Christoph Bumiller | 2013-03-12 | 1 | -3/+4 |
* | nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency. | Francisco Jerez | 2013-03-12 | 1 | -2/+2 |
* | gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query | Brian Paul | 2013-02-04 | 1 | -0/+2 |
* | nvc0: Fix memory leak. | Vinson Lee | 2013-02-01 | 1 | -0/+1 |
* | nv50,nvc0: fix/enable texture buffer objects | Christoph Bumiller | 2013-01-30 | 1 | -1/+7 |