summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-2/+2
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul1-2/+1
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol1-31/+148
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol1-35/+11
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol1-11/+35
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee2-2/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell5-3/+9
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-0/+1
2010-02-03Merge branch 'gallium-embedded'José Fonseca10-8/+12
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-2/+1
2010-02-02softpipe: remove unnecessary #includeBrian Paul1-1/+0
2010-02-02llvmpipe: fix (potentially) broken AA points, AA linesBrian Paul1-1/+1
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca3-3/+3
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca9-5/+9
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri4-7/+20
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri1-0/+6
2010-01-28softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger3-36/+40
2010-01-28softpipe: Report some sane values for constant buffer CAP queries.Michal Krol1-0/+4
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol5-9/+9
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol1-19/+29
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol6-23/+39
2010-01-26softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-01-26softpipe: Remove unused variables.Vinson Lee1-3/+0
2010-01-25softpipe: enable new blend functionalityRoland Scheidegger2-18/+21
2010-01-25softpipe: adapt to blend changesRoland Scheidegger2-30/+31
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul11-16/+19
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul1-0/+4
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee10-12/+0
2010-01-19softpipe: remove redundant assignmentsBrian Paul1-5/+0
2010-01-19softpipe: Fix vertex buffer memory leak.José Fonseca1-0/+2
2010-01-18softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca1-1/+2
2010-01-18softpipe: Fix leak in vbuf draw moduleJakob Bornecrantz1-1/+1
2010-01-17softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz4-4/+258
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger5-15/+14
2010-01-14Merge branch 'instanced-arrays'Michal Krol3-43/+159
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2-24/+24
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2-2/+2
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2-39/+77
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2-63/+93
2010-01-06softpipe: fix draw return valueKeith Whitwell1-1/+1
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol1-1/+1
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell2-18/+16
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol15-18/+185
2009-12-31softpipe: implement conditional renderingBrian Paul6-0/+57
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul2-1/+2
2009-12-30sp: Generalise drawing code to remove dupes.Michal Krol1-81/+84
2009-12-30sp: Implement draw_elements_instanced().Michal Krol3-2/+55
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol3-0/+60
2009-12-27softpipe: Silence unintialized variable warnings.Vinson Lee1-1/+1