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
/
compute_memory_pool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-3
/
+3
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-8
/
+5
*
r600g: use PRIi64 for some compute debug printfs
Dave Airlie
2015-08-29
1
-4
/
+4
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
r600/compute: Don't leak compute pool item_list/unallocated_list
Aaron Watry
2014-08-29
1
-0
/
+6
*
r600g/compute: fix compile warnings
Marek Olšák
2014-08-09
1
-9
/
+9
*
r600g/compute: Add debug information to promote and demote functions
Bruno Jiménez
2014-07-28
1
-4
/
+11
*
r600g/compute: Add documentation to compute_memory_pool
Bruno Jiménez
2014-07-28
1
-10
/
+49
*
r600g/compute: Defrag the pool at the same time as we grow it
Bruno Jiménez
2014-07-25
1
-22
/
+18
*
r600g/compute: Try to use a temporary resource when growing the pool
Bruno Jiménez
2014-07-25
1
-18
/
+43
*
r600g/compute: Allow compute_memory_defrag to defragment between resources
Bruno Jiménez
2014-07-25
1
-5
/
+6
*
r600g/compute: Allow compute_memory_move_item to move items between resources
Bruno Jiménez
2014-07-25
1
-16
/
+15
*
Revert "r600g/compute: Fix warnings"
Tom Stellard
2014-07-23
1
-15
/
+11
*
r600g/compute: Fix warnings
Tom Stellard
2014-07-23
1
-11
/
+15
*
r600g/compute: Remove unneeded code from compute_memory_promote_item
Bruno Jiménez
2014-07-23
1
-35
/
+11
*
r600g/compute: Quick exit if there's nothing to add to the pool
Bruno Jiménez
2014-07-23
1
-0
/
+4
*
r600g/compute: Defrag the pool if it's necesary
Bruno Jiménez
2014-07-23
1
-17
/
+15
*
r600g/compute: Add a function for defragmenting the pool
Bruno Jiménez
2014-07-23
1
-0
/
+25
*
r600g/compute: Add a function for moving items in the pool
Bruno Jiménez
2014-07-23
1
-0
/
+89
*
r600g/compute: Defer the creation of the temporary resource
Bruno Jiménez
2014-06-24
1
-15
/
+16
*
r600g/compute: Fix possible endless loop in compute_memory_pool allocations.
Jan Vesely
2014-06-24
1
-2
/
+5
*
r600: Fix use after free in compute_memory_promote_item.
Jan Vesely
2014-06-24
1
-1
/
+2
*
r600g/compute: Use gallium util functions for double lists
Bruno Jiménez
2014-06-20
1
-106
/
+41
*
r600g/compute: Implement compute_memory_demote_item
Bruno Jiménez
2014-06-20
1
-0
/
+51
*
r600g/compute: Avoid problems when promoting items mapped for reading
Bruno Jiménez
2014-06-20
1
-4
/
+8
*
r600g/compute: Only move to the pool the buffers marked for promoting
Bruno Jiménez
2014-06-20
1
-60
/
+86
*
r600g/compute: divide the item list in two
Bruno Jiménez
2014-06-20
1
-51
/
+48
*
r600g/compute: Add an intermediate resource for OpenCL buffers
Bruno Jiménez
2014-06-20
1
-1
/
+26
*
r600g/compute: solve a bug introduced by 2e01b8b440c1402c88a2755d89f40292e1f3...
Bruno Jiménez
2014-06-12
1
-1
/
+1
*
r600g/compute: align items correctly
Bruno Jiménez
2014-06-10
1
-4
/
+5
*
r600g/compute: Tidy a bit compute_memory_finalize_pending
Bruno Jiménez
2014-06-10
1
-12
/
+7
*
r600g/compute: Add more NULL checks
Bruno Jiménez
2014-06-10
1
-6
/
+24
*
r600g/compute: Adding checks for NULL after CALLOC
Bruno Jiménez
2014-06-10
1
-0
/
+8
*
r600g/compute: Fixing a typo and some indentation
Bruno Jiménez
2014-06-10
1
-2
/
+2
*
r600g: compute memory pool size is given in dw
Niels Ole Salscheider
2014-03-11
1
-2
/
+2
*
r600g: remove r600_resource.h
Marek Olšák
2014-02-25
1
-1
/
+0
*
r600g/compute Improve debugging output
Tom Stellard
2013-10-16
1
-3
/
+5
*
r600g/compute: Fix bug in compute memory pool
Tom Stellard
2013-09-05
1
-7
/
+2
*
r600g: move streamout state to drivers/radeon
Marek Olšák
2013-08-31
1
-2
/
+2
*
r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)
Marek Olšák
2013-03-11
1
-1
/
+0
*
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
2013-03-11
1
-15
/
+15
*
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Marek Olšák
2013-03-11
1
-0
/
+1
*
r600g/radeonsi: Silence warnings
Maxence Le Dore
2012-12-13
1
-7
/
+5
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-11
/
+6
*
r600g: Re-enable growing of the compute memory pool
Tom Stellard
2012-10-01
1
-14
/
+1
*
r600g: Fix bug when adding new items to the compute memory pool
Tom Stellard
2012-10-01
1
-6
/
+23
*
r600g: Use a RAT buffer as the backing bo for the compute memory pool
Tom Stellard
2012-10-01
1
-33
/
+4
*
r600g: Make sure to init the compute memory pool with enough memory
Tom Stellard
2012-10-01
1
-1
/
+1
*
r600g: Add some comments and debug printfs to compute code
Tom Stellard
2012-09-19
1
-3
/
+40
[next]