aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: remove broken bo-is-busy-for-write guessingMarek Olšák2011-08-163-31/+0
* r600g: enable thread offloadingMarek Olšák2011-08-166-16/+17
* r600g: undefine RADEON_CTX_MAX_PM4Marek Olšák2011-08-163-8/+6
* r600g: don't include radeon_drm.h and xf86drm.hMarek Olšák2011-08-166-17/+6
* winsys/radeon: remove the device file descriptor from the interfaceMarek Olšák2011-08-162-2/+0
* r600g: remove an unused parameter from r600_bo_destroyMarek Olšák2011-08-1610-33/+25
* r600g: merge radeon_bo with r600_boMarek Olšák2011-08-167-134/+33
* r600g: remove radeon_bo::handleMarek Olšák2011-08-165-16/+3
* r600g: use buffer_map/unmap from radeon_winsysMarek Olšák2011-08-1610-146/+23
* 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