summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Keith Whitwell2010-04-101-6/+4
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-2/+21
* softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri2010-04-021-2/+0
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-1/+1
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-19/+1
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-021-1/+2
* softpipe: Use S3TC when avaiilable,José Fonseca2010-03-311-5/+8
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-2/+4
* softpipe: Dummy fence functions.José Fonseca2010-03-111-0/+2
* ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-091-0/+1
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-3/+3
|\
| * softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-081-3/+3
* | gallium: remove redundant includesKeith Whitwell2010-03-041-2/+0
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-6/+37
|/
* softpipe: Rename pipe formats.José Fonseca2010-03-021-4/+4
* softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca2010-03-011-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+2
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-291-3/+2
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-0/+4
|\
| * softpipe: enable new blend functionalityRoland Scheidegger2010-01-251-0/+4
* | softpipe: Report some sane values for constant buffer CAP queries.Michal Krol2010-01-281-0/+4
|/
* gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-2/+0
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+2
* softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell2009-12-041-0/+1
* sp: Do not falsely advertise support for some SNORM formats.Michal Krol2009-12-011-0/+4
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-1/+3
* softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol2009-09-251-0/+3
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-1/+1
|\
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-1/+1
| |\
| | * softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee2009-09-241-1/+1
* | | gallium: Update vendor string.José Fonseca2009-09-231-1/+1
* | | gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* | | softpipe: Do not advertise Z32_UNORM as a supported format.Michal Krol2009-09-161-0/+1
|/ /
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+2
|\|
| * softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* | softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul2009-06-081-1/+1
* | softpipe: update comments for max texture sizeBrian Paul2009-05-291-2/+2
* | softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul2009-05-291-2/+2
|/
* softpipe: add texture target sanity check assertionBrian Paul2009-05-181-0/+5
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16)Brian Paul2009-01-021-2/+2
* gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian2008-12-041-0/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-0/+4
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-15/+11