aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.c
Commit message (Expand)AuthorAgeFilesLines
* r600: use radeon_emit in a few more places in evergreen_computeDave Airlie2016-04-071-4/+4
* r600: make compute global buffer functions static.Dave Airlie2016-04-071-86/+86
* r600: make two compute functions static.Dave Airlie2016-04-071-3/+3
* r600: using pipe_grid_info more in evergreen_compute.Dave Airlie2016-04-071-25/+21
* r600: in evergreen_compute use ctx consistently instead of ctx_Dave Airlie2016-04-071-25/+25
* r600: use rctx consistently in evergreen_compute.cDave Airlie2016-04-071-74/+74
* r600: cleanup whitespace in evergreen_compute.cDave Airlie2016-04-071-87/+75
* r600g: remove TGSI->LLVM translationMarek Olšák2016-03-201-2/+63
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-15/+6
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-8/+7
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-111-75/+0
* r600, compute: Do not overwrite pipe_resource.screenJan Vesely2016-02-051-1/+1
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-1/+1
* r600,compute: Plug few memory leaksJan Vesely2016-01-261-3/+21
* r600: Typos and whitespace fixesJan Vesely2016-01-261-3/+3
* gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)Nicolai Hähnle2016-01-021-1/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-2/+2
* r600/eg: workaround bug with tess shader and dynamic GPRs.Dave Airlie2015-12-071-1/+5
* gallium/radeon*: Remove useless castsEdward O'Callaghan2015-12-061-2/+2
* r600: add missing register to initial stateDave Airlie2015-11-301-1/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-7/+7
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-2/+2
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-2/+2
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-011-10/+10
* r600,compute: setup compute sampler states and viewsZoltan Gilian2015-08-141-19/+6
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-1/+1
* radeonsi: store shader disassemblies in memory for future usersMarek Olšák2015-07-311-1/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* r600g: Fix build with opencl and radeonsi disabledTom Stellard2014-10-311-6/+6
* r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-311-66/+101
* r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard2014-08-211-3/+0
* r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard2014-08-211-2/+3
* r600g/compute: fix compile warningsMarek Olšák2014-08-091-1/+2
* r600g: use gpu_address from r600_resourceMarek Olšák2014-08-091-4/+1
* r600g/compute: Fix singed/unsigned comparison compiler warnings.Jan Vesely2014-07-251-7/+7
* Revert "r600g/compute: Fix warnings"Tom Stellard2014-07-231-1/+1
* r600g/compute: Fix warningsTom Stellard2014-07-231-1/+1
* r600g/compute: Defer the creation of the temporary resourceBruno Jiménez2014-06-241-5/+12
* r600g/compute: Handle failures in compute_memory_pool_finalizeJan Vesely2014-06-241-1/+4
* r600g/compute: Map only against intermediate buffersBruno Jiménez2014-06-201-6/+4
* r600g/compute: Add statuses to the compute_memory_itemsBruno Jiménez2014-06-201-0/+12
* r600g/compute: Add an intermediate resource for OpenCL buffersBruno Jiménez2014-06-201-5/+13
* r600g/compute: Use %u as the unsigned formatBruno Jiménez2014-06-101-1/+1
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-2/+2
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-111-2/+4
* r600g: remove r600_resource.hMarek Olšák2014-02-251-1/+0
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-241-1/+6
* r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard2014-01-271-1/+8
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2013-12-231-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2013-12-231-0/+2