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
*
panfrost: Add tilebuffer load? branch
Alyssa Rosenzweig
2019-04-07
2
-1
/
+37
*
panfrost/decode: Add flags for tilebuffer readback
Alyssa Rosenzweig
2019-04-07
2
-3
/
+21
*
panfrost/midgard: use nir_src_is_const and nir_src_as_uint
Karol Herbst
2019-04-07
1
-7
/
+4
*
vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_value
Jason Ekstrand
2019-04-07
2
-18
/
+16
*
iris: Silence unused variable warnings in release mode
Kenneth Graunke
2019-04-06
1
-3
/
+2
*
tegra: fix the build after the set_shader_buffers change
Marek Olšák
2019-04-05
1
-1
/
+1
*
softpipe: Use mag texture filter also for clamped lod == 0
Gert Wollny
2019-04-05
1
-3
/
+3
*
iris: handle aux properly in iris_resource_get_handle
Tapani Pälli
2019-04-04
1
-0
/
+8
*
v3d: Don't try to use the TFU blit path if a scissor is enabled.
Eric Anholt
2019-04-04
1
-1
/
+2
*
v3d: Bump the maximum texture size to 4k for V3D 4.x.
Eric Anholt
2019-04-04
3
-2
/
+29
*
v3d: Add support for handling OOM signals from the simulator.
Eric Anholt
2019-04-04
3
-14
/
+78
*
iris: avoid use after free in shader destruction
Dave Airlie
2019-04-05
1
-7
/
+49
*
radeonsi: set exact shader buffer read/write usage in CS
Marek Olšák
2019-04-04
6
-24
/
+41
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
13
-17
/
+28
*
iris: Fix assert when using vertex attrib without buffer binding
Danylo Piliaiev
2019-04-04
1
-1
/
+2
*
iris: move iris_flush_resource so we can call it from get_handle
Tapani Pälli
2019-04-04
1
-15
/
+15
*
iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.
Kenneth Graunke
2019-04-04
3
-8
/
+8
*
simplify LLVM version string printing
Eric Engestrom
2019-04-04
2
-18
/
+9
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
7
-4
/
+253
*
radeonsi: add support for displayable DCC for 1 RB chips
Marek Olšák
2019-04-04
2
-4
/
+76
*
radeonsi: add ability to bind images as image buffers
Marek Olšák
2019-04-04
2
-3
/
+8
*
radeonsi/gfx9: add support for PIPE_ALIGNED=0
Marek Olšák
2019-04-04
4
-12
/
+30
*
iris: move variable to the scope where it is being used
Tapani Pälli
2019-04-04
1
-1
/
+1
*
panfrost: Size tiled temp buffers correctly
Alyssa Rosenzweig
2019-04-04
3
-8
/
+13
*
panfrost: Respect box->width in tiled stores
Alyssa Rosenzweig
2019-04-04
3
-4
/
+6
*
panfrost: Cleanup some indirection in pan_resource
Alyssa Rosenzweig
2019-04-04
1
-24
/
+21
*
panfrost: Implement system values
Alyssa Rosenzweig
2019-04-04
7
-188
/
+229
*
virgl: also destroy all read-transfers
Erik Faye-Lund
2019-04-03
2
-2
/
+4
*
panfrost: Remove support for legacy kernels
Alyssa Rosenzweig
2019-04-03
5
-25
/
+3
*
etnaviv: only try to construct scanout resource when on KMS winsys
Lucas Stach
2019-04-03
1
-1
/
+1
*
etnaviv: flush all pending contexts when accessing a resource with the CPU
Lucas Stach
2019-04-03
1
-2
/
+8
*
etnaviv: don't flush own context when updating resource use
Lucas Stach
2019-04-03
1
-1
/
+10
*
etnaviv: shrink struct etna_3d_state
Christian Gmeiner
2019-04-03
2
-23
/
+0
*
iris: Enable fast clears on gen8.
Rafael Antognolli
2019-04-02
1
-2
/
+1
*
iris: Add aux.sampler_usages.
Rafael Antognolli
2019-04-02
3
-16
/
+34
*
iris: Do not allocate clear_color_bo for gen8.
Rafael Antognolli
2019-04-02
2
-6
/
+9
*
iris: Manually apply fast clear color channel overrides.
Rafael Antognolli
2019-04-02
1
-6
/
+16
*
iris/gen8: Re-emit the SURFACE_STATE if the clear color changed.
Rafael Antognolli
2019-04-02
1
-10
/
+28
*
iris: Only update clear color for gens 8 and 9.
Rafael Antognolli
2019-04-02
1
-1
/
+10
*
radeonsi: don't use PFP_SYNC_ME with compute-only contexts
Marek Olšák
2019-04-02
1
-1
/
+1
*
virgl: define MAX_VERTEX_STREAMS based on availability of TF3
Gert Wollny
2019-04-02
2
-1
/
+3
*
softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADD
Gert Wollny
2019-04-02
2
-10
/
+18
*
virgl: stricter usage of compressed 3d textures
Erik Faye-Lund
2019-04-02
1
-0
/
+6
*
virgl: do not allow compressed formats for buffers
Erik Faye-Lund
2019-04-02
1
-0
/
+3
*
iris: Adapt to variable ppGTT size
Chris Wilson
2019-04-01
1
-1
/
+20
*
radeonsi: implement ARB/KHR_parallel_shader_compile callbacks
Marek Olšák
2019-04-01
1
-0
/
+31
*
radeonsi: fix assertion failure by using the correct type
Marek Olšák
2019-04-01
1
-1
/
+1
*
radeon/vcn/vp9: search the render target from the whole list
Leo Liu
2019-04-01
1
-1
/
+1
*
panfrost: Implement FIXED formats
Alyssa Rosenzweig
2019-03-31
1
-0
/
+9
*
panfrost: Fix index calculation types and asserts
Alyssa Rosenzweig
2019-03-31
1
-5
/
+4
[next]