summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger
2010-05-28softpipe: add PIPE_BUFFER to assertionBrian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17softpipe: adapt to interface changesRoland Scheidegger
2010-05-14softpipe: restore culling codeKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
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-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
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