aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Update state prototypes to return pipe_error.José Fonseca2011-11-026-25/+36
* svga: Fix potential buffer overflow in rs draw state.José Fonseca2011-10-314-13/+19
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-315-4/+62
* svga: Plug a fence leakThomas Hellstrom2011-10-181-3/+3
* svga: remove old, unused sincos code for SM2.0Brian Paul2011-10-112-51/+0
* svga: remove support for shader model 2.0Brian Paul2011-10-119-374/+25
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-114-6/+6
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-2/+2
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-3/+0
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-292-2/+3
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* svga: indentation/formatting fixesBrian Paul2011-09-231-16/+16
* svga: remove emit_consts() offset parameterBrian Paul2011-09-231-3/+7
* svga: s/int/unsigned/ in svga_state_constants.cBrian Paul2011-09-231-3/+7
* svga: s/unit/shader/ and related clean-upsBrian Paul2011-09-231-19/+23
* svga: clean up return values and error codesBrian Paul2011-09-2315-97/+92
* svga: add format translation for DXT/sRGB formatsBrian Paul2011-09-231-2/+8
* svga: test register W component in emit_kil()Brian Paul2011-09-231-16/+44
* svga: fix depth/shadow compare for non-projected texcoordsBrian Paul2011-09-231-16/+24
* svga: implement texture swizzlingBrian Paul2011-09-234-9/+128
* svga: check that we don't exceed input/ouput register limitsBrian Paul2011-09-233-2/+13
* svga: implement point sprite suppportBrian Paul2011-09-238-4/+119
* svga: add translation for float formatsBrian Paul2011-09-231-0/+14
* svga: check to avoid writing beyond end of constant bufferBrian Paul2011-09-231-1/+23
* svga: Cleanup format capability checking.José Fonseca2011-09-238-192/+683
* svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca2011-09-235-17/+23
* svga: Share one texcoord between depth and fogJakob Bornecrantz2011-09-233-13/+86
* svga: Only emit Z depth work if it is actually readJakob Bornecrantz2011-09-232-15/+21
* svga: Fix vPos usageJakob Bornecrantz2011-09-231-1/+7
* svga: Wip for passing depth in a texcoordJakob Bornecrantz2011-09-233-13/+86
* svga: Add a comment about depth format selection.José Fonseca2011-09-231-1/+10
* svga: Consider the new depth formats in svga_texture_from_handle().José Fonseca2011-09-231-1/+2
* svgadump: Dump the new depth format names.José Fonseca2011-09-231-0/+9
* svga: Expose the new depth formatsJakob Bornecrantz2011-09-236-25/+65
* svga: Coalesce multiple shader constants in a single command.José Fonseca2011-09-233-4/+178
* svgadump: Update for svga3d_reg.h header changes.José Fonseca2011-09-231-33/+60
* svga: updated svga3d_reg.h to latest public versionBrian Paul2011-09-231-49/+144
* draw: add support for guard-band clippingBrian Paul2011-09-221-1/+1
* svga: skip assertion when index_bias < 0Brian Paul2011-09-221-1/+1
* svga: fix the test for sRGB texture formatsBrian Paul2011-09-221-1/+2
* svga: call u_default_redefine_user_buffer() to fix failed assertionBrian Paul2011-09-211-5/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-6/+7
* android: add support for vmwgfxChia-I Wu2011-08-271-0/+38
* svga: share the source listChia-I Wu2011-08-273-97/+50
* svga: include LLVM in name string in debug buildsBrian Paul2011-08-261-2/+11
* svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul2011-08-091-0/+2
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | svga: Use the correct element size.José Fonseca2011-07-011-1/+1
* | svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom2011-07-013-30/+90