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
...
*
aco: create and use DefInfo struct in RA
Daniel Schürmann
2020-04-22
1
-45
/
+71
*
aco: create pseudo dummy instruction in RA to be used for live-range splits
Daniel Schürmann
2020-04-22
1
-2
/
+6
*
aco: refactor get_reg() to also handle affinities
Daniel Schürmann
2020-04-22
1
-60
/
+51
*
aco: refactor get_reg() to take Temp instead of RegClass
Daniel Schürmann
2020-04-22
1
-85
/
+84
*
aco: simplify operand handling in RA
Daniel Schürmann
2020-04-22
1
-72
/
+53
*
turnip: enable VK_FORMAT_S8_UINT as stencil format
Jonathan Marek
2020-04-22
4
-20
/
+33
*
turnip: improve GMEM load/store logic
Jonathan Marek
2020-04-22
4
-59
/
+89
*
turnip: disable depth test for S8_UINT attachment
Jonathan Marek
2020-04-22
1
-6
/
+13
*
aco: implement 64-bit sgpr swaps
Rhys Perry
2020-04-22
1
-1
/
+10
*
aco: implement sub-dword swaps
Rhys Perry
2020-04-22
3
-140
/
+320
*
aco: add VOP3P_instruction
Rhys Perry
2020-04-22
4
-19
/
+85
*
aco: fix copy statistic for 64-bit vgpr constant copy
Rhys Perry
2020-04-22
1
-0
/
+1
*
ir3: Fix bug with shaders that only exit via discard
Connor Abbott
2020-04-22
2
-0
/
+71
*
ir3: Don't double-insert the first block
Connor Abbott
2020-04-22
1
-1
/
+0
*
spirv: Expand workaround for OpControlBarrier on old GLSLang
Danylo Piliaiev
2020-04-22
1
-1
/
+5
*
iris: fail screen creation when kernel support is not there
Lionel Landwerlin
2020-04-22
1
-5
/
+19
*
gitlab-ci: add a list of excluded tests for RADV
Samuel Pitoiset
2020-04-22
1
-0
/
+3
*
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
Jason Ekstrand
2020-04-22
6
-318
/
+1
*
panfrost: Assert on unimplemented fragcoord etc
Alyssa Rosenzweig
2020-04-22
1
-0
/
+3
*
panfrost: Fix crashes with small BOs
Alyssa Rosenzweig
2020-04-22
1
-1
/
+1
*
pan/bi: Assert out multiple textures
Alyssa Rosenzweig
2020-04-22
1
-0
/
+4
*
pan/bi: Pack TEX compact instructions
Alyssa Rosenzweig
2020-04-22
1
-0
/
+23
*
pan/bi: Generate TEX_COMPACT instruction
Alyssa Rosenzweig
2020-04-22
1
-1
/
+21
*
pan/bi: Stub out tex_compact logic
Alyssa Rosenzweig
2020-04-22
1
-3
/
+36
*
pan/bi: Add normal/compact/dual switch to IR
Alyssa Rosenzweig
2020-04-22
3
-0
/
+21
*
pan/bi: Feed data register to BI_TEX
Alyssa Rosenzweig
2020-04-22
1
-1
/
+1
*
pan/bi: Include TEX_COMPACT f16 opcode
Alyssa Rosenzweig
2020-04-22
1
-0
/
+1
*
pan/bi: Structify TEX compact
Alyssa Rosenzweig
2020-04-22
1
-0
/
+12
*
pan/bi: Disassemble f16 dual tex
Alyssa Rosenzweig
2020-04-22
1
-3
/
+6
*
pan/bi: Document when dual-tex is triggered
Alyssa Rosenzweig
2020-04-22
1
-1
/
+5
*
pan/bi: Print tex_compact coordinates
Alyssa Rosenzweig
2020-04-22
1
-0
/
+7
*
intel/compiler: Put back saturate on [iu]add_sat opcodes
Kenneth Graunke
2020-04-22
1
-0
/
+1
*
panfrost: Align Android makefiles with recent changes
Roman Stratiienko
2020-04-22
2
-0
/
+15
*
freedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing to .z
Eric Anholt
2020-04-21
1
-3
/
+1
*
turnip: fix GMEM resolve in CmdNextSubpass
Jonathan Marek
2020-04-21
1
-1
/
+3
*
gitlab-ci: adapt query_traces_yaml to gitlab specific changes
Andres Gomez
2020-04-22
2
-12
/
+15
*
egl: simplify client/platform extension handling
Emil Velikov
2020-04-21
4
-59
/
+23
*
mesa/gallium: do not use enum for bit-allocated member
Erik Faye-Lund
2020-04-21
1
-1
/
+1
*
util/ralloc: fix ralloc alignment on Win64
Jesse Natalie
2020-04-21
1
-0
/
+4
*
intel/compiler: Drop nir_lower_to_source_mods() and related handling.
Kenneth Graunke
2020-04-21
4
-123
/
+27
*
meson: update llvm dependency logic for meson 0.54.0
Dylan Baker
2020-04-21
1
-6
/
+8
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
218
-952
/
+843
*
dri/nouveau: replace assert with unreachable
Dylan Baker
2020-04-21
1
-1
/
+3
*
mesa: move ADD_POINTERS to macros.h
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
18
-78
/
+44
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
19
-254
/
+96
*
util: Add an aligned realloc function
Dylan Baker
2020-04-21
4
-17
/
+40
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
68
-1
/
+70
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
11
-49
/
+28
*
move windows strtok_r define to u_string
Dylan Baker
2020-04-21
2
-4
/
+4
[prev]
[next]