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
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
gallium/u_vbuf: drop min/max-scanning for empty indirect draws
Erik Faye-Lund
2018-07-02
1
-0
/
+3
*
gallium/auxiliary: Add helper support for bptc format compress/decompress
Denis Pauk
2018-07-01
4
-1
/
+404
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
2
-20
/
+0
*
gallium/util: Fix build error due to cast to different size
Robert Foss
2018-06-25
1
-2
/
+2
*
gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.c
Gert Wollny
2018-06-20
1
-1
/
+1
*
gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug mode
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/util: Fix some warnings
Gert Wollny
2018-06-20
3
-3
/
+3
*
mesa: Unconditionally enable floating-point textures
Timothy Arceri
2018-06-18
1
-9
/
+0
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
2
-0
/
+35
*
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
2018-05-29
1
-0
/
+55
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
3
-20
/
+14
*
gallium/auxiliary: Add helper function to count the number of entries in hash...
Jan Vesely
2018-05-10
2
-0
/
+22
*
gallium/util: Fix incorrect refcounting of separate stencil.
Eric Anholt
2018-04-25
1
-2
/
+1
*
gallium/util: Android backtrace support
Stefan Schake
2018-04-20
1
-0
/
+111
*
gallium/util: Don't stub u_debug_stack on Android
Stefan Schake
2018-04-20
1
-1
/
+2
*
gallium/util: put (void) in a few function signatures
Brian Paul
2018-04-13
1
-2
/
+2
*
vl: add VP9 profile2 support
Leo Liu
2018-04-12
1
-0
/
+1
*
vl: add VP9 profile0 and format
Leo Liu
2018-04-12
1
-0
/
+3
*
gallium/util: implement util_format_is_yuv
Lucas Stach
2018-04-08
1
-0
/
+12
*
gallium/u_tests: test FBFETCH and shader-based blending with MSAA
Marek Olšák
2018-04-02
1
-40
/
+128
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
2
-10
/
+2
*
gallium/u_vbuf: Protect against overflow with large instance divisors.
Eric Anholt
2018-03-26
1
-1
/
+10
*
gallium: Do not add -Wframe-address option for gcc <= 4.4.
Vinson Lee
2018-03-26
1
-1
/
+1
*
gallium: silence __builtin_frame_address nonzero argument is unsafe warning
Timothy Arceri
2018-03-13
1
-0
/
+3
*
u_vbuf/translate: pass max_index into the set_buffer.
Dave Airlie
2018-03-12
1
-1
/
+1
*
gallium/util: add helper util_wait_for_idle
Marek Olšák
2018-03-11
2
-0
/
+15
*
u_blit: (trivial) u_blit.h needs to include p_defines.h
Roland Scheidegger
2018-03-10
1
-0
/
+1
*
gallium: Add a util_blitter path for using a custom VS and FS.
Eric Anholt
2018-03-09
2
-0
/
+69
*
gallium/util: use sockets on PIPE_OS_UNIX in u_network
Jonathan Gray
2018-03-01
2
-10
/
+4
*
gallium: use PIPE_CAP_CONSTBUF0_FLAGS
Marek Olšák
2018-02-17
1
-0
/
+21
*
gallium/util: silence clang warning in blitter code
Brian Paul
2018-02-08
1
-1
/
+1
*
gallium/util: s/uint/enum tgsi_semantic/ in simple shader code
Brian Paul
2018-02-08
3
-5
/
+5
*
gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
Brian Paul
2018-02-08
1
-4
/
+6
*
gallium/util: trivial whitespace/formatting fixes in u_blit.c
Brian Paul
2018-02-08
1
-9
/
+9
*
gallium/util: replace uint with tgsi enum types
Brian Paul
2018-02-07
2
-6
/
+7
*
gallium/util: replace unsigned with tgsi enum types
Brian Paul
2018-02-07
2
-31
/
+34
*
u_blit: (trivial) fix bogus argument order for set_fragment_shader
Roland Scheidegger
2018-02-07
1
-2
/
+2
*
u_blit,u_simple_shaders: add shader to convert from xrbias format
Roland Scheidegger
2018-02-07
4
-16
/
+78
*
u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemask
Roland Scheidegger
2018-02-07
1
-1
/
+1
*
gallium: Add a new A4B4G4R4 pipe format for Broadcom.
Eric Anholt
2018-02-02
1
-0
/
+1
*
u_threaded_context: add support for fence_server_signal v2
Andres Rodriguez
2018-01-30
2
-0
/
+21
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
2
-5
/
+7
*
gallium/u_tests: add texture_barrier and FBFETCH tests
Marek Olšák
2018-01-24
1
-1
/
+110
*
util: add trivial comment on u_upload_create()
Brian Paul
2017-12-26
1
-0
/
+1
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
3
-5
/
+11
*
gallium/util: add u_transfer_helper
Rob Clark
2017-12-15
2
-0
/
+638
*
gallium/u_blitter: replace tabs with spaces
Brian Paul
2017-12-12
1
-18
/
+18
*
gallium/util: don't pass a pipe_resource to util_resource_is_array_texture()
Brian Paul
2017-12-12
1
-3
/
+3
*
gallium/aux: include nr_samples in util_resource_size() computation
Brian Paul
2017-12-12
1
-1
/
+2
[next]