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
*
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
*
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
[next]