aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-184-11/+26
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-2/+0
* Remove hacks for static MakefilesMatt Turner2013-01-131-2/+0
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-105-31/+87
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* llvmpipe: Convert to automakeMatt Turner2013-01-103-70/+110
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-203-13/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-141-1/+1
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0