summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_screen.c
AgeCommit message (Expand)Author
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
2010-01-28softpipe: Report some sane values for constant buffer CAP queries.Michal Krol
2010-01-25softpipe: enable new blend functionalityRoland Scheidegger
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-04softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell
2009-12-01sp: Do not falsely advertise support for some SNORM formats.Michal Krol
2009-12-01sp: Implement separate vertex sampler state.Michal Krol
2009-09-25softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee
2009-09-23gallium: Update vendor string.José Fonseca
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-16softpipe: Do not advertise Z32_UNORM as a supported format.Michal Krol
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-06-26softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-08softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul
2009-05-29softpipe: update comments for max texture sizeBrian Paul
2009-05-29softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul
2009-05-18softpipe: add texture target sanity check assertionBrian Paul
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-02softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16)Brian Paul
2008-12-04gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-08-06gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul
2008-07-19gallium: Finer grained is_format_supported.José Fonseca