summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0
Commit message (Expand)AuthorAgeFilesLines
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+2
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-202-7/+18
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-202-34/+4
* nvc0: avoid crash on updating RASTERIZE_ENABLE stateChristoph Bumiller2013-03-122-4/+18
* nvc0: add MP trap handler for nve4Christoph Bumiller2013-03-124-15/+314
* nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller2013-03-125-23/+65
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-1215-71/+1827
* nvc0/ir: try to fix CAS (CompareAndSwap)Christoph Bumiller2013-03-122-1/+42
* nv50/ir: add CCTL (cache control) opChristoph Bumiller2013-03-121-0/+25
* nvc0/ir/emit: fix emission of large address offsetsChristoph Bumiller2013-03-121-8/+50
* nv50/ir: add support for different sampler and resource index on nve4Christoph Bumiller2013-03-121-37/+22
* nv50/ir: implement splitting of 64 bit ops after RAChristoph Bumiller2013-03-121-19/+12
* nvc0/ir: skip back edges when determining latest sched valueChristoph Bumiller2013-03-121-3/+4
* nvc0/ir: use large issue delay after RET, tooChristoph Bumiller2013-03-121-1/+1
* nv50/ir: add support for barriersChristoph Bumiller2013-03-121-0/+96
* nvc0/ir: don't replace load from input in COMPUTE progs with VFETCHChristoph Bumiller2013-03-121-2/+7
* nvc0/ir: implement lowering of surface ops for nve4Christoph Bumiller2013-03-122-3/+399
* nvc0/ir: add formatted surface load lib code, move to extra headerChristoph Bumiller2013-03-126-149/+1309
* nvc0/ir: lower atomics in s[]Christoph Bumiller2013-03-121-0/+33
* nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOMChristoph Bumiller2013-03-122-1/+133
* nvc0/ir/target: some ops can't be predicated, e.g. CALLChristoph Bumiller2013-03-121-0/+8
* nv50/ir: add support for indirect BRA,CALLChristoph Bumiller2013-03-121-2/+17
* nvc0/ir/emit: implement move to and logic ops on predicatesChristoph Bumiller2013-03-121-0/+45
* nvc0/ir/emit: implement surface related opsChristoph Bumiller2013-03-122-0/+301
* nv50/ir: initialize CodeEmitters' specialized target fieldsChristoph Bumiller2013-03-122-6/+6
* nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller2013-03-121-3/+4
* nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.Francisco Jerez2013-03-121-2/+2
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* nvc0: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller2013-01-301-1/+7
* nouveau/build: Fix build failures when drm is not in /usr/include.José Fonseca2013-01-221-1/+2
* nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller2013-01-191-0/+2
* nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst2013-01-176-3/+1833
* nvc0: add space checks to clear functionsMaarten Lankhorst2013-01-171-5/+14
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-167-11/+310
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* nv50/nvc0: Build codegen in nv50.Johannes Obermayr2013-01-123-31/+3
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* nvc0: Convert to automakeMatt Turner2013-01-103-12/+37
* nvc0: catch too high GENERIC indices to prevent GRAPH trapsChristoph Bumiller2013-01-081-0/+6
* nvc0: use correct resource target to select blit shaderChristoph Bumiller2013-01-081-2/+2
* nvc0: add missing call to map edge flag in push_vboChristoph Bumiller2013-01-081-0/+3
* nvc0: fix out of bounds writes for unaligned sizes in push_dataChristoph Bumiller2013-01-081-2/+4
* nouveau: improve buffer transfersChristoph Bumiller2013-01-083-2/+89
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* nouveau: deal with tbo cap for now.Dave Airlie2012-12-221-0/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti2012-12-101-0/+2