summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák15-1/+35
2013-03-23st/mesa: implement blit-based ReadPixelsMarek Olšák3-13/+189
2013-03-23mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák4-37/+167
2013-03-23mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák5-44/+35
2013-03-23mesa: add a common function returning transfer ops for ReadPixelsMarek Olšák1-20/+74
2013-03-23mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák1-0/+1
2013-03-22llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger4-2/+382
2013-03-22r600g: Honour legacy debugging environment variablesMichel Dänzer1-0/+10
2013-03-21docs: Mark ARB_ES3_compatibility as done.Matt Turner1-1/+1
2013-03-21freedreno: add pipe->blitRob Clark1-3/+48
2013-03-21i965: Add a driconf option to disable flush throttling.Paul Berry4-2/+15
2013-03-21mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner3-0/+14
2013-03-21glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson1-0/+1
2013-03-21scons: check for existance of 'MSVC_VERSION' in envBrian Paul1-1/+1
2013-03-21softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul1-6/+6
2013-03-21softpipe: silence some MSVC signed/unsigned warningsBrian Paul2-2/+2
2013-03-21softpipe: silence some MSVC float/double warningsBrian Paul1-6/+6
2013-03-21rbug: silence some MSVC signed/unsigned warningsBrian Paul2-2/+2
2013-03-21postprocess: silence some MSVC float/int warningsBrian Paul2-4/+4
2013-03-21meta: fix incorrect slice, r coordinate computationBrian Paul1-4/+9
2013-03-21vega: fix MSVC warning about missing return statementBrian Paul1-0/+1
2013-03-21meta: minor indentation fixBrian Paul1-1/+1
2013-03-21radeonsi: Emit pixel shader state even when only the vertex shader changedMichel Dänzer1-0/+5
2013-03-20android: Define PACKAGE_VERSION/BUGREPORT in CFLAGSChad Versace1-0/+2
2013-03-20i965/vs: Add IR dumping for immediates.Kenneth Graunke1-0/+16
2013-03-20glsl: Add built-in functions for GLSL 1.50.Kenneth Graunke2-0/+1145
2013-03-20glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.Kenneth Graunke2-1/+12
2013-03-20glsl: Bump standalone compiler versions to 1.50.Kenneth Graunke2-3/+3
2013-03-20i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.Kenneth Graunke1-1/+2
2013-03-20i965: Don't print a fatal-looking message if intelCreateContext fails.Kenneth Graunke1-1/+0
2013-03-20i965/gen7: Align all depth miplevels to 8 in the X direction.Eric Anholt1-1/+9
2013-03-20nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller3-12/+36
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller28-92/+171
2013-03-19docs: import release notes for 9.1.1, add news itemIan Romanick2-0/+241
2013-03-19gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg5-5/+5
2013-03-19i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2-2/+12
2013-03-19ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.Paul Berry1-16/+0
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry10-17/+52
2013-03-19r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on caymanAlex Deucher1-1/+0
2013-03-19r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xxAlex Deucher2-1/+3
2013-03-19winsys/svga: improve error/debug message outputBrian Paul3-25/+35
2013-03-19tgsi: fix uninitialized declaration array fieldsBrian Paul1-0/+13
2013-03-19egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2-2/+13
2013-03-19radeon/llvm: Do not link against libgallium when building statically.Maarten Lankhorst1-1/+4
2013-03-19gles2: Add an ABI-check testMatt Turner2-0/+294
2013-03-19gles1: Add an ABI-check testMatt Turner2-0/+256
2013-03-19gallium/egl: fix out-of-tree buildAndreas Boll1-1/+1
2013-03-19osmesa: fix out-of-tree buildAndreas Boll1-0/+1
2013-03-19build: Enable x86 assembler on Hurd.Andreas Boll1-0/+3
2013-03-19mesa: use ieee fp on s390 and m68kAndreas Boll1-1/+2