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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-20
/
+24
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
2
-2
/
+78
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+5
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
2
-3
/
+9
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
2
-5
/
+19
*
gallium/u_suballoc: use clear_buffer if available
Marek Olšák
2017-02-18
1
-7
/
+14
*
gallium/util: correctly unref a buffer in u_prim_restart
Marek Olšák
2017-02-18
1
-1
/
+1
*
gallium/util: remove unused u_index_modify helpers
Marek Olšák
2017-02-18
2
-101
/
+0
*
gallium/util: remove unused helper util_draw_texquad
Marek Olšák
2017-02-18
2
-72
/
+0
*
gallium: add extern "C" guards
George Kyriazis
2017-02-16
2
-0
/
+15
*
gallium/u_queue: add util_queue_get_thread_time_nano
Marek Olšák
2017-02-14
2
-0
/
+12
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
3
-7
/
+11
*
gallium/u_upload_mgr: remove deprecated function u_upload_buffer
Marek Olšák
2017-02-14
2
-51
/
+0
*
gallium/vbuf: use the common uploader
Marek Olšák
2017-02-14
1
-10
/
+4
*
gallium/blitter: use the common uploader
Marek Olšák
2017-02-14
1
-9
/
+3
*
gallium/u_upload_mgr: add a helper that creates the default uploader
Marek Olšák
2017-02-14
2
-0
/
+16
*
vl: add h264 constrained baseline profile
Boyuan Zhang
2017-02-01
1
-0
/
+1
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-1
/
+1
*
util: (trivial) ETC1 meets the criteria for fitting into unorm8
Roland Scheidegger
2016-12-06
1
-0
/
+5
*
util: fix memory leak from the fragment shaders for SINT<->UINT blits
Charmaine Lee
2016-11-23
1
-1
/
+1
*
util: fix missing swizzle components in the SINT <-> UINT conversion string
Charmaine Lee
2016-11-23
1
-2
/
+2
*
util: import CRC32 implementation from gallium
Marek Olšák
2016-11-22
2
-176
/
+0
*
u_simple_shaders: try to un-break the Windows build
Nicolai Hähnle
2016-11-16
1
-2
/
+3
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
5
-43
/
+124
*
util/blitter: index texfetch_col shaders by type
Nicolai Hähnle
2016-11-16
1
-35
/
+19
*
gallium: detect avx512 cpu features
Tim Rowley
2016-11-10
2
-0
/
+36
*
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
[next]