aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: fix tex format selection for GL_R32F and other R/G float formatsBrian Paul2012-01-181-0/+10
* 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
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-181-1/+9
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-183-10/+3
* mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.Kenneth Graunke2012-01-181-1/+1
* r600g: fix UINT_TO_FLT on evergreenVadim Girlin2012-01-181-1/+1
* i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace2012-01-171-2/+15
* intel: Return if pointer to intel_context is nullAnuj Phogat2012-01-171-7/+7
* r600g: add workaround for original R600 PS setupAlex Deucher2012-01-171-2/+7
* i965: Add .gitignore file to exclude automake build artifacts from git.Paul Berry2012-01-171-0/+6
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-172-1/+14
* 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: Add Haiku build supportAlexander von Gluck IV2012-01-173-11/+24
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-172-133/+593
* i965: Convert the build to using automake.Eric Anholt2012-01-174-34/+88
* 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