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
*
util/ralloc: Make sizeof(linear_header) a multiple of 8
Matt Turner
2018-11-12
1
-2
/
+12
*
util/ralloc: Switch from DEBUG to NDEBUG
Matt Turner
2018-11-12
1
-14
/
+4
*
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
2018-11-13
1
-10
/
+35
*
anv/i965: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-13
1
-0
/
+3
*
egl: Improve the debugging of gbm format matching in DRI configs.
Eric Anholt
2018-11-12
1
-2
/
+3
*
gbm: Introduce a helper function for printing GBM format names.
Eric Anholt
2018-11-12
2
-0
/
+26
*
gbm: Move gbm_format_canonicalize() to the core.
Eric Anholt
2018-11-12
3
-16
/
+19
*
meson: fix libatomic tests
Dylan Baker
2018-11-12
1
-1
/
+2
*
mesa: mark GL_SR8_EXT non-renderable on GLES
Marek Olšák
2018-11-12
1
-0
/
+1
*
st/mesa: disable L3 thread pinning
Marek Olšák
2018-11-12
1
-9
/
+0
*
nir: add lowering for ffloor
Christian Gmeiner
2018-11-12
2
-0
/
+4
*
util: Fix warning in u_cpu_detect on non-x86
Alyssa Rosenzweig
2018-11-12
1
-2
/
+2
*
meson: Don't set -Wall
Dylan Baker
2018-11-12
1
-2
/
+2
*
freedreno/drm: fix unused 'entry' warnings
Rob Clark
2018-11-12
1
-2
/
+0
*
i965: add support for sampling from AYUV
Lionel Landwerlin
2018-11-12
4
-0
/
+11
*
dri: add AYUV format
Lionel Landwerlin
2018-11-12
3
-0
/
+4
*
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
2018-11-12
2
-0
/
+20
*
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
2018-11-12
1
-6
/
+11
*
radv: make use of num_good_cu_per_sh in si_emit_graphics() too
Samuel Pitoiset
2018-11-12
1
-2
/
+1
*
radv: clean up setting partial_es_wave for distributed tess on VI
Samuel Pitoiset
2018-11-12
1
-7
/
+4
*
radv: cleanup and document a Hawaii bug with offchip buffers
Samuel Pitoiset
2018-11-12
1
-9
/
+8
*
glsl/test: Fix use after free in test_optpass.
Hanno Böck
2018-11-12
1
-1
/
+4
*
nir: don't pack varyings ints with floats unless flat
Timothy Arceri
2018-11-12
1
-4
/
+7
*
nir: add glsl_type_is_integer() helper
Timothy Arceri
2018-11-12
2
-0
/
+6
*
intel/fs: Prevent emission of IR instructions not aligned to their own execut...
Francisco Jerez
2018-11-09
1
-3
/
+17
*
st/mesa: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-10
1
-0
/
+3
*
nir: add new linking opt nir_link_constant_varyings()
Timothy Arceri
2018-11-10
2
-0
/
+111
*
st/nine: clean up thead shutdown sequence a bit
Andre Heider
2018-11-09
1
-4
/
+2
*
st/nine: plug thread related leaks
Andre Heider
2018-11-09
2
-0
/
+9
*
st/nine: fix stack corruption due to ABI mismatch
Andre Heider
2018-11-09
1
-1
/
+13
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
15
-20
/
+27
*
gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
Marek Olšák
2018-11-09
2
-0
/
+6
*
radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2
Marek Olšák
2018-11-09
4
-3
/
+11
*
radeonsi: use better DCC clear codes
Marek Olšák
2018-11-09
1
-5
/
+21
*
ac/surface: remove the overallocation workaround for Vega12
Marek Olšák
2018-11-09
1
-4
/
+0
*
intel/aub_read: remove useless breaks
Lionel Landwerlin
2018-11-09
1
-6
/
+0
*
Revert "mesa: expose NV_conditional_render on GLES"
Erik Faye-Lund
2018-11-09
2
-3
/
+3
*
Revert "mesa/main: fixup make check after NV_conditional_render for gles"
Erik Faye-Lund
2018-11-09
2
-6
/
+0
*
mesa/main: fixup make check after NV_conditional_render for gles
Erik Faye-Lund
2018-11-09
2
-0
/
+6
*
radv: include LLVM IR in the VK_AMD_shader_info "disassembly"
Nicolai Hähnle
2018-11-09
1
-0
/
+1
*
mesa: expose NV_conditional_render on GLES
Erik Faye-Lund
2018-11-09
2
-3
/
+3
*
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
2018-11-09
1
-3
/
+1
*
intel/compiler: fix node interference of simd16 instructions
Iago Toral Quiroga
2018-11-09
1
-19
/
+17
*
gallivm: fix improper clamping of vertex index when fetching gs inputs
Roland Scheidegger
2018-11-09
1
-10
/
+31
*
i965: Lift restriction in external textures for EGLImage support
Aditya Swarup
2018-11-08
3
-15
/
+0
*
glsl: Add pragma to disable all warnings
Ian Romanick
2018-11-08
8
-10
/
+89
*
glsl: Add warning tests for identifiers with __
Ian Romanick
2018-11-08
2
-0
/
+25
*
intel/fs: Add an assert to optimize_frontfacing_ternary
Jason Ekstrand
2018-11-08
1
-0
/
+3
*
anv: Use nir_src_is_const and friends in lowering code
Jason Ekstrand
2018-11-08
2
-12
/
+9
*
intel/analyze_ubo_ranges: Use nir_src_is_const and friends
Jason Ekstrand
2018-11-08
1
-8
/
+7
[next]