summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-17docs: note change in minimum GCC version to 4.1.0Timothy Arceri1-0/+1
2014-12-17util: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17mesa: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17gbm: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17gallium: remove support for GCC older than 4.1.0Timothy Arceri2-5/+5
2014-12-17egl: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-17mesa: bump required GCC version to 4.1.0Timothy Arceri1-3/+3
2014-12-17mesa: remove support for GCC older than 3.3.0Timothy Arceri3-8/+3
2014-12-16i965/fs: Add a comment explaining what saturate propagation does.Matt Turner1-0/+14
2014-12-16vc4: Add support for enabling early Z discards.Eric Anholt1-0/+18
2014-12-16st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cppBrian Paul1-4/+2
2014-12-16program: remove extern "C" usage in sampler.cppBrian Paul1-5/+4
2014-12-16program: remove extern "C" around #includesBrian Paul1-4/+3
2014-12-16glsl: remove extern "C" around #includesBrian Paul3-7/+2
2014-12-16st/mesa: add extern "C" to st_context.hBrian Paul1-0/+10
2014-12-16st/mesa: add extern "C" to st_program.hBrian Paul1-0/+9
2014-12-16main: remove extern C around #includes in ff_fragment_shader.cppBrian Paul1-5/+3
2014-12-16mesa: move #include of mtypes.h outside __cplusplus checkBrian Paul1-2/+1
2014-12-16program: add #ifndef SAMPLER_H wrapperBrian Paul1-0/+7
2014-12-16mesa: put extern "C" in src/mesa/program/*h header filesBrian Paul4-0/+43
2014-12-16mesa: put extern "C" in header filesBrian Paul4-0/+41
2014-12-16mapi: add glapi-test and shared-glapi-test to .gitignoreJuha-Pekka Heikkila3-3/+2
2014-12-16util: add u_atomic_test to .gitignoreJuha-Pekka Heikkila1-0/+1
2014-12-16glx: remove __glXstrdup()Juha-Pekka Heikkila2-20/+0
2014-12-16i965: add test_vf_float_conversions to .gitignoreJuha-Pekka Heikkila1-0/+1
2014-12-16i965: Make validate_reg tables constantJuha-Pekka Heikkila1-4/+4
2014-12-16glsl: remove commented out codeTimothy Arceri1-2/+0
2014-12-16i965: remove commented out codeTimothy Arceri1-2/+0
2014-12-15nvc0: add missed PIPE_CAP_VERTEXID_NOBASEIlia Mirkin1-0/+1
2014-12-16st/mesa: use vertex id lowering according to pipe cap bit.Roland Scheidegger2-2/+10
2014-12-16draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger4-19/+47
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger19-6/+84
2014-12-16r600g/sb: implement r600 gpr index workaround. (v3.1)Dave Airlie4-9/+57
2014-12-16r600g/sb: fix issues with loops created for switchVadim Girlin5-4/+16
2014-12-16Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"Dave Airlie1-38/+12
2014-12-15vc4: Add support for 32-bit signed norm/scaled vertex attrs.Eric Anholt2-0/+18
2014-12-15vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.Eric Anholt6-6/+94
2014-12-15vc4: Rename the 16-bit unpack #define.Eric Anholt2-4/+4
2014-12-15vc4: Add support for 8-bit unnormalized vertex attrs.Eric Anholt6-11/+69
2014-12-15vc4: Refactor vertex attribute conversions a bit.Eric Anholt1-25/+40
2014-12-15vc4: Fix use of r3 as a temp in 8-bit unpacking.Eric Anholt1-10/+7
2014-12-15vc4: Rename UNPACK_8* to UNPACK_8*_F.Eric Anholt5-20/+20
2014-12-15vc4: Add support for UMAD.Eric Anholt1-0/+9
2014-12-15vc4: 0-initialize the screen again.Eric Anholt1-1/+1
2014-12-15glsl: Add gl_MaxViewports to available builtin constantsMaxence Le Doré3-0/+10
2014-12-15i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez3-2/+28
2014-12-14vc4: Fix leaks of the compiled shaders' keys.Eric Anholt1-1/+1
2014-12-14vc4: Fix leaks of the CL contents.Eric Anholt2-1/+6
2014-12-14vc4: Fix leak of vc4_bos stashed in the context.Eric Anholt1-0/+5
2014-12-14vc4: Fix leak of the compiled shader programs in the cache.Eric Anholt3-0/+24