summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix VS fog exportVadim Girlin2012-01-231-0/+5
* r600g: shift integer ops are trans unit only on r600.Dave Airlie2012-01-221-0/+1
* r600g: replace trans/vector-only instruction lists with ranges (v2)Vadim Girlin2012-01-221-71/+15
* Revert "r600g: replace trans/vector-only instruction lists with ranges"Dave Airlie2012-01-221-11/+73
* r600g: srgb mode is only valid on certain format types.Dave Airlie2012-01-221-0/+8
* r600g: initial cube shadow samplingDave Airlie2012-01-221-2/+22
* r600g: take into account kcache banks for bank swizzle checkVadim Girlin2012-01-221-2/+2
* r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreenVadim Girlin2012-01-223-56/+50
* r600g: replace trans/vector-only instruction lists with rangesVadim Girlin2012-01-221-73/+11
* r600g: fix some interpolation tests for evergreenVadim Girlin2012-01-221-4/+4
* r600g: implement clip vertex v2Vadim Girlin2012-01-2110-113/+196
* r600g: improve kcache line sets handling v2Vadim Girlin2012-01-214-86/+216
* r600g: no need to do CUBE coordinate handling for TXQ.Dave Airlie2012-01-211-1/+3
* r600g: make INTERP_LOAD_P0 vector-onlyVadim Girlin2012-01-211-0/+1
* r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enableAlex Deucher2012-01-201-1/+1
* r600g: update streamout support for virtual addressesAlex Deucher2012-01-201-7/+18
* r600g: fix streamout on evergreenVadim Girlin2012-01-201-0/+6
* r600g: fix combined MEM_STREAM instructionsVadim Girlin2012-01-201-1/+3
* nvc0: fix some limit cap valuesChristoph Bumiller2012-01-201-9/+15
* nvc0: handle discontiguous outputs in stream_output_infoChristoph Bumiller2012-01-203-28/+25
* r600g: fixup AR handling (v5)Dave Airlie2012-01-204-7/+106
* i915g: Fix indentation.Stéphane Marchesin2012-01-191-1/+1
* i915g: Fix indentation and comment.Stéphane Marchesin2012-01-191-2/+2
* r600g: fix typo in evergreen registerAlex Deucher2012-01-191-7/+6
* svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul2012-01-191-2/+4
* i915g: Don't avoid flushing when we have a pending fence.Stéphane Marchesin2012-01-181-1/+4
* i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin2012-01-181-2/+2
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-181-1/+1
* svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0Brian Paul2012-01-181-1/+1
* svga: fix min/max lod clampingBrian Paul2012-01-181-4/+6
* svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul2012-01-181-2/+2
* r600g: fix ISLT on r600/700Dave Airlie2012-01-181-1/+1
* r600g: make r600/700 use correct ineg.Dave Airlie2012-01-181-1/+1
* r600g: fix some of the interpolation tests.Dave Airlie2012-01-181-5/+10
* r600g: fix UINT_TO_FLT on evergreenVadim Girlin2012-01-181-1/+1
* r600g: add workaround for original R600 PS setupAlex Deucher2012-01-171-2/+7
* r600g: fix recip_uint on r600.Dave Airlie2012-01-181-0/+1
* r600g: fix USLT for r600-egVadim Girlin2012-01-171-2/+2
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-172-133/+593
* softpipe: Silence unused variable warning on non-LLVM builds.Vinson Lee2012-01-161-0/+2
* llvmpipe: Remove unused variable 'packed' from lp_test_round.Vinson Lee2012-01-161-2/+0
* i915g: Fix the blending for the A8 destination buffer case.Stéphane Marchesin2012-01-154-12/+29
* r600g: fix mullo_uint trans slot only on r600/r700Dave Airlie2012-01-151-1/+1
* r600g: implement clip distancesVadim Girlin2012-01-156-17/+111
* r600g: implement two-sided lighting (v3)Vadim Girlin2012-01-156-25/+135
* r600g: add support for ISHR/USHR/SHL on r600-evergreenVadim Girlin2012-01-152-10/+13
* r600g: implement IDIV/UDIV on r600-evergreenVadim Girlin2012-01-151-4/+222
* r600g: implement ISSG on r600-evergreenVadim Girlin2012-01-151-0/+63
* r600g: implement IABS on r600-evergreenVadim Girlin2012-01-151-0/+60
* r600g: implement F2U on evergreenVadim Girlin2012-01-151-2/+2