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
/
auxiliary
/
util
/
u_debug.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
1
-1
/
+1
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
1
-3
/
+5
*
gallium/util: switch over to new u_debug_image.[ch] code
Brian Paul
2016-02-08
1
-39
/
+0
*
util: add debug_dump_ubyte_rgba_bmp()
Brian Paul
2016-01-05
1
-0
/
+4
*
gallium/util: add DEBUG_GET_ONCE_OPTION
Nicolai Hähnle
2015-12-29
1
-0
/
+13
*
gallium/util: check callback pointers for non-null in pipe_debug_message()
Brian Paul
2015-12-07
1
-3
/
+5
*
gallium/util: fix pipe_debug_message macro to allow 0 args
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
1
-0
/
+20
*
gallium/util: clear up that debug_get_flags_option returns a 64-bit mask
Marek Olšák
2015-07-31
1
-3
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
gallium/util: add debug_print_usage_enum() debug helper
Brian Paul
2015-02-27
1
-0
/
+3
*
util: add debug_print_bind_flags() debug helper
Brian Paul
2015-02-26
1
-0
/
+3
*
util: Unbreak usage of assert()/debug_assert() inside expressions.
José Fonseca
2014-12-12
1
-1
/
+1
*
wgl: Disable CRT message boxes when Windows system error messages boxes are d...
José Fonseca
2014-06-04
1
-0
/
+9
*
util: Add __declspec(noreturn) to _debug_assert_fail().
José Fonseca
2014-04-17
1
-0
/
+3
*
util/u_debug: Add noreturn attribute to _debug_assert_fail().
José Fonseca
2014-04-16
1
-1
/
+5
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
util/u_debug: Cleanup/fix debug_dump_image.
José Fonseca
2012-12-04
1
-1
/
+3
*
util/u_debug: Fix DEBUG_NAMED_VALUE.
José Fonseca
2012-11-15
1
-1
/
+1
*
util: added debug_print_transfer_flags() function
Brian Paul
2012-10-15
1
-0
/
+4
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-2
/
+2
*
util: fix typo in debug_printf_once comment
Brian Paul
2012-02-06
1
-1
/
+1
*
util: add debug_warn_once() macro
Brian Paul
2012-01-07
1
-0
/
+19
*
gallium: use Haiku provided debug_printf in OS.h
Alexander von Gluck
2012-01-03
1
-1
/
+4
*
util: add \n to debug_checkpoint_full
Marcin Slusarz
2011-06-06
1
-1
/
+1
*
util: Add function logger helpers
Jakob Bornecrantz
2011-01-24
1
-0
/
+37
*
util/u_debug: add description field to debug_named_value
Joakim Sindholt
2010-06-03
1
-2
/
+4
*
gallium: In option helpers, move assignment outside of if clause.
Vinson Lee
2010-04-23
1
-3
/
+9
*
gallium: Add static get option helpers
Jakob Bornecrantz
2010-04-23
1
-0
/
+33
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-1
/
+2
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-5
/
+9
*
util: Fix typo of debug_dump_float_rgba_bmp.
Vinson Lee
2010-02-17
1
-1
/
+1
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-0
/
+4
|
\
|
*
gallium/util: added debug_dump_texture() and ppm output
Brian Paul
2010-01-14
1
-0
/
+4
*
|
util: Reimplement all utility functions in terms of the new OS abstraction.
José Fonseca
2010-02-03
1
-35
/
+2
*
|
gallium: Move some compiler portability stuff into p_compiler.h
José Fonseca
2010-02-02
1
-7
/
+0
|
/
*
util: better fix for unused variable warnings with asserts
Keith Whitwell
2009-12-28
1
-1
/
+1
*
util: Remove homegrown Windows KM profiler.
José Fonseca
2009-11-04
1
-11
/
+0
*
util: Make assert a no-op on non-debug builds.
José Fonseca
2009-10-04
1
-1
/
+4
*
gallium debug: Add gcc printf hint to debug_printf
Nicolai Hähnle
2009-09-21
1
-3
/
+11
*
gallium: Added HaikuOS platform
aljen
2009-09-09
1
-0
/
+2
*
util: Add debug_printf_once
Micah Dowty
2009-04-24
1
-0
/
+16
*
util: Add more entry points for dumping to bmp
Jakob Bornecrantz
2009-04-24
1
-0
/
+5
*
util: Enable assembly breakpointt on x86_64.
José Fonseca
2009-03-31
1
-1
/
+1
*
util: Don't use x86 asm on x86_64.
José Fonseca
2009-03-25
1
-6
/
+3
*
debug: Add function for writing transfers to files
Jakob Bornecrantz
2009-03-22
1
-0
/
+3
*
util: fix debug_assert() to avoid unused variable warnings in release builds
Keith Whitwell
2009-03-12
1
-1
/
+1
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-0
/
+361