summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r600g: add FLT_TO_UINT opcode for evergreenVadim Girlin2012-01-152-1/+4
* r600g: fix F2I on evergreenVadim Girlin2012-01-151-1/+50
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-155-0/+10
* vl: move away from state like parametersChristian König2012-01-151-40/+23
* vl/video_buffer: use template style create paramsChristian König2012-01-151-17/+12
* r600g: vertex id support.Dave Airlie2012-01-151-8/+15
* r600g: make u2f trans onlyDave Airlie2012-01-151-1/+1
* nvfx: random cleanups of the state validation codeLucas Stach2012-01-151-27/+22
* nvfx: drop render temporaries codeLucas Stach2012-01-154-172/+18
* nvfx: rework state_fb code to get rid of render tempsLucas Stach2012-01-154-146/+72
* nvfx: say no to stream output capsLucas Stach2012-01-151-1/+5
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-158-52/+28
* r600g: add r600 version of UINT_TO_FLT conversion.Dave Airlie2012-01-141-0/+1
* r600g: fix r600 f2i to be trans only emitted.Dave Airlie2012-01-141-1/+1
* r600g: add missing case for uint->flt conversion.Dave Airlie2012-01-141-0/+1
* r600g: add missing r32 uint/sint fbo formats.Dave Airlie2012-01-142-0/+8
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-137-38/+97
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-123-10/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-129-21/+84
* sofpipe: remove extraneous semicolonBrian Paul2012-01-121-1/+1
* r600g: don't advertise integers yet on r600.Dave Airlie2012-01-121-2/+0
* svga: Fix user clip planes.José Fonseca2012-01-122-4/+3
* softpipe: bump max texture array layers to 256.Dave Airlie2012-01-121-1/+1
* gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the deviceThomas Hellstrom2012-01-121-3/+6
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* svga: don't reference count svga_sampler_view's textureBrian Paul2012-01-111-2/+12
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* nv50/ir: handle TGSI_OPCODE_ISSGChristoph Bumiller2012-01-111-3/+8