aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
...
* | nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-145-137/+167
* | nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-1411-70/+178
* | nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-141-0/+3
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-143-143/+286
* | nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller2011-07-141-12/+12
* | nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-074-14/+11
* | nv50: more formats for nv50_resource_copy_region conversion pathChristoph Bumiller2011-07-071-16/+7
* | nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-244-11/+16
|/
* nv50: fix copy/paste error in nv50_gmtyprog_validateChristoph Bumiller2011-06-141-2/+4
* nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz2011-06-061-1/+1
* nv50: fix emit_add_a16 to emit correct source regTrevor Davenport2011-05-271-2/+2
* nv50: add support for user clip planesMaxim Levitsky2011-05-194-1/+40
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-1/+1
* nv50: fix mistake in pipe caps for pre-NVA0 cardsMaxim Levitsky2011-05-101-0/+1
* nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLYMarcin Slusarz2011-05-091-0/+3
* nv50,nvc0: activate seamless cube map filteringChristoph Bumiller2011-05-062-1/+39
* gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-1/+9
* nv50,nvc0: advertise GL_FIXED vertex buffers as supportedChristoph Bumiller2011-05-031-0/+18
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-271-1/+1
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+8
* gallium: include u_format.h for util_format_is_supportedMarcin Slusarz2011-04-171-0/+1
* nv50,nvc0: add new texture and render target formatsChristoph Bumiller2011-04-171-2/+116
* nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller2011-04-171-4/+4
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-151-11/+2
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-108-49/+52
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-104-11/+18
* nvc0: shrink CSOs a littleChristoph Bumiller2011-04-101-3/+3
* nv50,nvc0: identify some line rasterization stateChristoph Bumiller2011-04-103-1/+4
* nv50,nvc0: don't insert instructions after the block terminatorChristoph Bumiller2011-04-103-4/+15
* nv50: prevent NV_OP_SELECT from having flags_def definedBryan Cain2011-04-041-0/+1
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+1
* nv50: fix for GPR allocation granularity being 16 bitChristoph Bumiller2011-03-311-3/+9
* nv50: copy regalloc fixes from nvc0Christoph Bumiller2011-03-312-80/+216
* nv50,nvc0: implement colour clamping controlsChristoph Bumiller2011-03-298-6/+52
* nv50,nvc0: implement texture barrierChristoph Bumiller2011-03-191-0/+12
* nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller2011-03-132-4/+2
* nv50,nvc0: fix pipe context switchChristoph Bumiller2011-03-131-5/+32
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-132-15/+11
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-132-3/+30
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-5/+5
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-112-18/+0
* nv50: add back initialization of redefine_user_bufferChristoph Bumiller2011-03-091-0/+2
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* nv50: support the InstanceID system valueChristoph Bumiller2011-03-053-0/+25
* nv50: Update SConscript.Vinson Lee2011-03-041-4/+0
* nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller2011-03-051-1/+1
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-054-24/+38
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-053-117/+144
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-3/+11