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
*
iris: Add helper to convert fast clear color.
Rafael Antognolli
2019-03-20
1
-0
/
+82
*
iris: Fast clear depth buffers.
Rafael Antognolli
2019-03-20
1
-3
/
+116
*
iris: Use the clear depth when emitting 3DSTATE_CLEAR_PARAMS.
Rafael Antognolli
2019-03-20
2
-1
/
+26
*
iris: Allocate buffer space for the fast clear color.
Rafael Antognolli
2019-03-20
2
-8
/
+100
*
softpipe: fix texture view crashes
Dave Airlie
2019-03-21
1
-5
/
+6
*
nvc0: Skip new update barrier bits
Kenneth Graunke
2019-03-20
1
-0
/
+3
*
gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.
Kenneth Graunke
2019-03-19
7
-1
/
+25
*
iris: mark switch case fallthrough
Tapani Pälli
2019-03-20
1
-3
/
+3
*
iris: initialize num_cbufs
Tapani Pälli
2019-03-20
1
-1
/
+1
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
7
-25
/
+20
*
v3d: Expose the dma-buf modifiers query.
Eric Anholt
2019-03-19
1
-0
/
+29
*
v3d: Allow the UIF modifier with renderonly.
Eric Anholt
2019-03-19
1
-38
/
+52
*
v3d: Always lay out shared tiled buffers with UIF_TOP set.
Eric Anholt
2019-03-19
1
-4
/
+6
*
iris: Make intel_hiz_exec public.
Rafael Antognolli
2019-03-18
2
-1
/
+8
*
iris: Enable HiZ for multisampled depth surfaces.
Rafael Antognolli
2019-03-18
2
-17
/
+19
*
panfrost: Rewrite varying assembly
Alyssa Rosenzweig
2019-03-19
6
-217
/
+141
*
panfrost: Replay more varying buffers
Alyssa Rosenzweig
2019-03-19
1
-1
/
+1
*
panfrost/decode: Respect primitive size pointers
Alyssa Rosenzweig
2019-03-19
1
-3
/
+7
*
panfrost: Disable PIPE_CAP_TGSI_TEXCOORD
Alyssa Rosenzweig
2019-03-19
1
-3
/
+0
*
panfrost: Fix primconvert check
Alyssa Rosenzweig
2019-03-19
1
-1
/
+1
*
panfrost: Workaround buffer overrun with mip level
Alyssa Rosenzweig
2019-03-19
1
-1
/
+0
*
iris: Slightly better bounds on buffer sizes
Kenneth Graunke
2019-03-18
1
-2
/
+2
*
iris: Don't flush the batch for unsynchronized mappings
Kenneth Graunke
2019-03-18
1
-3
/
+5
*
gallium/util: remove pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-20
/
+0
*
i915g: remove calls to pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-8
/
+2
*
swr: remove call to pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-5
/
+0
*
llvmpipe: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-6
/
+0
*
svga: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
2
-28
/
+14
*
android: nouveau: add support for nir
Mauro Rossi
2019-03-18
1
-1
/
+6
*
radeonsi/nir: call some more var optimisation passes
Timothy Arceri
2019-03-18
1
-3
/
+8
*
nv50ir/nir: move immediates before use
Karol Herbst
2019-03-17
1
-18
/
+41
*
nv50/ir/nir: handle user clip planes for each emitted vertex
Karol Herbst
2019-03-17
1
-1
/
+7
*
nv50/ir/nir: implement intrinsic shader_clock
Karol Herbst
2019-03-17
1
-0
/
+8
*
nv50/ir/nir: implement load_per_vertex_output
Karol Herbst
2019-03-17
1
-0
/
+23
*
nv50/ir/nir: add memory barriers
Karol Herbst
2019-03-17
1
-0
/
+21
*
nv50/ir/nir: implement images
Karol Herbst
2019-03-17
1
-10
/
+380
*
nv50/ir/nir: implement ssbo intrinsics
Karol Herbst
2019-03-17
1
-0
/
+90
*
nv50/ir/nir: implement nir_intrinsic_load_ubo
Karol Herbst
2019-03-17
1
-0
/
+14
*
nv50/ir/nir: implement geometry shader nir_intrinsics
Karol Herbst
2019-03-17
1
-0
/
+27
*
nv50/ir/nir: implement variable indexing
Karol Herbst
2019-03-17
1
-0
/
+58
*
nv50/ir/nir: implement vote and ballot
Karol Herbst
2019-03-17
1
-0
/
+48
*
nv50/ir/nir: add skeleton getOperation for intrinsics
Karol Herbst
2019-03-17
1
-0
/
+22
*
nv50/ir/nir: implement nir_instr_type_tex
Karol Herbst
2019-03-17
1
-0
/
+234
*
nv50/ir/nir: implement nir_ssa_undef_instr
Karol Herbst
2019-03-17
1
-0
/
+13
*
nv50/ir/nir: implement loading system values
Karol Herbst
2019-03-17
1
-0
/
+122
*
nv50/ir/nir: implement intrinsic_discard(_if)
Karol Herbst
2019-03-17
1
-0
/
+14
*
nv50/ir/nir: implement load_(interpolated_)input/output
Karol Herbst
2019-03-17
1
-0
/
+135
*
nv50/ir/nir: implement nir_intrinsic_store_(per_vertex_)output
Karol Herbst
2019-03-17
1
-1
/
+56
*
nv50/ir/nir: implement nir_intrinsic_load_uniform
Karol Herbst
2019-03-17
1
-0
/
+10
*
nv50/ir/nir: implement nir_alu_instr handling
Karol Herbst
2019-03-17
1
-1
/
+561
[next]