summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl: Add include paths for platform autodetectionBenjamin Franzke2011-08-161-0/+2
* dri2: check if context is valid before flushing the pipeCooper Yuan2011-08-161-1/+2
* r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2011-08-164-32/+33
* noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák2011-08-161-109/+12
* u_blitter: restore some states conditionallyMarek Olšák2011-08-161-12/+17
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-166-23/+26
* r600g: consolidate two files r600d.hMarek Olšák2011-08-162-2242/+55
* r600g: set read/write usage flags for each relocationMarek Olšák2011-08-168-529/+564
* winsys/radeon: take advantage of the new ioctlMarek Olšák2011-08-161-12/+28
* winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2011-08-164-24/+65
* 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