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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: do not use deprecated bison-keyword
Erik Faye-Lund
2019-05-21
3
-3
/
+3
*
glsl: handle 8 and 16 bit ints in glsl_base_type_is_integer
Karol Herbst
2019-05-21
1
-1
/
+5
*
nir/test: add split vars tests (v2)
Dave Airlie
2019-05-21
1
-1
/
+419
*
anv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-20
1
-2
/
+2
*
nir: Fix clone of nir_variable state slots
Caio Marcelo de Oliveira Filho
2019-05-20
1
-3
/
+5
*
mesa: unreference current winsys buffers when unbinding winsys buffers
Charmaine Lee
2019-05-20
1
-0
/
+4
*
st/mesa: purge framebuffers with current context after unbinding winsys buffers
Charmaine Lee
2019-05-20
1
-3
/
+10
*
spirv: Generate proper NULL pointer values
Caio Marcelo de Oliveira Filho
2019-05-20
1
-4
/
+12
*
spirv: Reuse helpers in vtn_handle_type()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-33
/
+6
*
spirv: Add vtn_variable_mode_image
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+11
*
spirv: Add vtn_mode_to_address_format()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-20
/
+57
*
spirv: Add vtn_mode_uses_ssa_offset()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-8
/
+15
*
spirv: Add and use vtn_type_without_array() helper
Caio Marcelo de Oliveira Filho
2019-05-20
3
-8
/
+15
*
spirv: Change vtn_null_constant() to use vtn_type
Caio Marcelo de Oliveira Filho
2019-05-20
1
-32
/
+26
*
spirv: Export vtn_storage_class_to_mode()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-1
/
+6
*
nir: Add nir_address_format_null_value()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+22
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
5
-36
/
+46
*
nir: Add nir_address_format_32bit_offset
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+9
*
nir: Add nir_address_format_logical
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+14
*
freedreno/a6xx: WFI in program stateobj too
Rob Clark
2019-05-20
1
-0
/
+2
*
freedreno/a6xx: make sure binning pass constlen is large enough
Rob Clark
2019-05-20
1
-0
/
+13
*
freedreno/a6xx: limit IBO state to draw pass
Rob Clark
2019-05-20
1
-1
/
+1
*
freedreno/a6xx: don't evaluate FS tex state in binning pass
Rob Clark
2019-05-20
2
-6
/
+14
*
radv: decompress FMASK before performing a MSAA decompress using FMASK
Samuel Pitoiset
2019-05-20
1
-2
/
+13
*
nir/validate: fix crash if entry is null.
Dave Airlie
2019-05-20
1
-1
/
+1
*
lima/gpir: switch to use nir_lower_viewport_transform
Qiang Yu
2019-05-20
4
-101
/
+11
*
lima/gpir: support vector ssa load
Qiang Yu
2019-05-20
2
-5
/
+46
*
lima/gpir: add helper function for emit load node
Qiang Yu
2019-05-20
1
-20
/
+19
*
util: add missing include to build_id.h
Timothy Arceri
2019-05-20
1
-0
/
+2
*
panfrost/midgard: Split up midgard_compile.c (RA)
Alyssa Rosenzweig
2019-05-19
11
-928
/
+1149
*
panfrost: Improve fixed-function blending
Alyssa Rosenzweig
2019-05-19
2
-978
/
+34
*
panfrost: Wire up nir_lower_blend
Alyssa Rosenzweig
2019-05-19
1
-14
/
+33
*
panfrost/midgard: Route new blending intrinsics
Alyssa Rosenzweig
2019-05-19
1
-106
/
+117
*
panfrost/nir: Add nir_lower_blend pass
Alyssa Rosenzweig
2019-05-19
4
-1
/
+305
*
panfrost: Fix Bifrost-specific padding
Alyssa Rosenzweig
2019-05-19
1
-7
/
+1
*
panfrost: Cleanup panfrost_job comments
Alyssa Rosenzweig
2019-05-19
1
-6
/
+3
*
panfrost/decode: Decode blend constant
Alyssa Rosenzweig
2019-05-19
2
-2
/
+31
*
panfrost: Hoist blend constant into Midgard-specific struct
Alyssa Rosenzweig
2019-05-19
6
-16
/
+21
*
panfrost/decode: Disassemble Bifrost shaders
Alyssa Rosenzweig
2019-05-19
2
-8
/
+10
*
vulkan/wsi: Set X11 minImageCount to 3.
Bas Nieuwenhuizen
2019-05-19
1
-6
/
+18
*
meson: expose glapi through osmesa
Eric Engestrom
2019-05-18
2
-3
/
+4
*
egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL
Kenneth Graunke
2019-05-17
1
-2
/
+10
*
anv: Only consider minSampleShading when sampleShadingEnable is set
Jason Ekstrand
2019-05-17
1
-2
/
+2
*
anv: Stop forcing bindless for images
Jason Ekstrand
2019-05-17
1
-4
/
+5
*
draw: fix memory leak introduced 7720ce32a
Neha Bhende
2019-05-17
1
-1
/
+3
*
anv: Emulate texture swizzle in the shader when needed
Jason Ekstrand
2019-05-17
4
-2
/
+133
*
panfrost/midgard: Typofix
Alyssa Rosenzweig
2019-05-17
1
-1
/
+1
*
gitlab-ci: build-test the tools as well
Eric Engestrom
2019-05-17
1
-0
/
+2
*
radv: add a workaround for Monster Hunter World and LLVM 7&8
Samuel Pitoiset
2019-05-17
5
-3
/
+16
*
svga: Add an environment variable to force coherent surface memory
Thomas Hellstrom
2019-05-17
9
-31
/
+82
[next]