summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2010-05-05gallium: rework provoking vertex codeBrian Paul2-115/+198
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-1/+1
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie1-1/+15
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca1-60/+108
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz1-0/+2
2010-04-28softpipe: consolidate tex image offset codeBrian Paul1-29/+32
2010-04-28softpipe: use consistant names for local varsBrian Paul1-36/+33
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca5-4/+109
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca3-20/+1
2010-04-25softpipe: More accurate softpipe_is_format_supported().José Fonseca1-19/+55
2010-04-23softpipe: compressed formats can't be render targetsBrian Paul1-1/+4
2010-04-23softpipe: YUV textures should be supported.José Fonseca1-4/+0
2010-04-21softpipe: call draw_wide_point_sprites()Brian Paul1-0/+2
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-20Merge branch 'gallium-index-bias'José Fonseca2-4/+16
2010-04-19softpipe: Implement index bias.José Fonseca2-4/+16
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul3-0/+14
2010-04-19Merge branch '7.8'Brian Paul3-5/+5
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2-2/+2
2010-04-18softpipe: new comment and assertion for face valueBrian Paul1-0/+3
2010-04-18softpipe: fix computation of fragment[FACE] attributeBrian Paul1-3/+7
2010-04-18softpipe: clean-up and commentsBrian Paul1-40/+57
2010-04-18softpipe: document MAX_QUADSBrian Paul1-1/+6
2010-04-18softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca1-1/+2
2010-04-16softpipe: rename vars, update comments, etcBrian Paul2-92/+91
2010-04-16softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul1-12/+12
2010-04-16softpipe: formatting fixes and commentsBrian Paul1-66/+63
2010-04-14softpipe: Fix division by zeroArpad Borsos1-3/+3
2010-04-10Squashed commit of the following:Keith Whitwell21-826/+216
2010-04-08Merge remote branch 'origin/7.8'Dave Airlie1-2/+4
2010-04-05softpipe: index the correct blend/mask state indexBrian Paul1-2/+4
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca1-2/+21
2010-04-02softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri1-2/+0
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri1-1/+1
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri1-19/+1
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri1-1/+2
2010-03-31softpipe: Use S3TC when avaiilable,José Fonseca1-5/+8
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2-9/+9
2010-03-29softpipe: Map GS constants, too.Michal Krol1-3/+2
2010-03-23Merge branch '7.8'Brian Paul2-187/+219
2010-03-23softpipe: comments, re-formatting, etcBrian Paul1-14/+24
2010-03-23softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul2-173/+195
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2-4/+56
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2-4/+56
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+0
2010-03-13softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell16-136/+214
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell8-63/+65
2010-03-11softpipe: further tighen up sample_cube()Brian Paul1-45/+21
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul1-62/+38