summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+2
|\
| * softpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
|/
* softpipe: disable vertex texturing with draw/llvmBrian Paul2010-11-051-0/+5
* softpipe: remove >32bpp color restrictionBrian Paul2010-10-231-7/+0
* softpipe: enable primitive restartBrian Paul2010-10-211-0/+2
* softpipe: add support for shader stencil export capabilityDave Airlie2010-10-131-0/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-39/+16
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-0/+1
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+3
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+2
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-051-0/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-0/+2
|\
| * softpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-0/+2
* | softpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+5
|\
| * softpipe: adapt to interface changesRoland Scheidegger2010-05-171-1/+5
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2010-05-121-0/+31
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz2010-04-291-0/+2
* softpipe: More accurate softpipe_is_format_supported().José Fonseca2010-04-251-19/+55
* softpipe: compressed formats can't be render targetsBrian Paul2010-04-231-1/+4
* softpipe: YUV textures should be supported.José Fonseca2010-04-231-4/+0
* 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