summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-18pp/main queue: Add the PP headersgsocLauri Kasanen3-0/+215
2011-08-18pp/main queue: Add pp_program.[ch]Lauri Kasanen2-0/+201
2011-08-18pp/main queue: Add pp_init.cLauri Kasanen1-0/+283
2011-08-18pp/main queue: Add pp_run.cLauri Kasanen1-0/+188
2011-08-18pp: Add Jimenez' MLAALauri Kasanen2-0/+646
2011-08-17pp: Add the MLAA areamapLauri Kasanen1-0/+2821
2011-08-17pp: Cel-shade filterLauri Kasanen2-0/+117
2011-08-17pp: Color filtersLauri Kasanen2-0/+149
2011-08-17pp: DocsLauri Kasanen1-0/+87
2011-08-17aux/Makefile,SConscript: Build PPLauri Kasanen2-0/+12
2011-08-16st/dri: Bind the post-processing queue to driLauri Kasanen5-2/+44
2011-08-16driconf: Add the PP descriptionsLauri Kasanen2-0/+90
2011-08-16xmlconfig: Make the error message more informativeLauri Kasanen1-1/+1
2011-08-16xmlpool.h: fix a typoLauri Kasanen1-1/+1
2011-08-16st/dri: Indent driconf optionsLauri Kasanen1-7/+11
2011-08-13glapi: remove gen-esHEADmasterChia-I Wu13-7703/+0
2011-08-13glapi: generate ES dispatch headers from core mesaChia-I Wu4-14/+27
2011-08-13glapi: add glapi_gen.mk to help header generationChia-I Wu3-17/+61
2011-08-13glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu5-23/+47
2011-08-13glapi: add methods to filter functionsChia-I Wu1-7/+39
2011-08-13glapi: add gles_api.pyChia-I Wu3-417/+464
2011-08-12gallium/gbm: Add dependencies for libraries linked into pipe_*.so.Michel Dänzer1-1/+1
2011-08-11x86-64: Fix compile error with clangChad Versace1-1/+1
2011-08-11mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()Brian Paul1-1/+4
2011-08-11mesa: fix ColorMask array index in _mesa_init_driver_state()Brian Paul1-4/+4
2011-08-11swrast: don't try to do depth testing if there's no depth bufferBrian Paul1-1/+2
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger6-36/+91
2011-08-10intel: GetBuffer fixBen Widawsky1-1/+6
2011-08-10r600g: Add support for ROUND, v2Lauri Kasanen2-3/+5
2011-08-10i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson1-0/+7
2011-08-10i965: Drop the reg/hw_reg distinction.Eric Anholt5-36/+37
2011-08-10i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt2-66/+105
2011-08-10i965/fs: Simplify the register allocator using a map from RA reg to GRF.Eric Anholt1-41/+38
2011-08-10i965/fs: Eliminate the magic nature of virtual GRF 0.Eric Anholt4-31/+17
2011-08-10i965/fs: Use the new convenience interface for setting up reg conflicts.Eric Anholt1-22/+7
2011-08-10mesa: Add a convenience interface for register allocator conflicts setup.Eric Anholt2-0/+23
2011-08-09glsl_to_tgsi: improve assignment hackHenri Verbeet1-3/+5
2011-08-09r300g: silence some warnings about uninitialized variablesBrian Paul3-6/+8
2011-08-09svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul1-0/+2
2011-08-09glx: move declarations before codeBrian Paul1-3/+7
2011-08-09swrast: silence unused var warningsFabio Pedretti1-1/+1
2011-08-09docs: update GL3.txt with new GL 4.2 extensionsDave Airlie1-0/+13
2011-08-08glsl: validate IR after linking (debug builds only)Paul Berry1-0/+8
2011-08-08glsl: When linking, emit functions at the tail of the final linked program.Paul Berry1-2/+4
2011-08-08glsl: Check array size is const before asserting that no IR was generated.Paul Berry1-5/+8
2011-08-08glsl: Constant-fold built-in functions before outputting IRPaul Berry1-2/+14
2011-08-08glsl: Emit function signatures at toplevel, even for built-ins.Paul Berry4-20/+22
2011-08-08Revert "glsl: Skip processing the first function's body in do_dead_functions()."Paul Berry1-10/+1
2011-08-08st/mesa: inline st_prepare_fragment_program in st_translate_fragment_programBryan Cain2-179/+162
2011-08-08glext: upgrade to version 72Brian Paul1-3/+364