summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2318-18/+18
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-031-2/+3
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-20/+30
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-1/+1
* nv30: Fix memory leak.Vinson Lee2013-02-071-0/+1
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* nv30: Fix memory leak.Vinson Lee2013-02-011-0/+1
* 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
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* nv30: Convert to automakeMatt Turner2013-01-103-12/+37
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-1/+77
* 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
* 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-314-16/+20
* gallium: unify transfer functionsMarek Olšák2012-10-112-36/+25
* nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2012-10-091-2/+1
* nv30: fix type conversion warningMarek Olšák2012-10-091-1/+1
* gallium: remove resource_resolveMarek Olšák2012-09-302-1/+2
* nv30: implement blitMarek Olšák2012-09-306-0/+80
* nv30: use util_format_is_supportedMarek Olšák2012-09-301-10/+3
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+4
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-4/+1
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-1/+4
* nv30: Support negative offsets in indirect constant access.Roy Spliet2012-07-204-8/+15
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-132-3/+9
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-051-1/+1
* draw: simplify index buffer specificationBrian Paul2012-05-311-3/+4
* nv30: Fix generic passing to fragment program in NV34.Roy Spliet2012-05-253-5/+9
* nv30: handle user index buffersChristoph Bumiller2012-05-254-17/+27
* nv30: check for NULL vertex buffers in prevalidate_vbufsChristoph Bumiller2012-05-221-1/+1
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-3/+7
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-1/+0
* nv30: Silence pipe_cap warningsRoy Spliet2012-05-121-0/+4
* nv30/shader: SSG, LIT only requires one source registerRoy Spliet2012-05-122-2/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-113-9/+28
|\
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+10