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
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
4
-5
/
+8
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
3
-4
/
+6
*
u_upload_mgr: rework the application of alignment
Marek Olšák
2016-01-02
1
-10
/
+14
*
gallium/util: add DEBUG_GET_ONCE_OPTION
Nicolai Hähnle
2015-12-29
1
-0
/
+13
*
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
Roland Scheidegger
2015-12-18
1
-0
/
+1
*
util/blitter: minor formatting fixes
Brian Paul
2015-12-11
1
-5
/
+4
*
gallium/util: return correct number of bound vertex buffers
Patrick Rudolph
2015-12-10
1
-1
/
+7
*
gallium/util: Make u_prims_for_vertices() safe
Edward O'Callaghan
2015-12-09
1
-0
/
+3
*
gallium/util: check callback pointers for non-null in pipe_debug_message()
Brian Paul
2015-12-07
1
-3
/
+5
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
6
-13
/
+13
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
9
-42
/
+42
*
gallium/auxiliary: Fix zero integer literal to pointer comparison
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/util: fix pipe_debug_message macro to allow 0 args
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
gallium/aux/util: Trivial, we already have format use it
Edward O'Callaghan
2015-12-03
1
-1
/
+1
*
util/blitter: Fix "SO C90 forbids mixed declarations and code".
Jose Fonseca
2015-12-02
1
-2
/
+4
*
gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-4
/
+12
*
gallium/util: Fix util_blitter_clear_render_target() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-3
/
+12
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-5
/
+5
*
gallium: add ASTC formats
Ilia Mirkin
2015-11-23
4
-3
/
+96
*
gallium/util: remove the fake format helpers for bptc and etc2
Ilia Mirkin
2015-11-23
3
-106
/
+7
*
util: use RTLD_LOCAL with util_dl_open()
11.1-branchpoint
Emil Velikov
2015-11-21
1
-1
/
+1
*
gallium/u_blitter: add support for multi-dword clear values in clear_buffer
Marek Olšák
2015-11-13
1
-11
/
+14
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
2
-0
/
+34
*
u_vbuf: minor code reformatting / line wrapping
Brian Paul
2015-11-04
1
-4
/
+8
*
u_vbuf: add some const qualifiers
Brian Paul
2015-11-04
1
-2
/
+2
*
util/format: add helper util_format_is_snorm8
Marek Olšák
2015-10-24
2
-0
/
+22
*
gallium/util: add a test for NULL fragment shaders
Marek Olšák
2015-10-24
1
-0
/
+38
*
tgsi: move pipe_shader_from_tgsi_processor function to util
Marek Olšák
2015-10-17
1
-0
/
+22
*
gallium/util: fix debug_get_flags_option on 32-bit harder
Rob Clark
2015-10-15
1
-3
/
+3
*
u_vbuf: fix vb slot assignment for translated buffers
Nicolai Hähnle
2015-10-12
1
-0
/
+1
*
gallium/util: avoid unreferencing random memory on buffer alloc failure
Ilia Mirkin
2015-09-28
1
-1
/
+1
*
gallium/u_blitter: handle allocation failures
Marek Olšák
2015-09-24
1
-0
/
+6
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
3
-22
/
+18
*
u_upload_mgr: remove the return value from u_upload_buffer
Marek Olšák
2015-09-03
2
-31
/
+18
*
u_upload_mgr: remove the return value from u_upload_alloc_buffer
Marek Olšák
2015-09-03
1
-11
/
+9
*
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
2015-09-03
3
-34
/
+34
*
u_upload_mgr: optimize u_upload_alloc
Marek Olšák
2015-09-03
1
-15
/
+17
*
util: add a couple primitive restart helper functions
Brian Paul
2015-09-01
2
-0
/
+329
*
util: add util_strcasecmp() wrapper
Brian Paul
2015-09-01
1
-0
/
+3
*
gallium/util: add a utility to create geometry passthrough shader
Charmaine Lee
2015-09-01
2
-0
/
+57
*
gallium/util: fix returning empty box for rectangle intersection
Roland Scheidegger
2015-09-01
1
-1
/
+6
*
gallium/util: return FALSE for intersection if there's empty rectangles
Roland Scheidegger
2015-09-01
1
-1
/
+6
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
1
-1
/
+1
*
util: added ffsll() function
Brian Paul
2015-09-01
1
-0
/
+20
*
util: added util_set_index_buffer()
Brian Paul
2015-09-01
2
-0
/
+18
*
gallium/util: add u_bit_scan_consecutive_range
Marek Olšák
2015-09-01
1
-0
/
+20
*
gallium/util: fix debug_get_flags_option on 32-bit
Dave Airlie
2015-08-29
1
-3
/
+4
*
gallium/util: fix code formatting in u_blitter.h
Brian Paul
2015-08-27
1
-30
/
+25
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
gallium/auxiliary: optimize rgb9e5 helper some more
Roland Scheidegger
2015-08-26
1
-45
/
+42
[next]