summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-167-22/+38
* r600g: get tiling flags using radeon_winsysMarek Olšák2011-08-163-44/+9
* r600g: get winsys_handle using radeon_winsysMarek Olšák2011-08-163-33/+1
* r600g: move more DRM queries into winsys/radeonMarek Olšák2011-08-165-48/+24
* winsys/radeon: consolidate the add_reloc functionMarek Olšák2011-08-163-38/+13
* r600g: emit CS using radeon_winsysMarek Olšák2011-08-167-49/+20
* 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-1621-73/+92
* dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke2011-08-161-2/+0
* 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
* glw: Remove GLw source.Kenneth Graunke2011-08-159-1275/+0
* 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-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