summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0
AgeCommit message (Expand)AuthorFilesLines
2013-01-22nouveau/build: Fix build failures when drm is not in /usr/include.José Fonseca1-1/+2
2013-01-19nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller1-0/+2
2013-01-17nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst6-3/+1833
2013-01-17nvc0: add space checks to clear functionsMaarten Lankhorst1-5/+14
2013-01-16nvc0: Add support for video bufferMaarten Lankhorst7-11/+310
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-12nv50/nvc0: Build codegen in nv50.Johannes Obermayr3-31/+3
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10nvc0: Convert to automakeMatt Turner3-12/+37
2013-01-08nvc0: catch too high GENERIC indices to prevent GRAPH trapsChristoph Bumiller1-0/+6
2013-01-08nvc0: use correct resource target to select blit shaderChristoph Bumiller1-2/+2
2013-01-08nvc0: add missing call to map edge flag in push_vboChristoph Bumiller1-0/+3
2013-01-08nvc0: fix out of bounds writes for unaligned sizes in push_dataChristoph Bumiller1-2/+4
2013-01-08nouveau: improve buffer transfersChristoph Bumiller3-2/+89
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-12-22nouveau: deal with tbo cap for now.Dave Airlie1-0/+1
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-12-10nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti1-0/+2
2012-12-08nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller1-0/+4
2012-12-08nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller1-3/+3
2012-12-07nv50,nvc0: fix shader evictionChristoph Bumiller1-2/+14
2012-12-07nv50,nvc0: add support for cube map arraysChristoph Bumiller4-6/+6
2012-11-04nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach1-1/+2
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-0/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-44/+24
2012-10-28nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller2-3/+4
2012-10-11gallium: unify transfer functionsMarek Olšák4-49/+33
2012-10-09nvc0: point vertex runout at a valid addressBen Skeggs1-5/+16
2012-10-09nvc0: fix missing permanent bo reference on poly cacheBen Skeggs1-0/+1
2012-09-30nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2-2/+8
2012-09-30nv50,nvc0: fix 3d engine blit for nvc0Christoph Bumiller1-3/+6
2012-09-30nv50,nvc0: implement blitChristoph Bumiller7-400/+543
2012-09-30gallium: remove resource_resolveMarek Olšák1-1/+2
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+1
2012-09-07nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller6-13/+1659
2012-09-05Remove useless checks for NULL before freeingMatt Turner2-12/+6
2012-08-01nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller1-4/+10
2012-08-01Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller1-13/+19
2012-07-28gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller1-19/+13
2012-07-13nouveau: implement missing timer query functionalityChristoph Bumiller1-1/+1
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák1-0/+1
2012-06-19gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund1-0/+1
2012-06-14nv50,nvc0: fix stream output target buffer leakMarcin Slusarz1-0/+1
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-3/+0
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz1-1/+1
2012-05-29nvc0: optimize blend cso by checking which by-RT data actually differsChristoph Bumiller1-65/+94
2012-05-29nvc0: don't upload UCPs if the shader doesn't use themChristoph Bumiller1-1/+1
2012-05-29nvc0/ir: allow 64-bit constant loads on nve4Christoph Bumiller1-1/+1