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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
1
-0
/
+1
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-0
/
+1
*
gallium/hud: = should rename the last added data source
Marek Olšák
2018-06-18
1
-1
/
+4
*
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
*
meson: only build vl_winsys_dri.c when x11 platform is used
Lukas Rusak
2018-06-14
1
-1
/
+1
*
virgl: add ARB_tessellation_shader support. (v2)
Dave Airlie
2018-06-14
1
-4
/
+0
*
autotools: add missing android file to package
Eric Engestrom
2018-06-05
1
-0
/
+1
*
trace: Fix trace_context_transfer_unmap methods.
Jose Fonseca
2018-06-04
1
-18
/
+42
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
4
-6
/
+6
*
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
2018-05-29
1
-0
/
+55
*
tgsi/scan: add hw atomic to the list of memory accessing files
Dave Airlie
2018-05-23
1
-1
/
+2
*
draw: get rid of special logic to not emit null tris
Roland Scheidegger
2018-05-19
1
-38
/
+0
*
tgsi: fix incorrect tgsi_shader_info::num_tokens computation
Brian Paul
2018-05-17
1
-2
/
+1
*
v3d: Rename the driver files from "vc5" to "v3d".
Eric Anholt
2018-05-16
1
-1
/
+1
*
v3d: Rename the vc5_dri.so driver to v3d_dri.so.
Eric Anholt
2018-05-16
3
-11
/
+11
*
gallium/hud: add frametime graph (v2)
Matthias Groß
2018-05-15
3
-1
/
+38
*
gallivm: Use alloca_undef with array type instead of alloca_array
Roland Scheidegger
2018-05-16
1
-28
/
+33
*
cso: check count == 0 in cso_set_vertex_buffers
Marek Olšák
2018-05-15
1
-0
/
+3
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
6
-67
/
+38
*
gallium/auxiliary: Add helper function to count the number of entries in hash...
Jan Vesely
2018-05-10
2
-0
/
+22
*
pipe-loader: Free driver_name in error path
Jan Vesely
2018-05-08
1
-0
/
+1
*
tgsi: use enums instead of unsigned in ureg code
Brian Paul
2018-04-30
2
-12
/
+12
*
gallium/util: Fix incorrect refcounting of separate stencil.
Eric Anholt
2018-04-25
1
-2
/
+1
*
draw: fix different sign logic when clipping
Roland Scheidegger
2018-04-25
1
-9
/
+8
*
draw: simplify clip null tri logic
Roland Scheidegger
2018-04-25
1
-11
/
+9
*
gallivm: dump bitcode before optimization
Roland Scheidegger
2018-04-24
1
-13
/
+20
*
gallivm: (trivial) do division by 1000 with int64
Roland Scheidegger
2018-04-24
1
-1
/
+1
*
gallivm: remove LICM pass
Roland Scheidegger
2018-04-24
1
-1
/
+9
*
gallivm: add early cse pass
Roland Scheidegger
2018-04-24
1
-4
/
+5
*
trace: allow image resource to be null
Ilia Mirkin
2018-04-21
1
-1
/
+1
*
gallium/util: Android backtrace support
Stefan Schake
2018-04-20
2
-1
/
+113
*
gallium/util: Don't stub u_debug_stack on Android
Stefan Schake
2018-04-20
1
-1
/
+2
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-1
/
+1
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-1
/
+1
*
gallium/util: put (void) in a few function signatures
Brian Paul
2018-04-13
1
-2
/
+2
*
ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC build
Brian Paul
2018-04-13
2
-2
/
+12
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
37
-28
/
+13026
*
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
[next]