summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell3-16/+18
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell8-54/+54
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul2-2/+12
2010-03-10softpipe: Prevent NULL dereference.José Fonseca1-1/+2
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell4-17/+44
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell3-8/+11
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger4-17/+44
2010-03-09softpipe: silence warningKeith Whitwell1-1/+1
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2-2/+2
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell6-107/+76
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-40/+8
2010-03-09softpipe: quads never provoke the first vertexMarek Olšák1-68/+12
2010-03-08softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2-5/+9
2010-03-08Merge branch '7.8'Brian Paul1-3/+4
2010-03-08softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul1-3/+4
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2-27/+2
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul1-6/+43
2010-03-04softpipe: minor tweaks to texture filtering codeBrian Paul1-9/+5
2010-03-04softpipe: fix constant buffer tracking after reworkKeith Whitwell1-4/+2
2010-03-04gallium: remove redundant includesKeith Whitwell2-3/+0
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell12-458/+282
2010-03-04softpipe: remove dead get_texture_buffer functionKeith Whitwell2-26/+0
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca4-21/+21
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol1-1/+0
2010-03-02softpipe: Rename pipe formats.José Fonseca4-20/+20
2010-03-01softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca1-1/+1
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger4-17/+44
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz1-1/+2
2010-02-26softpipe: fix up #includesBrian Paul2-6/+8
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-1/+0
2010-02-18softpipe: fix depth testing problemsBrian Paul1-36/+53
2010-02-18softpipe: comments and whitespace fixesBrian Paul1-7/+8
2010-02-18softpipe: const qualifiers, commentsBrian Paul1-3/+3
2010-02-13softpipe: Silence uninitialized variable warnings.Vinson Lee1-0/+3
2010-02-13softpipe: fix broken cubemap / mipmap selection codeBrian Paul1-28/+71
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger6-6/+20
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