summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_surface.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: warn about illegal use of objects in different contextsRoland Scheidegger2016-01-211-1/+14
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-071-10/+18
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-291-19/+12
* llvmpipe: handle offset_clampRoland Scheidegger2013-06-271-0/+2
* llvmpipe: added llvm offset setup codeHui Qi Tay2010-11-041-0/+1
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-0/+4
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-0/+1
* llvmpipe: rename MAXWIDTH, MAXHEIGHTBrian Paul2010-04-231-2/+2
* llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-021-0/+4
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-44/+9
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-1/+0
| |\
| * \ Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-2/+5
| |\ \
| * | | llvmpipe: keep copy of framebuffer state in setup contextKeith Whitwell2009-12-171-1/+1
| * | | llvmpipe: fix inverted util_framebuffer_state_equal() resultBrian Paul2009-12-111-1/+1
| * | | llvmpipe: simplify llvmpipe_set_framebuffer_state()Brian Paul2009-12-101-20/+5
| * | | llvmpipe: simplify framebuffer state codeBrian Paul2009-12-041-3/+1
| * | | llvmpipe: remove dead codeKeith Whitwell2009-10-091-1/+5
| * | | llvmpipe: Assorted build fixes.José Fonseca2009-10-081-1/+1
| * | | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-30/+11
* | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+2
| |_|/ |/| |
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\ \ \ | |_|/ |/| |
| * | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
| |/
* | llvmpipe: Flush draw module before switching framebuffer.José Fonseca2009-12-261-0/+2
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+5
|/
* llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-041-0/+1
* llvmpipe: Grab a ref when the fb is set.Younes Manton2009-09-281-2/+2
* llvmpipe: Squash the quad pipeline.José Fonseca2009-08-291-0/+13
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-6/+0
* llvmpipe: cleanup framebuffer state routine slightlyKeith Whitwell2009-08-291-40/+10
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-2/+2
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-1/+1
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+129