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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
Eric Anholt
2018-08-07
1
-1
/
+2
*
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-08-07
1
-3
/
+14
*
vc4: Extend dumping of uniforms in QIR and in the command stream.
Eric Anholt
2018-08-07
3
-13
/
+68
*
vc4: Pull uinfo->data[i] dereference out to the top of the loop.
Eric Anholt
2018-08-07
1
-20
/
+18
*
vc4: Make sure to emit a tile coordinates between two MSAA loads.
Eric Anholt
2018-08-07
1
-12
/
+11
*
vc4: Respect a sampler view's first_layer field.
Eric Anholt
2018-08-07
1
-1
/
+3
*
virgl: add ARB_shader_clock support
Dave Airlie
2018-08-08
2
-1
/
+3
*
radeonsi: set GLC=1 for all write-only shader resources
Marek Olšák
2018-08-07
1
-2
/
+19
*
radeonsi: don't load block dimensions into SGPRs if they are not variable
Marek Olšák
2018-08-07
3
-7
/
+7
*
swr: don't export swr_create_screen_internal
Emil Velikov
2018-08-07
2
-2
/
+1
*
virgl: update virgl_hw.h from virglrenderer
Erik Faye-Lund
2018-08-07
1
-1
/
+26
*
virgl: rename msaa_sample_positions -> sample_locations
Erik Faye-Lund
2018-08-07
2
-5
/
+5
*
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
2018-08-06
1
-0
/
+2
*
vc4: Fix context creation when syncobjs aren't supported.
Eric Anholt
2018-08-06
1
-2
/
+6
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
2
-0
/
+9
*
v3d: Drop "VC5" from the renderer string.
Eric Anholt
2018-08-06
1
-1
/
+1
*
nvc0/ir: return 0 in imageLoad on incomplete textures
Karol Herbst
2018-08-04
2
-3
/
+31
*
gm200/ir: optimize rcp(sqrt) to rsq
Karol Herbst
2018-08-04
1
-1
/
+10
*
gm200/ir: add native OP_SQRT support
Karol Herbst
2018-08-04
4
-2
/
+14
*
radeonsi: cosmetic changes
Marek Olšák
2018-08-04
5
-6
/
+5
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
3
-36
/
+3
*
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
*
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
*
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
6
-41
/
+26
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
31
-6
/
+101
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
16
-0
/
+17
*
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
[prev]
[next]