summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca2013-09-201-6/+78
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-1/+23
* llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger2013-07-181-0/+35
* llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger2013-07-181-4/+12
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-161-13/+51
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-6/+14
* llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger2013-06-051-12/+21
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-22/+99
* llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger2013-06-051-22/+37
* llvmpipe: disable simple_shader optimizationRoland Scheidegger2013-05-221-1/+6
* llvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger2013-05-221-5/+12
* llvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger2013-05-221-0/+7
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-181-26/+27
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-031-25/+31
* llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca2013-04-201-4/+10
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-181-0/+1
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-181-296/+1
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-181-2/+2
* gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin2013-03-271-2/+2
* gallivm: init vars to silence warningsBrian Paul2013-03-251-2/+2
* llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee2013-03-241-2/+2
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-221-0/+126
* llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger2013-02-221-15/+31
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-121-89/+195
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-081-0/+1
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-081-12/+13
* llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca2013-01-291-4/+4
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-26/+58
* llvmpipe: more fixes for integer color buffersRoland Scheidegger2013-01-181-3/+39
* llvmpipe: trivial code and comment cleanup.Roland Scheidegger2013-01-181-14/+12
* llvmpipe: fix using wrong format with MRT in blend codeRoland Scheidegger2013-01-181-6/+21
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-111-19/+19
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-071-1/+1
* llvmpipe: Fix alignment.José Fonseca2012-12-041-0/+5
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-1/+1
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Fix incorrect sizeof.Vinson Lee2012-11-291-2/+2
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-123/+7
* llvmpipe: Don't use dynamically sized arrays.José Fonseca2012-11-281-4/+4
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-41/+1059
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-061-2/+2
* llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger2012-07-201-48/+367
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-81/+81
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-191-1/+4
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-191-1/+1
* llvmpipe: Implement cylindrical wrapping.James Benton2012-06-181-0/+1
* llvmpipe: Fix alpha testing precision on rgba8 formats.José Fonseca2012-05-221-1/+4