summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-1135-13963/+0
* nv30: fix inconsistent setting of push->user_privIlia Mirkin2013-09-051-1/+1
* nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin2013-09-011-2/+1
* nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to listIlia Mirkin2013-08-251-0/+1
* nv30: remove no-longer-used formats from tableIlia Mirkin2013-08-161-3/+0
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-152-0/+3
* nv30: U8_USCALED only works for size 4Ilia Mirkin2013-08-151-3/+0
* nv50: handle pure integer vertex attributesEmil Velikov2013-08-061-1/+3
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* nv30: fix KILL_IF breakageBrian Paul2013-07-121-1/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-3/+3
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* draw/translate: fix instancingZack Rusin2013-06-281-4/+4
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-183-2/+5
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-7/+11
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-1/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove nouveau buildAndreas Boll2013-05-031-11/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2318-72/+72
* 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