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
*
r600,compute: Reserve vtx 3 for kernel arguments
Jan Vesely
2016-07-14
1
-3
/
+7
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
1
-3
/
+0
*
r600: fix duplicate 'const' declaration
Francesco Ansanelli
2016-07-04
1
-1
/
+1
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
1
-1
/
+1
*
r600,compute: create vtx buffer for text + rodata
Jan Vesely
2016-05-04
1
-2
/
+10
*
r600: use radeon_emit in a few more places in evergreen_compute
Dave Airlie
2016-04-07
1
-4
/
+4
*
r600: make compute global buffer functions static.
Dave Airlie
2016-04-07
1
-86
/
+86
*
r600: make two compute functions static.
Dave Airlie
2016-04-07
1
-3
/
+3
*
r600: using pipe_grid_info more in evergreen_compute.
Dave Airlie
2016-04-07
1
-25
/
+21
*
r600: in evergreen_compute use ctx consistently instead of ctx_
Dave Airlie
2016-04-07
1
-25
/
+25
*
r600: use rctx consistently in evergreen_compute.c
Dave Airlie
2016-04-07
1
-74
/
+74
*
r600: cleanup whitespace in evergreen_compute.c
Dave Airlie
2016-04-07
1
-87
/
+75
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
1
-2
/
+63
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
1
-15
/
+6
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-8
/
+7
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-75
/
+0
*
r600, compute: Do not overwrite pipe_resource.screen
Jan Vesely
2016-02-05
1
-1
/
+1
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
1
-1
/
+1
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
1
-3
/
+21
*
r600: Typos and whitespace fixes
Jan Vesely
2016-01-26
1
-3
/
+3
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
1
-1
/
+1
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-2
/
+2
*
r600/eg: workaround bug with tess shader and dynamic GPRs.
Dave Airlie
2015-12-07
1
-1
/
+5
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
r600: add missing register to initial state
Dave Airlie
2015-11-30
1
-1
/
+1
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-7
/
+7
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-2
/
+2
*
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
[next]