index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_handle_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
1
-5
/
+5
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
util: fix possible null pointer usage
Zack Rusin
2009-07-06
1
-4
/
+9
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
gallium: Make handle_table reentrant.
José Fonseca
2008-11-17
1
-8
/
+26
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-2
/
+2
*
gallium: Remove pedantic asserts.
José Fonseca
2008-03-22
1
-11
/
+7
*
gallium: Give some chance for the table to actually grow.
José Fonseca
2008-03-20
1
-2
/
+1
*
gallium: Fix broken logic.
José Fonseca
2008-03-19
1
-1
/
+1
*
d3d: Allow to iterate over the handle table.
José Fonseca
2008-03-18
1
-0
/
+22
*
gallium: Don't be pedantic about removing non exiting items from the table.
José Fonseca
2008-03-18
1
-2
/
+6
*
gallium: Ensure we don't add null objects to the table, as they mark empty ha...
José Fonseca
2008-03-15
1
-0
/
+4
*
gallium: Add a new handle_table_set that accepts an arbitrary handle.
José Fonseca
2008-03-13
1
-21
/
+64
*
gallium: Generic handle table.
José Fonseca
2008-03-12
1
-0
/
+207