summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-4/+10
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-037-273/+414
* llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca2013-04-291-2/+3
* llvmpipe: stop crashing when one of the so targets is nullZack Rusin2013-04-271-2/+5
* llvmpipe: implement so_overflow queryZack Rusin2013-04-263-0/+15
* llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul2013-04-261-2/+4
* llvmpipe: bump LP_MAX_THREADS to 16Brian Paul2013-04-261-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-237-38/+21
* llvmpipe: verify function on blend test.José Fonseca2013-04-211-0/+2
* llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.José Fonseca2013-04-201-4/+6
* llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca2013-04-201-4/+10
* llvmpipe: Take in consideration all current constant buffers when mapping.José Fonseca2013-04-181-3/+9
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-184-3/+28
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-183-384/+19
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-181-2/+2
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-166-0/+69
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-102-0/+21
* llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson2013-04-051-2/+3
* draw/llvmpipe: allow independent so attachments to the vsZack Rusin2013-04-032-9/+27
* llvmpipe: reset so buffers when not appendingZack Rusin2013-04-031-0/+6
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul2013-04-013-0/+186
* llvmpipe: add 'f' suffix to 1.0 in fixed_to_float()Brian Paul2013-03-281-1/+1
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-275-9/+62
* 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
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+2
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-222-2/+130
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+1
* llvmpipe: don't assert when trying to render to surfaces with multiple layersRoland Scheidegger2013-03-142-2/+3
* llvmpipe: Fix geometry shader token leak.José Fonseca2013-03-131-0/+1
* llvmpipe: remove the power of two sizeof(struct cmd_block) assertionBrian Paul2013-03-071-7/+0
* llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul2013-03-061-3/+3
* llvmpipe: remove unused cmd_block_list structBrian Paul2013-03-061-4/+0
* llvmpipe: add some scene limit sanity check assertionsBrian Paul2013-03-061-0/+22
* llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul2013-03-061-2/+8
* llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2013-03-022-4/+4
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-021-1/+1
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-283-8/+24
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-284-47/+61
* llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger2013-02-251-7/+0
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-256-103/+177
* llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker2013-02-231-1/+3
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-222-8/+11
* llvmpipe: add missing checks for polygon offset point/line modesBrian Paul2013-02-221-0/+6