summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw/gs: Fetch more than one primitive per invocationZack Rusin2013-03-272-13/+48
* draw/gs: Abstract the portions of GS that are tgsi specificZack Rusin2013-03-272-128/+156
* draw/llvm: Remove unused gs_constants from jit_contextZack Rusin2013-03-273-25/+11
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-18/+28
* draw: init pre_clip_pos = NULL to fix optimized build warningBrian Paul2013-03-141-1/+1
* draw/so: Fix stream output with geometry shadersZack Rusin2013-03-122-8/+31
* draw/gs: Correctly iterate the emitted primitivesZack Rusin2013-03-071-4/+4
* draw/llvm: another quick hack for drawing with no position outputRoland Scheidegger2013-03-111-1/+1
* draw: add const qualifier to silence compiler warningBrian Paul2013-03-071-1/+1
* draw/llvm: fix inputs to the geometry shaderZack Rusin2013-03-051-4/+9
* draw: use geometry shader info in clip_init_state if appropriateBryan Cain2013-03-051-6/+9
* draw: account for separate shader objects in geometry shader codeBryan Cain2013-03-054-4/+32
* draw: additional fix for the no-position case with llvmRoland Scheidegger2013-03-021-20/+20
* draw: fix no position output in non-llvm pipeline.Roland Scheidegger2013-03-021-19/+19
* draw/llvm: skip clipping and viewport transform if there's no position outputRoland Scheidegger2013-03-021-26/+31
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-285-20/+12
* draw: make sure pipeline is revalidated when sampler views or samplers change.Roland Scheidegger2013-02-251-0/+4
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-254-7/+7
* draw: fix broken polygon offset stageBrian Paul2013-02-221-3/+37
* draw: make sure key size is calculated consistently.Roland Scheidegger2013-02-221-5/+9
* draw: fix non-perspective interpolation in interp()Brian Paul2013-02-191-3/+8
* llvmpipe: fix vertex_header mask store in big-endianAdhemerval Zanella2013-02-111-0/+48
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+2
* draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger2013-01-293-4/+11
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-281-16/+16
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-285-74/+219
* draw: fix MSVC divide-by-zero compilation errorBrian Paul2013-01-221-1/+2
* draw: fix problem in screen-space interpolation clip codeBrian Paul2013-01-221-3/+3
* draw: improve the clipper debug/printf codeBrian Paul2013-01-221-1/+20
* draw: add new debug code and comments in clip code templateBrian Paul2013-01-221-0/+15
* gallium: Remove ppc asm backendAdam Jackson2013-01-202-245/+0
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-145-7/+26
* draw: add support for later transform feedback extensionsDave Airlie2012-12-142-5/+16
* draw: fix/improve dirty state validationBrian Paul2012-12-088-23/+68
* draw: add reminder comments about similar code in different filesBrian Paul2012-12-082-0/+11
* draw: rearrange code in llvm_middle_end_prepare()Brian Paul2012-12-081-66/+74
* draw: fix comment typoBrian Paul2012-12-081-1/+1
* draw: add comment on draw->pt.opt fieldBrian Paul2012-12-081-1/+1
* draw: update a comment about index buffersBrian Paul2012-12-081-3/+2
* draw: Dump LLVM shader key.José Fonseca2012-12-072-1/+33
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-073-12/+18
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* draw: set precalc_flat flag for AA lines tooBrian Paul2012-12-051-0/+1
* draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca2012-12-041-1/+1
* draw: Use symbolic primitive names in debug output.José Fonseca2012-12-041-3/+4
* draw: Consider the geometry shader when choosing the vertex size.José Fonseca2012-12-041-3/+6
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-3/+6
* draw: fix crashes with out-of-bounds indicesRoland Scheidegger2012-11-152-6/+9
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-125-16/+29
* draw: Remove redundant draw_geometry_shader_delete().José Fonseca2012-11-092-8/+2