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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno: Move a6xx's setup_slices() to a shareable helper function.
Eric Anholt
2019-12-11
10
-148
/
+301
*
tu: Move our image layout into a freedreno_layout struct.
Eric Anholt
2019-12-11
6
-62
/
+63
*
freedreno: Move UBWC layout into a slices array like the non-UBWC slices.
Eric Anholt
2019-12-11
6
-13
/
+13
*
freedreno: Refactor the UBWC flags registers emission.
Eric Anholt
2019-12-11
3
-41
/
+34
*
freedreno: Drop the extra offset field for mipmap slices.
Eric Anholt
2019-12-11
3
-6
/
+8
*
intel/decoder: Make get_state_size take a full 64-bit address and a base
Kenneth Graunke
2019-12-10
5
-30
/
+36
*
iris: INTEL performance query implementation
Dongwon Kim
2019-12-10
5
-0
/
+240
*
iris: separating out common perf code
Mark Janes
2019-12-10
5
-92
/
+157
*
gallium: enable INTEL_PERFORMANCE_QUERY
Dongwon Kim
2019-12-10
7
-0
/
+341
*
meson/broadcom: libbroadcom_cle also needs zlib
Dylan Baker
2019-12-11
1
-1
/
+1
*
anv: Enable Gen11 Color/Z write merging optimization
Kenneth Graunke
2019-12-10
1
-0
/
+12
*
iris: Enable Gen11 Color/Z write merging optimization
Kenneth Graunke
2019-12-10
1
-0
/
+8
*
intel/genxml: Add a partial TCCNTLREG definition
Kenneth Graunke
2019-12-10
1
-0
/
+7
*
util: Detect use-after-destroy in simple_mtx
Kenneth Graunke
2019-12-10
1
-1
/
+10
*
freedreno/a6xx: enable LRZ by default
Rob Clark
2019-12-10
3
-2
/
+4
*
freedreno/a6xx: fix LRZ logic
Rob Clark
2019-12-10
5
-30
/
+50
*
freedreno/a6xx: fix LRZ layout
Rob Clark
2019-12-10
1
-7
/
+8
*
freedreno/a5xx+a6xx: split LRZ layout to per-gen
Rob Clark
2019-12-10
4
-45
/
+70
*
freedreno/a6xx: disable LRZ when blending
Rob Clark
2019-12-10
3
-2
/
+8
*
radeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERIC_SCISSOR_*
Marek Olšák
2019-12-10
1
-3
/
+5
*
radeonsi/gfx10: simplify the tess_turns_off_ngg condition
Marek Olšák
2019-12-10
1
-3
/
+1
*
radeonsi/gfx10: disable vertex grouping
Marek Olšák
2019-12-10
2
-6
/
+3
*
radeonsi: enable NIR by default and document GL 4.6 support
Marek Olšák
2019-12-10
3
-11
/
+14
*
st/dri: assume external consumers of back buffers can write to the buffers
Marek Olšák
2019-12-10
1
-6
/
+6
*
ANV: Stop advertising smoothLines support on gen10+
Jason Ekstrand
2019-12-10
1
-1
/
+9
*
meson/broadcom: libbroadcom_cle needs expat headers
Dylan Baker
2019-12-10
1
-1
/
+1
*
anv: fix incorrect VMA alignment for CCS main surfaces
Lionel Landwerlin
2019-12-10
1
-3
/
+14
*
anv: fix missing gen12 handling
Lionel Landwerlin
2019-12-10
1
-0
/
+3
*
docs: reword a bit and list HTTPS before FTP
Eric Engestrom
2019-12-10
1
-4
/
+4
*
meson: drop `intel_` prefix on imgui_core
Eric Engestrom
2019-12-10
1
-1
/
+1
*
meson: drop duplicate `lib` prefix on libiris_gen*
Eric Engestrom
2019-12-10
1
-1
/
+1
*
radv: implement VK_KHR_separate_depth_stencil_layouts
Samuel Pitoiset
2019-12-10
7
-8
/
+94
*
radv: initialize HTILE for separate depth/stencil aspects
Samuel Pitoiset
2019-12-10
3
-19
/
+29
*
radv: do not init HTILE as compressed state when dst layout allows it
Samuel Pitoiset
2019-12-10
1
-13
/
+5
*
radv: synchronize after performing a separate depth/stencil fast clears
Samuel Pitoiset
2019-12-10
1
-0
/
+10
*
gitlab-ci: Don't exclude any piglit quick_shader tests
Michel Dänzer
2019-12-10
2
-11
/
+21
*
gallivm: add TGSI bit arithmetic opcodes support
Krzysztof Raszkowski
2019-12-10
1
-0
/
+138
*
radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rast
Samuel Pitoiset
2019-12-10
2
-10
/
+7
*
radv: move emission of two PA_SC_* registers to the pipeline CS
Samuel Pitoiset
2019-12-10
2
-4
/
+3
*
st/dri: use st->flush callback to flush the backbuffer
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-39
/
+63
*
st/mesa: add a notify_before_flush callback param to flush
Pierre-Eric Pelloux-Prayer
2019-12-10
11
-20
/
+28
*
radeonsi: dcc dirty flag
Pierre-Eric Pelloux-Prayer
2019-12-10
6
-1
/
+26
*
radeonsi: fix multi plane buffers creation
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-2
/
+4
*
radeonsi: use gfx9.surf_offset to compute texture offset
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-1
/
+2
*
radeonsi: use compute shader for clear 12-byte buffer
Sonny Jiang
2019-12-09
4
-10
/
+108
*
st/mesa: release the draw shader properly to fix driver crashes (iris)
Marek Olšák
2019-12-09
1
-1
/
+5
*
draw, st/mesa: generate TGSI for ffvp/ARB_vp if draw lacks LLVM
Marek Olšák
2019-12-09
3
-2
/
+18
*
st/mesa: don't generate VS TGSI if NIR is enabled
Marek Olšák
2019-12-09
1
-22
/
+14
*
st/mesa: remove struct st_vp_variant in favor of st_common_variant
Marek Olšák
2019-12-09
7
-43
/
+24
*
st/mesa: remove st_vp_variant::num_inputs
Marek Olšák
2019-12-09
3
-11
/
+5
[prev]
[next]