summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2013-04-10llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2-0/+21
2013-04-05llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson1-2/+3
2013-04-03draw/llvmpipe: allow independent so attachments to the vsZack Rusin2-9/+27
2013-04-03llvmpipe: reset so buffers when not appendingZack Rusin1-0/+6
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+2
2013-04-01llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul3-0/+186
2013-03-28llvmpipe: add 'f' suffix to 1.0 in fixed_to_float()Brian Paul1-1/+1
2013-03-27llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin5-9/+62
2013-03-27gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin1-2/+2
2013-03-25gallivm: init vars to silence warningsBrian Paul1-2/+2
2013-03-24llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee1-2/+2
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+2
2013-03-22llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2-2/+130
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+1
2013-03-14llvmpipe: don't assert when trying to render to surfaces with multiple layersRoland Scheidegger2-2/+3
2013-03-13llvmpipe: Fix geometry shader token leak.José Fonseca1-0/+1
2013-03-07llvmpipe: remove the power of two sizeof(struct cmd_block) assertionBrian Paul1-7/+0
2013-03-06llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul1-3/+3
2013-03-06llvmpipe: remove unused cmd_block_list structBrian Paul1-4/+0
2013-03-06llvmpipe: add some scene limit sanity check assertionsBrian Paul1-0/+22
2013-03-06llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul1-2/+8
2013-03-02llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2-4/+4
2013-03-02llvmpipe: bump glsl version to 140Roland Scheidegger1-1/+1
2013-02-28llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger3-8/+24
2013-02-28llvmpipe: support rendering to buffer render targets.Roland Scheidegger4-47/+61
2013-02-25llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger1-7/+0
2013-02-25llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger6-103/+177
2013-02-23llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker1-1/+3
2013-02-22llvmpipe: rename polygon offset fields to something more specificBrian Paul2-8/+11
2013-02-22llvmpipe: add missing checks for polygon offset point/line modesBrian Paul1-0/+6
2013-02-22llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll1-5/+12
2013-02-22llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.Roland Scheidegger1-15/+31
2013-02-22llvmpipe: simplify buffer allocation logic.Roland Scheidegger1-7/+5
2013-02-20llvmpipe: lp_resource_copy cleanupRoland Scheidegger5-49/+47
2013-02-20llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger1-84/+86
2013-02-19llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul1-2/+2
2013-02-16gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger1-0/+12
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger5-93/+210
2013-02-11llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella3-16/+0
2013-02-08gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger1-0/+2
2013-02-08llvmpipe: first steps of adding dual source blend supportRoland Scheidegger4-27/+57
2013-02-08llvmpipe: refactoring of visibility counter handlingRoland Scheidegger5-20/+56
2013-02-06llvmpipe: remove extraneous const qualifierBrian Paul2-2/+2
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+1
2013-01-29llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2-36/+46
2013-01-29llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca1-1/+6
2013-01-29llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca4-22/+43
2013-01-28gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger1-16/+16
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger9-84/+225
2013-01-18llvmpipe: turn on integer texture supportRoland Scheidegger1-6/+16