aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-294-7/+20
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* softpipe: Remove unnecessary header.Vinson Lee2010-01-281-1/+0
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-283-36/+40
|\
| * softpipe: enable new blend functionalityRoland Scheidegger2010-01-252-18/+21
| * softpipe: adapt to blend changesRoland Scheidegger2010-01-252-30/+31
* | softpipe: Report some sane values for constant buffer CAP queries.Michal Krol2010-01-281-0/+4
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-285-9/+9
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-19/+29
* | gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-286-23/+39
* | softpipe: Remove unnecessary header.Vinson Lee2010-01-261-1/+0
* | softpipe: Remove unused variables.Vinson Lee2010-01-261-3/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2211-16/+19
|\ \
| * | softpipe: Remove unnecessary headers.Vinson Lee2010-01-2010-12/+0
| * | softpipe: Fix vertex buffer memory leak.José Fonseca2010-01-191-0/+2
| * | softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca2010-01-181-1/+2
* | | softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
| |/ |/|
* | softpipe: remove redundant assignmentsBrian Paul2010-01-191-5/+0
* | softpipe: Fix leak in vbuf draw moduleJakob Bornecrantz2010-01-181-1/+1
* | softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz2010-01-174-4/+258
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-155-15/+14
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-112-2/+2
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-245-13/+12
* | | Merge branch 'instanced-arrays'Michal Krol2010-01-143-43/+159
|\ \ \
| * | | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-122-24/+24
| * | | Merge branch 'master' into instanced-arraysMichal Krol2010-01-0515-18/+185
| |\ \ \
| * | | | sp: Generalise drawing code to remove dupes.Michal Krol2009-12-301-81/+84
| * | | | sp: Implement draw_elements_instanced().Michal Krol2009-12-303-2/+55
| * | | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-293-0/+60
| | |/ / | |/| |
* | | | gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-072-39/+77
* | | | gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-072-63/+93
* | | | softpipe: fix draw return valueKeith Whitwell2010-01-061-1/+1
* | | | pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-061-1/+1
* | | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-18/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-18/+16
* | | | softpipe: implement conditional renderingBrian Paul2009-12-316-0/+57
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-312-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | softpipe: Silence unintialized variable warnings.Vinson Lee2009-12-271-1/+1
| * | | softpipe: Silence unused variable warning.Vinson Lee2009-12-271-0/+1
| * | | Fix memory leak.Alan Hourihane2009-11-201-0/+1
* | | | softpipe: Flush draw module when fragment pipeline state changes.José Fonseca2009-12-263-4/+21
* | | | softpipe: Flush draw module before switching framebuffer.José Fonseca2009-12-261-0/+2
* | | | gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-2/+0
* | | | softpipe: make it possible to dump geometry shader from the softpipeZack Rusin2009-12-253-0/+6
* | | | softpipe/gs: don't crash with null shaderZack Rusin2009-12-251-1/+2
* | | | gallium: add geometry shader support to galliumZack Rusin2009-12-258-13/+98
| |_|/ |/| |
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-223-14/+0
|\ \ \ | |_|/ |/| |
| * | gallium: more work for edgeflags changesRoland Scheidegger2009-12-143-14/+0
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-8/+8
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-175-27/+26
|\| |