summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-1717-259/+227
* radeon: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* r200: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* r600g: fix recip_uint on r600.Dave Airlie2012-01-181-0/+1
* r600g: fix USLT for r600-egVadim Girlin2012-01-171-2/+2
* scons: Don't set visibility to hidden on HaikuAlexander von Gluck IV2012-01-171-1/+1
* scons: Add Haiku build supportAlexander von Gluck IV2012-01-175-12/+27
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-172-133/+593
* mesa: Enable silent automake rules when available.Eric Anholt2012-01-171-0/+5
* i965: Convert the build to using automake.Eric Anholt2012-01-177-35/+106
* intel: Drop the version override code now that we don't have any left.Eric Anholt2012-01-171-8/+0
* intel: Fix warnings of undefined ffs().Eric Anholt2012-01-171-0/+1
* Complete ARGB8888 naming convention format renames missedScott Moreau2012-01-171-4/+3
* i965: Fix gen6,gen7 when used with a non-HiZ capable DDXChad Versace2012-01-161-4/+13
* softpipe: Silence unused variable warning on non-LLVM builds.Vinson Lee2012-01-161-0/+2
* intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat2012-01-161-5/+7
* 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
* r200: remove left-over EGL_SOURCES variableMatt Turner2012-01-151-1/+0
* 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
* mesa: update compute_version for GL3Marek Olšák2012-01-151-4/+2
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-1513-151/+57
* 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