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
*
gallium/util: Add align_calloc
Axel Davy
2016-10-24
1
-0
/
+8
*
gallium/util: Really allow aliasing of dst for u_box_union_*
Axel Davy
2016-10-10
1
-11
/
+20
*
gallium/u_math: add util_logbase2_ceil
Nicolai Hähnle
2016-09-27
1
-0
/
+12
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-1
/
+3
*
gallium/util: make use of strtol() in debug_get_num_option()
Samuel Pitoiset
2016-09-26
1
-17
/
+8
*
gallium/util: add comment on util_is_format_compatible()
Brian Paul
2016-09-21
1
-0
/
+24
*
ddebug: dump shader buffers and images
Marek Olšák
2016-09-13
2
-0
/
+22
*
vl/util: Fix YV12/I420 convert to NV12 U/V reversal
Andy Furniss
2016-09-13
1
-1
/
+1
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-2
/
+0
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
2
-267
/
+0
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
2
-0
/
+2
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium: remove unused u_clear.h file
Brian Paul
2016-08-16
1
-64
/
+0
*
gallium/util: minor reformatting in u_box.h
Brian Paul
2016-08-16
1
-29
/
+13
*
gallium/u_blitter: split out a helper for common clear state
Rob Clark
2016-08-16
2
-13
/
+30
*
gallium/u_blitter: add helper to save FS const buffer state
Rob Clark
2016-08-16
2
-0
/
+25
*
gallium/u_blitter: export some functions
Rob Clark
2016-08-16
2
-70
/
+84
*
gallium/util: add helper to compute zmin/zmax for a viewport state
Ilia Mirkin
2016-08-14
1
-0
/
+59
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+3
*
gallium: Add c99_compat.h to u_bitcast.h
Mathias Fröhlich
2016-08-09
1
-0
/
+2
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-64
/
+0
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
2
-233
/
+1
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
2
-162
/
+1
*
gallium/util: fix align64
Marek Olšák
2016-08-01
1
-1
/
+1
*
gallium/auxiliary: Add u_bitcast.h header.
Matt Turner
2016-08-01
1
-0
/
+57
*
u_vbuf: fix potentially bogus assert
Rob Clark
2016-08-01
1
-2
/
+4
*
Revert "gallium/util: fix resource leak"
Roland Scheidegger
2016-07-30
1
-2
/
+0
*
gallium/util: fix resource leak
Eric Engestrom
2016-07-30
1
-0
/
+2
*
vl/util: add copy func for yv12image to nv12surface v2
Boyuan Zhang
2016-07-25
1
-0
/
+37
*
gallium/util: don't modify usage in pipe_buffer_write
Marek Olšák
2016-07-23
1
-9
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
3
-110
/
+69
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
2
-2
/
+10
*
Use correct names for dlopen()ed files on Cygwin
Yaakov Selkowitz
2016-07-15
1
-0
/
+2
*
gallium/u_queue: assert that users must wait on fences before destroying them
Nicolai Hähnle
2016-07-11
1
-0
/
+1
*
gallium/u_queue: guard fence->signalled checks with fence->mutex
Nicolai Hähnle
2016-07-11
1
-3
/
+0
*
gallium/util: make util_copy_framebuffer_state(src=NULL) work
Rob Clark
2016-07-06
1
-11
/
+26
*
gallium/util: check for window cliprects in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-0
/
+1
*
gallium/util: add tight_format_check param to util_can_blit_via_copy_region()
Brian Paul
2016-06-30
2
-11
/
+30
*
gallium/util: simplify a few things in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-12
/
+8
*
gallium/util: new util_try_blit_via_copy_region() function
Brian Paul
2016-06-30
2
-15
/
+32
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
2
-10
/
+12
*
gallium/u_queue: reduce the number of mutexes by 2
Marek Olšák
2016-06-24
2
-20
/
+35
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
2
-0
/
+11
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
2
-15
/
+63
*
gallium/u_queue: rewrite util_queue_fence to allow multiple waiters
Marek Olšák
2016-06-24
2
-16
/
+43
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
2
-18
/
+45
*
gallium/util: fix some 4-space indentation in blitter code
Brian Paul
2016-06-23
1
-21
/
+21
*
gallium/u_blitter: implement mipmap generation
Marek Olšák
2016-06-21
2
-114
/
+238
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
2
-0
/
+209
[next]