summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller2012-12-081-3/+3
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-071-2/+14
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-074-6/+6
* nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach2012-11-041-1/+2
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-44/+24
* nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller2012-10-282-3/+4
* gallium: unify transfer functionsMarek Olšák2012-10-114-49/+33
* nvc0: point vertex runout at a valid addressBen Skeggs2012-10-091-5/+16
* nvc0: fix missing permanent bo reference on poly cacheBen Skeggs2012-10-091-0/+1
* nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2012-09-302-2/+8
* nv50,nvc0: fix 3d engine blit for nvc0Christoph Bumiller2012-09-301-3/+6
* nv50,nvc0: implement blitChristoph Bumiller2012-09-307-400/+543
* gallium: remove resource_resolveMarek Olšák2012-09-301-1/+2
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-076-13/+1659
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-12/+6
* nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller2012-08-011-4/+10
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-13/+19