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: Rename bind_state to bind_shader_state.
Kenneth Graunke
2019-06-07
1
-9
/
+9
*
panfrost/ci: Texture wrap tests are legitimately fixed
Alyssa Rosenzweig
2019-06-07
1
-58
/
+0
*
panfrost/midgard: Lower inot to inor with 0
Alyssa Rosenzweig
2019-06-07
1
-1
/
+2
*
panfrost/midgard: Cleanup tag fetch in disassembler
Alyssa Rosenzweig
2019-06-07
1
-2
/
+3
*
panfrost/midgard: Use fancy iterator
Alyssa Rosenzweig
2019-06-07
1
-1
/
+1
*
panfrost/midgard: Cull dead branches
Alyssa Rosenzweig
2019-06-07
2
-2
/
+31
*
panfrost/midgard: Add mir_print_bundle helper
Alyssa Rosenzweig
2019-06-07
2
-0
/
+14
*
panfrost/midgard/disasm: Pretty-print branch tags
Alyssa Rosenzweig
2019-06-07
1
-7
/
+34
*
panfrost/ci: Note some since-fixed tests
Alyssa Rosenzweig
2019-06-07
1
-26
/
+0
*
panfrost/midgard: Vectorize I/O
Alyssa Rosenzweig
2019-06-07
3
-7
/
+18
*
panfrost/midgard: Remove varyings delay pass
Alyssa Rosenzweig
2019-06-07
2
-75
/
+9
*
panfrost/midgard: Apply component to load_input
Alyssa Rosenzweig
2019-06-07
1
-0
/
+4
*
freedreno/a6xx: Drop struct stage array
Kristian H. Kristensen
2019-06-07
1
-144
/
+80
*
freedreno/a6xx: Drop support for SS6_DIRECT shader upload
Kristian H. Kristensen
2019-06-07
1
-30
/
+3
*
freedreno/a6xx: Share shader_t_to_opcode
Kristian H. Kristensen
2019-06-07
3
-35
/
+21
*
freedreno/a6xx: Consolidate more of dword 0 building in fd6_draw_vbo
Kristian H. Kristensen
2019-06-07
1
-31
/
+24
*
freedreno: Move fd4_size2indextype() helper to freedreno_util.h
Kristian H. Kristensen
2019-06-07
2
-13
/
+13
*
iris: Sweep the NIR in iris_create_uncompiled_shader().
Kenneth Graunke
2019-06-07
1
-0
/
+2
*
v3d: don't emit point coordinates varyings if the FS doesn't read them
Iago Toral Quiroga
2019-06-07
1
-0
/
+5
*
tests/graw: use C99 print conversion specifier for 32 bit builds
Mark Janes
2019-06-06
1
-1
/
+2
*
panfrost/midgard: Fix crash with unused SSA values
Alyssa Rosenzweig
2019-06-06
1
-0
/
+4
*
panfrost: Report sRGB colorspace as not supported
Boris Brezillon
2019-06-06
1
-0
/
+4
*
radeonsi: Don't force dcc disable for loads
Connor Abbott
2019-06-06
2
-13
/
+0
*
virgl: Enable CAP_CLIP_HALFZ if host supports it
Gert Wollny
2019-06-06
2
-1
/
+3
*
svga: Remove unnecessary check for the pre flush bit for setting vertex buffers
Charmaine Lee
2019-06-06
1
-4
/
+4
*
winsys/svga/drm: Fix 32-bit RPCI send message
Deepak Rawat
2019-06-06
1
-12
/
+23
*
lima/ppir: add missing handling of min/max ops for vec4 add slot
Vasily Khoruzhick
2019-06-06
1
-0
/
+6
*
lima/ppir: fix crash when program uses no registers at all
Vasily Khoruzhick
2019-06-06
1
-0
/
+4
*
radeonsi: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
vc4: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
3
-3
/
+3
*
panfrost: Switch to nir_lower_doubles instead of lower_fmod64.
Kenneth Graunke
2019-06-05
1
-1
/
+2
*
nouveau: Use nir_lower_doubles instead of lower_fmod64 on nvc0.
Kenneth Graunke
2019-06-05
1
-2
/
+1
*
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Kenneth Graunke
2019-06-05
1
-1
/
+0
*
panfrost/midgard: Verify SSA claims when pipelining
Alyssa Rosenzweig
2019-06-05
3
-0
/
+24
*
panfrost/midgard: Don't assign var locations ourselves
Alyssa Rosenzweig
2019-06-05
2
-434
/
+0
*
panfrost: Reload framebuffer contents if there's no clear
Tomeu Vizoso
2019-06-05
4
-311
/
+88
*
panfrost: Don't flip scanout
Alyssa Rosenzweig
2019-06-05
9
-82
/
+47
*
st/nine: Use tgsi_to_nir when preferred IR is NIR.
Timur Kristóf
2019-06-05
4
-6
/
+135
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
1
-1
/
+1
*
iris: Only recompile CS when needed
Caio Marcelo de Oliveira Filho
2019-06-05
1
-1
/
+1
*
freedreno/a6xx: Use VALIDREG in next_regid() helper
Kristian H. Kristensen
2019-06-05
1
-6
/
+6
*
freedreno/a6xx: Remove dead code from a5xx
Kristian H. Kristensen
2019-06-05
1
-10
/
+0
*
panfrost/midgard: Always break up fragment writeout
Alyssa Rosenzweig
2019-06-05
1
-68
/
+21
*
panfrost/midgard: Fix cubemap regression
Alyssa Rosenzweig
2019-06-05
1
-2
/
+9
*
winsys/drm: Fix out of scope variable usage
Deepak Rawat
2019-06-02
1
-12
/
+13
*
panfrost/midgard: Lower integer division
Alyssa Rosenzweig
2019-06-05
2
-144
/
+1
*
panfrost/midgard: Fix 1-arg ALU memory corruption
Alyssa Rosenzweig
2019-06-05
1
-1
/
+2
*
panfrost/midgard: Add a bunch of new ALU ops
Alyssa Rosenzweig
2019-06-05
3
-4
/
+32
*
swr: fix support for GL_ARB_copy_image extension
Krzysztof Raszkowski
2019-06-05
1
-1
/
+16
[next]