aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-094-17/+44
|\
| * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-092-2/+2
| * softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-014-17/+44
* | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-40/+8
* | softpipe: quads never provoke the first vertexMarek Olšák2010-03-091-68/+12
* | softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-082-5/+9
* | Merge branch '7.8'Brian Paul2010-03-081-3/+4
|\ \
| * | softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul2010-03-081-3/+4
* | | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-27/+2
|\ \ \ | |/ / |/| |
| * | softpipe: remove dead get_texture_buffer functionKeith Whitwell2010-03-042-26/+0
| * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+2
* | | softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul2010-03-051-6/+43
* | | softpipe: minor tweaks to texture filtering codeBrian Paul2010-03-041-9/+5
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-024-21/+21
|\ \ \
| * | | softpipe: Rename pipe formats.José Fonseca2010-03-024-20/+20
| * | | softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca2010-03-011-1/+1
| |/ /
* | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-1/+0
|\ \ \ | |/ / |/| |
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
* | | softpipe: fix up #includesBrian Paul2010-02-262-6/+8
|/ /
* | softpipe: fix depth testing problemsBrian Paul2010-02-181-36/+53
* | softpipe: comments and whitespace fixesBrian Paul2010-02-181-7/+8
* | softpipe: const qualifiers, commentsBrian Paul2010-02-181-3/+3
|/
* softpipe: Silence uninitialized variable warnings.Vinson Lee2010-02-131-0/+3
* softpipe: fix broken cubemap / mipmap selection codeBrian Paul2010-02-131-28/+71
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-106-6/+20
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-2/+2
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+1
* | fix bug in perspective corrected interpolants for linesBrian Paul2010-02-091-2/+1
* | softpipe: Properly implement cylindrical wrapping.Michal Krol2010-02-091-31/+148
* | Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol2010-02-091-35/+11
* | softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol2010-02-091-11/+35
* | softpipe: Remove unnecessary headers.Vinson Lee2010-02-082-2/+0
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-3/+9
* | Merge branch 'gallium-embedded'José Fonseca2010-02-0310-8/+12
|\ \
| * | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-023-3/+3
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-029-5/+9
* | | softpipe: remove unnecessary #includeBrian Paul2010-02-021-1/+0
* | | llvmpipe: fix (potentially) broken AA points, AA linesBrian Paul2010-02-021-1/+1
|/ /
* | 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