summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-215-16/+18
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-183-0/+11
| * softpipe: adapt to interface changesRoland Scheidegger2010-05-172-16/+7
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-212-31/+19
|\ \
| * | softpipe: restore culling codeKeith Whitwell2010-05-141-3/+21
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-142-37/+7
* | | softpipe: Calculate slice_stride field in get_transfer().Michal Krol2010-05-191-0/+4
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-172-4/+33
|/ /
* | 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: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-064-20/+22
* | gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-2/+2
* | gallium: rework provoking vertex codeBrian Paul2010-05-052-115/+198
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-1/+1
* softpipe: invalidate cache view when swizzles are different.Dave Airlie2010-05-031-1/+15
* softpipe: Fix alpha blending for formats without alpha channel.José Fonseca2010-05-031-60/+108
* softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz2010-04-291-0/+2
* softpipe: consolidate tex image offset codeBrian Paul2010-04-281-29/+32
* softpipe: use consistant names for local varsBrian Paul2010-04-281-36/+33
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-255-4/+109
* softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca2010-04-253-20/+1
* 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
* softpipe: call draw_wide_point_sprites()Brian Paul2010-04-211-0/+2
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-202-4/+16
|\
| * softpipe: Implement index bias.José Fonseca2010-04-192-4/+16
* | softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul2010-04-193-0/+14
* | Merge branch '7.8'Brian Paul2010-04-193-5/+5
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+2
| * | softpipe: Fix division by zeroArpad Borsos2010-04-141-3/+3
* | | softpipe: new comment and assertion for face valueBrian Paul2010-04-181-0/+3
* | | softpipe: fix computation of fragment[FACE] attributeBrian Paul2010-04-181-3/+7
* | | softpipe: clean-up and commentsBrian Paul2010-04-181-40/+57
* | | softpipe: document MAX_QUADSBrian Paul2010-04-181-1/+6
| |/ |/|
* | softpipe: Preserve/check the signal of the number of scanlines in an edge.José Fonseca2010-04-181-1/+2
* | softpipe: rename vars, update comments, etcBrian Paul2010-04-162-92/+91
* | softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul2010-04-161-12/+12
* | softpipe: formatting fixes and commentsBrian Paul2010-04-161-66/+63
* | Squashed commit of the following:Keith Whitwell2010-04-1021-826/+216
* | Merge remote branch 'origin/7.8'Dave Airlie2010-04-081-2/+4
|\|
| * softpipe: index the correct blend/mask state indexBrian Paul2010-04-051-2/+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
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-302-9/+9