summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-02softpipe: enable RGTC now that we have u_format support.Dave Airlie
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2010-12-08softpipe: enable instanced drawing capBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-10-21softpipe: enable primitive restartBrian Paul
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
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-17softpipe: adapt to interface changesRoland Scheidegger
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.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-10Squashed commit of the following:Keith Whitwell
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-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-11softpipe: Dummy fence functions.José Fonseca
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-08softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-02softpipe: Rename pipe formats.José Fonseca
2010-03-01softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger