index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
evergreen_compute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
2015-09-01
1
-2
/
+2
*
gallium/radeon: rename write_*_reg functions
Marek Olšák
2015-09-01
1
-10
/
+10
*
r600,compute: setup compute sampler states and views
Zoltan Gilian
2015-08-14
1
-19
/
+6
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-1
/
+1
*
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
2015-07-31
1
-1
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
r600g: Fix build with opencl and radeonsi disabled
Tom Stellard
2014-10-31
1
-6
/
+6
*
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
1
-66
/
+101
*
r600g/compute: Don't initialize vertex_buffer_state masks to 0x2
Tom Stellard
2014-08-21
1
-3
/
+0
*
r600g/compute: Use the first parameter in evergreen_set_global_binding()
Tom Stellard
2014-08-21
1
-2
/
+3
*
r600g/compute: fix compile warnings
Marek Olšák
2014-08-09
1
-1
/
+2
*
r600g: use gpu_address from r600_resource
Marek Olšák
2014-08-09
1
-4
/
+1
*
r600g/compute: Fix singed/unsigned comparison compiler warnings.
Jan Vesely
2014-07-25
1
-7
/
+7
*
Revert "r600g/compute: Fix warnings"
Tom Stellard
2014-07-23
1
-1
/
+1
*
r600g/compute: Fix warnings
Tom Stellard
2014-07-23
1
-1
/
+1
*
r600g/compute: Defer the creation of the temporary resource
Bruno Jiménez
2014-06-24
1
-5
/
+12
*
r600g/compute: Handle failures in compute_memory_pool_finalize
Jan Vesely
2014-06-24
1
-1
/
+4
*
r600g/compute: Map only against intermediate buffers
Bruno Jiménez
2014-06-20
1
-6
/
+4
*
r600g/compute: Add statuses to the compute_memory_items
Bruno Jiménez
2014-06-20
1
-0
/
+12
*
r600g/compute: Add an intermediate resource for OpenCL buffers
Bruno Jiménez
2014-06-20
1
-5
/
+13
*
r600g/compute: Use %u as the unsigned format
Bruno Jiménez
2014-06-10
1
-1
/
+1
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
1
-2
/
+2
*
r600g,radeonsi: set priorities for relocations
Marek Olšák
2014-03-11
1
-2
/
+4
*
r600g: remove r600_resource.h
Marek Olšák
2014-02-25
1
-1
/
+0
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
1
-1
/
+6
*
r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.
Tom Stellard
2014-01-27
1
-1
/
+8
*
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
2013-12-23
1
-1
/
+1
*
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
2013-12-23
1
-0
/
+2
*
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
2013-12-23
1
-3
/
+15
*
r600g: Fix spelling error
Aaron Watry
2013-12-19
1
-1
/
+1
*
r600g/compute: Add a work-around for flushing issues on Cayman
Tom Stellard
2013-11-21
1
-0
/
+4
*
r600/compute: silence unused var warning
Fabio Pedretti
2013-11-06
1
-1
/
+0
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-2
/
+1
*
r600g/compute Improve debugging output
Tom Stellard
2013-10-16
1
-2
/
+2
*
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
1
-18
/
+0
*
r600g: Fix build failure introduced with r600_texture.c consolidation
Laurent Carlier
2013-09-29
1
-4
/
+4
*
r600g/compute: Don't flush the cs in pipe_context::launch_grid()
Tom Stellard
2013-09-05
1
-10
/
+1
*
r600g: move streamout state to drivers/radeon
Marek Olšák
2013-08-31
1
-65
/
+65
*
r600g/compute: Added missing address space checking of kernel parameters
Jonathan Charest
2013-07-30
1
-3
/
+2
*
r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags
Marek Olšák
2013-07-08
1
-4
/
+4
*
r600g/compute: disable unused colorbuffer slots
Marek Olšák
2013-07-01
1
-1
/
+12
*
r600g: Fix build
Tom Stellard
2013-06-28
1
-2
/
+2
*
r600g/compute: Accept LDS size from the LLVM backend
Tom Stellard
2013-06-28
1
-17
/
+36
*
r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
2013-06-28
1
-1
/
+22
*
r600g/compute: Use common transfer_{map,unmap} functions for global resources
Tom Stellard
2013-05-23
1
-44
/
+24
*
r600g/compute: Use common transfer_{map,unmap} functions for kernel inputs
Tom Stellard
2013-05-23
1
-4
/
+11
*
r600g/compute: Fix build error in debug code
Tom Stellard
2013-05-02
1
-1
/
+1
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
1
-1
/
+1
*
r600g/compute: Removed unused and untested code
Tom Stellard
2013-04-25
1
-43
/
+66
*
r600g/compute: Use a constant buffer to store kernel parameters v2
Tom Stellard
2013-04-25
1
-15
/
+29
[next]