aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow RBUG to start blockedAlex Corscadden2011-09-231-0/+4
* i915g: Don't generate useless swizzles before texture accesses.Stéphane Marchesin2011-09-223-10/+62
* i915g: Fix whitespace.Stéphane Marchesin2011-09-221-13/+13
* i915g: Fix peephole optimization for MOVs.Stéphane Marchesin2011-09-221-0/+8
* i915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_CAP_MAX_TEXEL_OFFSET.Stéphane Marchesin2011-09-221-0/+3
* 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
* util: add u_bit_scan helperKeith Whitwell2011-09-221-7/+0
* i915g: Add an optimization to get rid of useless movs, in particular at the e...Stéphane Marchesin2011-09-211-3/+38
* i915g: Fix some whitespace problems.Stéphane Marchesin2011-09-212-12/+12
* i915g: Blend equation separate seems to work.Stéphane Marchesin2011-09-211-6/+1
* i915g: Add ifdef'd out code to dump compiled shaders.Stéphane Marchesin2011-09-211-0/+4
* i915g: Fix bug in shader optimizer.Stéphane Marchesin2011-09-211-2/+2
* i915g: Remove stale function prototype.Stéphane Marchesin2011-09-211-6/+0
* svga: call u_default_redefine_user_buffer() to fix failed assertionBrian Paul2011-09-211-5/+2
* llvmpipe: silence a pointer type warningBrian Paul2011-09-201-1/+1
* Update llvmpipe's gitignoreNicholas Miell2011-09-191-0/+1
* r300/compiler: Fix regalloc for values with multiple writersTom Stellard2011-09-181-3/+6
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1827-103/+121
* r300/compiler: Add support for the output modifier (OMOD)Tom Stellard2011-09-1616-25/+310
* r300/compiler: Move some helper functions to radeon_compiler_util.cTom Stellard2011-09-163-33/+68
* r300/compiler: Don't unroll loops that conditionally increment the counterTom Stellard2011-09-161-2/+14
* nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee2011-09-164-4/+4
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* softpipe: use pipe_get_tile_rgba_format()Brian Paul2011-09-161-5/+6
* softpipe: use util_format_is_depth_or_stencil()Brian Paul2011-09-161-7/+1
* r600g: fixup missing scaled r600 types.Dave Airlie2011-09-161-0/+4