| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: fix up video buffer alignment requirements | Maarten Lankhorst | 2013-06-08 | 1 | -5/+3 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -6/+10 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL | Marek Olšák | 2013-05-11 | 1 | -0/+2 |
* | nvc0: fixup video decoding with 2D_ARRAY | Maarten Lankhorst | 2013-05-04 | 2 | -5/+4 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | scons: remove nouveau build | Andreas Boll | 2013-05-03 | 1 | -11/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 23 | -92/+92 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 23 | -23/+23 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -1/+1 |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 1 | -0/+2 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 1 | -1/+1 |
* | nvc0: set ret variable if launch desc allocation failed | Emil Velikov | 2013-04-12 | 1 | -1/+3 |
* | nvc0: bail out early during nve4_compute_setup() | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nvc0: compile nve4_cache_split_name() only in debug build | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nvc0: implement multisample textures | Christoph Bumiller | 2013-04-12 | 6 | -19/+73 |
* | nvc0: patch up TEX cases with 5 or 6 sources on nve4 | Christoph Bumiller | 2013-04-12 | 1 | -1/+19 |
* | nvc0: fix 2D engine MS2 resolve | Christoph Bumiller | 2013-04-12 | 1 | -2/+2 |
* | 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 |