summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Make move_block_to_cond_assign not care which branch it's processingIan Romanick2011-08-151-27/+17
* egl: Log (debug) native platform typeBenjamin Franzke2011-08-151-12/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-154-8/+115
* Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan2011-08-142-2/+38
* glapi: remove gen-esChia-I Wu2011-08-1313-7703/+0
* glapi: generate ES dispatch headers from core mesaChia-I Wu2011-08-134-14/+27
* glapi: add glapi_gen.mk to help header generationChia-I Wu2011-08-133-17/+61
* glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu2011-08-135-23/+47
* glapi: add methods to filter functionsChia-I Wu2011-08-131-7/+39
* glapi: add gles_api.pyChia-I Wu2011-08-133-417/+464
* gallium/gbm: Add dependencies for libraries linked into pipe_*.so.Michel Dänzer2011-08-121-1/+1
* x86-64: Fix compile error with clangChad Versace2011-08-111-1/+1
* mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()Brian Paul2011-08-111-1/+4
* mesa: fix ColorMask array index in _mesa_init_driver_state()Brian Paul2011-08-111-4/+4
* swrast: don't try to do depth testing if there's no depth bufferBrian Paul2011-08-111-1/+2
* swrast: initial multi-threaded span renderingAndreas Fänger2011-08-114-36/+78
* intel: GetBuffer fixBen Widawsky2011-08-101-1/+6
* r600g: Add support for ROUND, v2Lauri Kasanen2011-08-102-3/+5
* i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson2011-08-101-0/+7
* i965: Drop the reg/hw_reg distinction.Eric Anholt2011-08-105-36/+37
* i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt2011-08-102-66/+105
* i965/fs: Simplify the register allocator using a map from RA reg to GRF.Eric Anholt2011-08-101-41/+38
* i965/fs: Eliminate the magic nature of virtual GRF 0.Eric Anholt2011-08-104-31/+17
* i965/fs: Use the new convenience interface for setting up reg conflicts.Eric Anholt2011-08-101-22/+7
* mesa: Add a convenience interface for register allocator conflicts setup.Eric Anholt2011-08-102-0/+23
* glsl_to_tgsi: improve assignment hackHenri Verbeet2011-08-091-3/+5
* r300g: silence some warnings about uninitialized variablesBrian Paul2011-08-093-6/+8
* svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul2011-08-091-0/+2
* glx: move declarations before codeBrian Paul2011-08-091-3/+7
* swrast: silence unused var warningsFabio Pedretti2011-08-091-1/+1
* glsl: validate IR after linking (debug builds only)Paul Berry2011-08-081-0/+8
* glsl: When linking, emit functions at the tail of the final linked program.Paul Berry2011-08-081-2/+4
* glsl: Check array size is const before asserting that no IR was generated.Paul Berry2011-08-081-5/+8
* glsl: Constant-fold built-in functions before outputting IRPaul Berry2011-08-081-2/+14
* glsl: Emit function signatures at toplevel, even for built-ins.Paul Berry2011-08-084-20/+22
* Revert "glsl: Skip processing the first function's body in do_dead_functions()."Paul Berry2011-08-081-10/+1
* st/mesa: inline st_prepare_fragment_program in st_translate_fragment_programBryan Cain2011-08-082-179/+162
* glsl: silence warning about trailing comma in enum listBrian Paul2011-08-081-1/+1
* gallium: silence warnings about trailing commas in enum listsBrian Paul2011-08-082-2/+2
* mesa: whitespace changesBrian Paul2011-08-081-5/+8
* d3d1x: adapt to resource_resolve interface changeChristoph Bumiller2011-08-071-3/+20
* nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller2011-08-072-2/+16
* st/mesa: don't resolve stencil twiceChristoph Bumiller2011-08-071-1/+3
* winsys/radeon: disable use of the buffer busy-for-write flagMarek Olšák2011-08-061-0/+12
* mesa: In validate_program(), initialize errMsg for safety.Kenneth Graunke2011-08-051-1/+1
* intel: Fix warnings from gl_constant_parameter changes.Eric Anholt2011-08-053-11/+9
* glsl_to_tgsi: replace open-coded swizzle_for_size()Bryan Cain2011-08-051-8/+1
* glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression treeBryan Cain2011-08-051-6/+26
* ir_to_mesa: Replace open-coded swizzle_for_size()Eric Anholt2011-08-051-8/+1
* glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers2011-08-051-0/+9