summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll2013-02-221-5/+12
* llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger2013-02-221-15/+31
* llvmpipe: simplify buffer allocation logic.Roland Scheidegger2013-02-221-7/+5
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-205-49/+47
* llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger2013-02-201-84/+86
* llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul2013-02-191-2/+2
* gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger2013-02-161-0/+12
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-125-93/+210
* llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella2013-02-113-16/+0
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+2
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-084-27/+57
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-085-20/+56
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-062-2/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2013-01-292-36/+46
* llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca2013-01-291-1/+6
* llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca2013-01-294-22/+43
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-281-16/+16
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-289-84/+225
* llvmpipe: turn on integer texture supportRoland Scheidegger2013-01-181-6/+16