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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/hud: add a simple HUD view that only draws text
Marek Olšák
2018-04-13
2
-15
/
+60
*
vl: add VP9 profile2 support
Leo Liu
2018-04-12
1
-0
/
+1
*
vl: add VP9 probability tables
Leo Liu
2018-04-12
3
-1
/
+588
*
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
*
meson: fix warnings about comparing unlike types
Dylan Baker
2018-04-06
1
-1
/
+1
*
gallium/pp: fix MLAA shaders
Marek Olšák
2018-04-04
1
-4
/
+4
*
gallium/pp: use user constant buffers
Marek Olšák
2018-04-04
4
-33
/
+25
*
gallium/pipebuffer: fix parenthesis location
Timothy Arceri
2018-04-03
1
-1
/
+1
*
gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPass
Mike Lothian
2018-04-02
1
-0
/
+3
*
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
8
-22
/
+14
*
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
*
tgsi,softpipe: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-2
/
+2
*
st/mesa,tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
4
-29
/
+29
*
tgsi/nir: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-2
/
+2
*
tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
5
-14
/
+14
*
gallivm: use enum tgis_opcode
Brian Paul
2018-03-23
2
-8
/
+12
*
tgsi: move tgsi_processor_to_shader_stage() to a header
Emil Velikov
2018-03-16
2
-15
/
+16
*
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
*
draw: fix alpha value for very short aa lines
Roland Scheidegger
2018-03-10
2
-2
/
+24
*
gallium: Add a util_blitter path for using a custom VS and FS.
Eric Anholt
2018-03-09
2
-0
/
+69
*
tegra: Initial support
Thierry Reding
2018-03-09
3
-1
/
+32
*
gallium/st_dri: Honor the glx_disable_sgi_video_sync config option
Thomas Hellstrom
2018-03-08
1
-0
/
+1
*
draw: fix line stippling with aa lines
Roland Scheidegger
2018-03-07
1
-4
/
+13
*
draw: simplify (and correct) aaline fallback (v2)
Roland Scheidegger
2018-03-07
1
-409
/
+105
*
tgsi/scan: use wrap-around shift behavior explicitly for file_mask
Roland Scheidegger
2018-03-06
1
-2
/
+5
*
gallium/aux/hud: Avoid possible buffer overflow
Gert Wollny
2018-03-05
1
-2
/
+6
*
gallium/util: use sockets on PIPE_OS_UNIX in u_network
Jonathan Gray
2018-03-01
2
-10
/
+4
*
cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroy
Roland Scheidegger
2018-02-28
1
-1
/
+3
*
draw: don't needlessly iterate through all sampler view slots
Roland Scheidegger
2018-02-28
1
-1
/
+1
*
gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Timothy Arceri
2018-02-26
2
-7
/
+0
*
gallium: use PIPE_CAP_CONSTBUF0_FLAGS
Marek Olšák
2018-02-17
2
-1
/
+22
*
meson: link dri3 xcb libs into vlwinsys instead of into each target
Dylan Baker
2018-02-15
1
-1
/
+6
*
tgsi: Recognize RET in main for tgsi_transform
Roland Scheidegger
2018-02-14
1
-7
/
+55
*
gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.
Eric Anholt
2018-02-12
1
-1
/
+1
*
gallium/util: silence clang warning in blitter code
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code
Brian Paul
2018-02-08
1
-2
/
+5
*
gallium/util: s/uint/enum tgsi_semantic/ in simple shader code
Brian Paul
2018-02-08
3
-5
/
+5
*
tgsi: s/unsigned/enum pipe_shader_type/ in ureg code
Brian Paul
2018-02-08
2
-5
/
+9
*
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
*
cso: add a couple sanity check assertions in cso_draw_vbo()
Brian Paul
2018-02-08
1
-0
/
+6
*
tgsi: use tgsi_semantic enum type in ureg code
Brian Paul
2018-02-07
2
-23
/
+23
*
tgsi: use TGSI enum types in ureg code
Brian Paul
2018-02-07
2
-51
/
+55
[next]