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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
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
*
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
6
-7
/
+93
*
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
*
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
*
st/mesa: use a separate VS variant for the draw module
Marek Olšák
2019-12-09
3
-44
/
+22
*
st/mesa: support shader images for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+55
*
st/mesa: support SSBOs for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+40
*
st/mesa: support samplers for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+107
*
st/mesa: save currently bound vertex samplers and sampler views in st_context
Marek Olšák
2019-12-09
4
-3
/
+11
*
st/mesa: support UBOs for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-2
/
+37
*
gallivm: implement LOAD with CONSTBUF but don't enable it for llvmpipe
Marek Olšák
2019-12-09
1
-3
/
+36
*
llvmpipe: implement TEX_LZ and TXF_LZ opcodes
Marek Olšák
2019-12-09
2
-5
/
+11
*
drirc: set allow_higher_compat_version for Faster Than Light
Gurchetan Singh
2019-12-09
1
-1
/
+9
[next]