summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * r600g: remove struct r600_relocMarek Olšák2011-08-162-14/+3
| * r600g: don't use RADEON_GEM_DOMAIN_CPUMarek Olšák2011-08-162-23/+21
| * r600g: remove reloc-related variables from radeon_boMarek Olšák2011-08-163-44/+22
| * r600g: let radeon_winsys maintain the list of relocationsMarek Olšák2011-08-167-42/+59
| * r600g: remove now-unused r600_context::fenced_boMarek Olšák2011-08-163-9/+1
| * r600g: remove the fences which were used for the cache buffer managerMarek Olšák2011-08-164-145/+10
| * r600g: remove now-unused r600_bo::sizeMarek Olšák2011-08-162-3/+0
| * r600g: remove the cache buffer manager from winsys/r600Marek Olšák2011-08-166-223/+3
| * r600g: allocate/destroy buffers using radeon_winsysMarek Olšák2011-08-166-83/+35
| * r600g: remove unused function declarationsMarek Olšák2011-08-161-6/+0
| * r600g: remove unused r600_bo::tiling_flagsMarek Olšák2011-08-162-5/+5
| * r600g: remove unused r600_bo::kernel_pitchMarek Olšák2011-08-163-7/+3
| * r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipeMarek Olšák2011-08-1612-45/+54
| * r600g: cleanup includes in winsysMarek Olšák2011-08-1610-77/+23
| * r600g: move some queries into winsys/radeonMarek Olšák2011-08-166-100/+51
| * r600g: first step into winsys/radeonMarek Olšák2011-08-1622-74/+93
| * dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke2011-08-162-2/+3
| * dri2: add code to dri2_Flush extension.Cooper Yuan2011-08-161-0/+4
| * glsl: When assigning to a whole array, mark the array as accessed.Eric Anholt2011-08-151-10/+11
| * radeon: Explain to the user what went wrong when built without libdrm.Eric Anholt2011-08-151-0/+6
| * glsl: Add validations for ir_call.Paul Berry2011-08-151-0/+36
| * glsl: Make is_lvalue() and variable_referenced() const.Paul Berry2011-08-152-11/+11
| * glsl: Perform implicit type conversions on function call out parameters.Paul Berry2011-08-151-5/+71
| * docs: Remove GLw from the documentation except for a new FAQ entry.Kenneth Graunke2011-08-155-16/+6
| * glw: Remove GLw source.Kenneth Graunke2011-08-1516-1357/+4
| * glsl: Modify strategy for accumulating conditions when lowering if-statementsIan Romanick2011-08-151-11/+55
| * glsl: Slight change to the code generated by if-flatteningIan Romanick2011-08-151-21/+39
| * glsl: Replace foreach_iter with foreach_list_safeIan Romanick2011-08-151-2/+2
| * 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-155-8/+117
| * 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-116-36/+91
| * 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