summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: cayman fix integer multipliesDave Airlie2012-01-231-1/+29
* r600g: cayman initial integer supportDave Airlie2012-01-231-22/+24
* 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
* Remove reference to now deleted dri/Makefile.targetsMatt Turner2012-01-201-1/+1
* r600g: fix streamout on evergreenVadim Girlin2012-01-201-0/+6
* r600g: fix combined MEM_STREAM instructionsVadim Girlin2012-01-201-1/+3
* Always build shared glapiMatt Turner2012-01-202-9/+0
* 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
* st/dri: Remove useless flush front.Stéphane Marchesin2012-01-181-2/+7
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* 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
* scons: Add Haiku build supportAlexander von Gluck IV2012-01-171-4/+10
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-172-133/+593
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-171-4/+3
* 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
* util: Silence GCC unused-but-set-variable warning.Vinson Lee2012-01-161-0/+2