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
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
3
-36
/
+3
*
winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0
Marek Olšák
2018-08-03
3
-4
/
+58
*
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
*
radeonsi: add new R600_DEBUG test "testclearbufperf"
Darren Powell
2018-08-02
8
-11
/
+170
*
swr: Remove unnecessary memset call
Vlad Golovkin
2018-08-02
1
-1
/
+0
*
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
Andres Gomez
2018-08-02
1
-3
/
+4
*
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
2018-08-02
1
-2
/
+2
*
gallium: fix ddebug on windows
Dylan Baker
2018-08-01
1
-1
/
+5
*
util: move process.[ch] to u_process.[ch]
Dylan Baker
2018-08-01
1
-1
/
+1
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
4
-9
/
+43
*
vc4: Fix automake linking error.
Juan A. Suarez Romero
2018-08-01
1
-0
/
+9
*
python: Use the unicode_escape codec
Mathieu Bridon
2018-08-01
1
-1
/
+1
*
gallium: add new SAMP2HND and IMG2HND opcodes
Rhys Perry
2018-08-01
5
-2
/
+34
*
virgl: enable FBFETCH if virglrenderer supports it
Erik Faye-Lund
2018-08-01
2
-1
/
+3
*
virgl: add texture_barrier stub
Erik Faye-Lund
2018-08-01
1
-0
/
+7
*
virgl: enable robustness if the host exposes it
Dave Airlie
2018-08-01
2
-1
/
+3
*
virgl: Support ARB_framebuffer_no_attachments
Dave Airlie
2018-08-01
4
-1
/
+23
*
virgl: add initial ARB_compute_shader support
Dave Airlie
2018-08-01
7
-7
/
+153
*
radeonsi: report supported EQAA combinations from is_format_supported
Marek Olšák
2018-07-31
1
-16
/
+20
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
8
-47
/
+29
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
68
-69
/
+185
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
26
-24
/
+56
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
18
-0
/
+29
*
virgl: also mark sampler views as dirty
Gurchetan Singh
2018-08-01
1
-1
/
+2
*
virgl: add memory barrier support
Dave Airlie
2018-08-01
5
-0
/
+29
*
virgl: add TXQS support
Dave Airlie
2018-08-01
2
-1
/
+3
*
virgl: add initial images support (v2)
Dave Airlie
2018-08-01
8
-0
/
+105
*
etnaviv: fix typo in query names
Christian Gmeiner
2018-07-31
1
-2
/
+2
*
v3d: Include commands to run the BCL and RCL in CLIF dumps.
Eric Anholt
2018-07-30
1
-10
/
+1
*
v3d: Rename "configuration" and "config" in the XML to "cfg"
Eric Anholt
2018-07-30
4
-30
/
+33
*
v3d: s/colour/color in the XML.
Eric Anholt
2018-07-30
3
-20
/
+20
*
v3d: Rename primitives to prims in the XML to match CLIF names.
Eric Anholt
2018-07-30
2
-5
/
+5
*
v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
2018-07-30
2
-3
/
+4
*
v3d: Add pack header support for f187 values.
Eric Anholt
2018-07-30
2
-15
/
+5
*
v3d: Move depth offset packet setup to CSO creation time.
Eric Anholt
2018-07-30
4
-33
/
+34
*
r600: reduce num compute threads to 1024.
Dave Airlie
2018-07-31
1
-1
/
+1
*
freedreno/a5xx: fix txf_ms
Rob Clark
2018-07-30
3
-0
/
+12
*
nvc0: serialize before updating some constant buffer bindings on Maxwell+
Rhys Perry
2018-07-30
4
-47
/
+81
*
v3d: Block bin on render when doing vertex texturing.
Eric Anholt
2018-07-29
1
-0
/
+14
*
vc4: Fix meson build when enabled without v3d.
Eric Anholt
2018-07-29
1
-1
/
+1
*
freedreno/a5xx: small cleanup
Rob Clark
2018-07-29
1
-26
/
+24
*
freedreno/a5xx: remove unused prototype
Rob Clark
2018-07-29
1
-3
/
+0
*
freedreno: fix caps harder
Rob Clark
2018-07-29
1
-4
/
+4
*
tgsi: whitespace fixes in tgsi_ureg.c
Brian Paul
2018-07-27
1
-23
/
+22
*
gallium/util: whitespace fixes in u_inlines.h
Brian Paul
2018-07-27
1
-36
/
+44
*
svga: whitespace fixes in svga_tgsi_decl_sm30.c
Brian Paul
2018-07-27
1
-88
/
+92
*
gallium/util: whitespace fixes in u_debug_memory.c
Brian Paul
2018-07-27
1
-53
/
+53
*
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
2018-07-27
1
-1
/
+1
*
v3d: Move clif dumping to a separate step from noting where the CLs are.
Eric Anholt
2018-07-27
1
-0
/
+2
[next]