aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rbug: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-212-4/+4
* meta: fix incorrect slice, r coordinate computationBrian Paul2013-03-211-4/+9
* vega: fix MSVC warning about missing return statementBrian Paul2013-03-211-0/+1
* meta: minor indentation fixBrian Paul2013-03-211-1/+1
* radeonsi: Emit pixel shader state even when only the vertex shader changedMichel Dänzer2013-03-211-0/+5
* android: Define PACKAGE_VERSION/BUGREPORT in CFLAGSChad Versace2013-03-201-0/+2
* i965/vs: Add IR dumping for immediates.Kenneth Graunke2013-03-201-0/+16
* glsl: Add built-in functions for GLSL 1.50.Kenneth Graunke2013-03-202-0/+1145
* glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.Kenneth Graunke2013-03-202-1/+12
* glsl: Bump standalone compiler versions to 1.50.Kenneth Graunke2013-03-202-3/+3
* i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.Kenneth Graunke2013-03-201-1/+2
* i965: Don't print a fatal-looking message if intelCreateContext fails.Kenneth Graunke2013-03-201-1/+0
* i965/gen7: Align all depth miplevels to 8 in the X direction.Eric Anholt2013-03-201-1/+9
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-203-12/+36
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-2028-92/+171
* docs: import release notes for 9.1.1, add news itemIan Romanick2013-03-192-0/+241
* gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg2013-03-195-5/+5
* i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2013-03-192-2/+12
* ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.Paul Berry2013-03-191-16/+0
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-1910-17/+52
* r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on caymanAlex Deucher2013-03-191-1/+0
* r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xxAlex Deucher2013-03-192-1/+3
* winsys/svga: improve error/debug message outputBrian Paul2013-03-193-25/+35
* tgsi: fix uninitialized declaration array fieldsBrian Paul2013-03-191-0/+13
* egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2013-03-192-2/+13
* radeon/llvm: Do not link against libgallium when building statically.Maarten Lankhorst2013-03-191-1/+4
* gles2: Add an ABI-check testMatt Turner2013-03-192-0/+294
* gles1: Add an ABI-check testMatt Turner2013-03-192-0/+256
* gallium/egl: fix out-of-tree buildAndreas Boll2013-03-191-1/+1
* osmesa: fix out-of-tree buildAndreas Boll2013-03-191-0/+1
* build: Enable x86 assembler on Hurd.Andreas Boll2013-03-191-0/+3
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-03-191-1/+2
* gallivm: fix return opcode handling in main function of a shaderRoland Scheidegger2013-03-192-3/+18
* freedreno: clear fixesRob Clark2013-03-192-5/+16
* radeonsi: enable indirect adressingChristian König2013-03-192-6/+1
* radeonsi: implement indirect adressing of constantsChristian König2013-03-191-6/+8
* radeonsi: switch to using resource destribtors for constants v2Christian König2013-03-192-29/+37
* radeon/llvm: rework input fetch and output storeChristian König2013-03-192-122/+151
* tgsi: add initializer data to fix MSVC compile errorBrian Paul2013-03-191-1/+1
* tgsi: add ArrayID documentation v2Christian König2013-03-191-0/+18
* tgsi: use separate structure for indirect address v2Christian König2013-03-1916-132/+193
* tgsi: add ArrayID to declarationsChristian König2013-03-196-4/+66
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-1911-248/+2
* glsl_to_tgsi: remove indirect addressing limitationsChristian König2013-03-191-33/+3
* glsl_to_tgsi: allocate arrays separately v2Christian König2013-03-192-31/+59
* glsl_to_tgsi: use get_temp for all allocationsChristian König2013-03-191-13/+10
* tgsi/ureg: implement support for array temporariesChristian König2013-03-192-24/+69
* tgsi/ureg: cleanup local temporary emission v2Christian König2013-03-191-17/+13
* radeon/llvm: Link against libgallium.la to fix an undefined symbolAndreas Boll2013-03-191-0/+1