summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul2013-04-011-0/+10
* llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul2013-03-061-3/+3
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-44/+86
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-8/+8
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-4/+4
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-111-9/+20
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-071-37/+53
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-1/+11
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-13/+20
* llvmpipe: support array texturesRoland Scheidegger2012-11-291-1/+7
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-3/+16
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-15/+38
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-061-1/+1
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-8/+21
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-1/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-4/+4
* llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-01-181-0/+4
* llvmpipe: Plug fence leaks.José Fonseca2010-12-091-0/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-1/+7
* llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell2010-11-301-1/+1
* llvmpipe: remove misleading debug stringKeith Whitwell2010-11-301-1/+0
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-33/+115
|\
| * llvmpipe: fail gracefully on oom in scene creationKeith Whitwell2010-10-081-26/+71
| * llvmpipe: Cleanup depth-stencil clears.José Fonseca2010-10-061-4/+7
| * llvmpipe: Decouple sampler view and sampler state updates.José Fonseca2010-09-291-9/+34
| * llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-241-0/+1
| * llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-241-1/+7
| * llvmpipe: rename sprite field, add sprite_coord_originBrian Paul2010-09-201-2/+4
* | llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-7/+12
|/
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-3/+4
* llvmpipe: move some debug to DEBUG_SCENEKeith Whitwell2010-09-111-2/+2
* llvmpipe: rasterization debugging helpersKeith Whitwell2010-09-071-0/+3
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-98/+146
* llvmpipe: rearrange queriesKeith Whitwell2010-09-071-4/+7
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-132/+148
* llvmpipe: clean up deferred zstencil clearsKeith Whitwell2010-09-071-66/+29
* llvmpipe: rework fences and queriesKeith Whitwell2010-09-071-30/+50
* llvmpipe: point sprites rasterizationHui Qi Tay2010-08-271-1/+5
* llvmpipe: native point rasterizationHui Qi Tay2010-08-271-0/+15
* llvmpipe: native rasterization for linesHui Qi Tay2010-08-271-0/+7
* llvmpipe: fix bad patch applicationKeith Whitwell2010-08-251-5/+4
* llvmpipe: track drawing region as a single u_rectKeith Whitwell2010-08-251-5/+24
* llvmpipe: move some fence functions into lp_screen.cKeith Whitwell2010-08-251-0/+2