summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30
AgeCommit message (Expand)AuthorFilesLines
2013-05-25gallium: Add support for multiple viewportsZack Rusin2-7/+11
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-2/+2
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-1/+1
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+1
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-05-03scons: remove nouveau buildAndreas Boll1-11/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke18-72/+72
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke18-18/+18
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+1
2013-04-03nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller1-2/+3
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+1
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+1
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller3-20/+30
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-1/+1
2013-02-07nv30: Fix memory leak.Vinson Lee1-0/+1
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul1-0/+2
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+1
2013-02-01nv30: Fix memory leak.Vinson Lee1-0/+1
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-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10nv30: Convert to automakeMatt Turner3-12/+37
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-1/+77
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-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šák4-16/+20
2012-10-11gallium: unify transfer functionsMarek Olšák2-36/+25
2012-10-09nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz1-2/+1
2012-10-09nv30: fix type conversion warningMarek Olšák1-1/+1
2012-09-30gallium: remove resource_resolveMarek Olšák2-1/+2
2012-09-30nv30: implement blitMarek Olšák6-0/+80
2012-09-30nv30: use util_format_is_supportedMarek Olšák1-10/+3
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+4
2012-08-01Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller1-4/+1
2012-07-28gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller1-1/+4
2012-07-20nv30: Support negative offsets in indirect constant access.Roy Spliet4-8/+15
2012-07-13nouveau: implement missing timer query functionalityChristoph Bumiller2-3/+9
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-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-31draw: simplify index buffer specificationBrian Paul1-3/+4
2012-05-25nv30: Fix generic passing to fragment program in NV34.Roy Spliet3-5/+9
2012-05-25nv30: handle user index buffersChristoph Bumiller4-17/+27