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
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
1
-0
/
+6
*
python: Better check for integer types
Mathieu Bridon
2018-08-09
1
-2
/
+11
*
python: Use explicit integer divisions
Mathieu Bridon
2018-08-07
2
-4
/
+7
*
gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)
Marek Olšák
2018-08-03
1
-24
/
+180
*
util: return 0 for NaNs in float_to_ubyte
Roland Scheidegger
2018-08-03
1
-6
/
+5
*
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
2018-08-02
1
-2
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
5
-6
/
+11
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
2
-0
/
+2
*
gallium/util: whitespace fixes in u_inlines.h
Brian Paul
2018-07-27
1
-36
/
+44
*
gallium/util: whitespace fixes in u_debug_memory.c
Brian Paul
2018-07-27
1
-53
/
+53
*
gallium/u_vbuf: split u_vbuf_get_minmax_index function (v2)
Marek Olšák
2018-07-27
1
-50
/
+51
*
u_blitter: Add an option to draw the triangles using an index buffer.
Eric Anholt
2018-07-12
2
-2
/
+16
*
u_draw: Add some indices to the util_draw_elements() helpers.
Eric Anholt
2018-07-12
1
-1
/
+8
*
gallium/u_transfer_helper: Initialize the stride of MSAA maps.
Eric Anholt
2018-07-12
1
-0
/
+1
*
gallium/u_transfer_helper: Fix MSAA mappings with nonzero x/y.
Eric Anholt
2018-07-12
1
-1
/
+5
*
python: Use the print function
Mathieu Bridon
2018-07-06
2
-173
/
+176
*
gallium/auxiliary: Fix string matching
Mathieu Bridon
2018-07-05
1
-1
/
+1
*
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
[next]