summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vl: Make array initialization portable.José Fonseca2012-01-161-1/+4
* 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: fix YV12 handlingChristian König2012-01-154-9/+49
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-152-19/+37
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-158-3/+24
* vl: add h264 infrastructureChristian König2012-01-152-0/+107
* vl: move away from state like parametersChristian König2012-01-159-403/+293
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-153-13/+25
* vl/video_buffer: improve constructorChristian König2012-01-152-45/+84
* vl/video_buffer: use template style create paramsChristian König2012-01-157-69/+71
* 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-1512-140/+50
* 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