summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz
2010-04-28softpipe: consolidate tex image offset codeBrian Paul
2010-04-28softpipe: use consistant names for local varsBrian Paul
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca
2010-04-25softpipe: More accurate softpipe_is_format_supported().José Fonseca
2010-04-23softpipe: compressed formats can't be render targetsBrian Paul
2010-04-23softpipe: YUV textures should be supported.José Fonseca
2010-04-21softpipe: call draw_wide_point_sprites()Brian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19softpipe: Implement index bias.José Fonseca
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-18softpipe: new comment and assertion for face valueBrian Paul
2010-04-18softpipe: fix computation of fragment[FACE] attributeBrian Paul
2010-04-18softpipe: clean-up and commentsBrian Paul
2010-04-18softpipe: document MAX_QUADSBrian Paul
2010-04-18softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca
2010-04-16softpipe: rename vars, update comments, etcBrian Paul
2010-04-16softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul
2010-04-16softpipe: formatting fixes and commentsBrian Paul
2010-04-14softpipe: Fix division by zeroArpad Borsos
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08Merge remote branch 'origin/7.8'Dave Airlie
2010-04-05softpipe: index the correct blend/mask state indexBrian Paul
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-03-31softpipe: Use S3TC when avaiilable,José Fonseca
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29softpipe: Map GS constants, too.Michal Krol
2010-03-23Merge branch '7.8'Brian Paul
2010-03-23softpipe: comments, re-formatting, etcBrian Paul
2010-03-23softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13softpipe: Remove unnecessary header.Vinson Lee