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
*
nir: Add some docs to the metadata types
Jason Ekstrand
2020-05-14
1
-0
/
+51
*
freedreno: Fix attempts to push UBO contents past the constlen on pre-a6xx.
Eric Anholt
2020-05-14
3
-7
/
+6
*
docs: update calendar for 20.1.0-rc3
Eric Engestrom
2020-05-14
1
-7
/
+1
*
panfrost: Fix background showing when using discard
Icecream95
2020-05-14
1
-1
/
+7
*
anv: Translate relative timeout to absolute when calling anv_timelines_wait
Danylo Piliaiev
2020-05-14
1
-1
/
+1
*
anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+
Jason Ekstrand
2020-05-14
1
-1
/
+15
*
anv: Set 3DSTATE_VF_INSTANCING on the SVGS element
Jason Ekstrand
2020-05-14
1
-0
/
+6
*
freedreno: Drop the noubo fails list for CI, since there aren't any now.
Eric Anholt
2020-05-14
2
-3
/
+1
*
freedreno/a6xx: Use LDC for UBO loads.
Eric Anholt
2020-05-14
6
-54
/
+65
*
freedreno: Trim num_ubos to just the ones we haven't lowered to constbuf.
Eric Anholt
2020-05-14
2
-22
/
+29
*
freedreno/ir3: Move i/o offset lowering after analyze_ubo_ranges.
Eric Anholt
2020-05-14
2
-14
/
+12
*
freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.
Eric Anholt
2020-05-14
1
-4
/
+2
*
freedreno/ir3: Clean up a silly nir_src_for_ssa(src.ssa).
Eric Anholt
2020-05-14
1
-1
/
+1
*
nir: Include num_ubos in the printed shader (if nonzero).
Eric Anholt
2020-05-14
1
-0
/
+2
*
util/ra: Add [de]serialization support
Jason Ekstrand
2020-05-13
2
-0
/
+69
*
util/vma: Add a debug print helper
Jason Ekstrand
2020-05-13
2
-0
/
+24
*
util/vma: Add an option to configure high/low preference
Jason Ekstrand
2020-05-13
2
-19
/
+54
*
util/list: Add list_foreach_entry_from_safe
Caio Marcelo de Oliveira Filho
2020-05-13
1
-0
/
+7
*
util/list: Add a list pair iterator
Jason Ekstrand
2020-05-13
1
-0
/
+7
*
anv: Implement VK_EXT_custom_border_color
Iván Briano
2020-05-13
4
-31
/
+109
*
anv: Add a way to reserve states from a pool
Iván Briano
2020-05-13
2
-0
/
+55
*
anv: Disable B5G6R5_UNORM_PACK16
Iván Briano
2020-05-13
1
-1
/
+1
*
anv: use the correct format on Android
Iván Briano
2020-05-13
1
-1
/
+1
*
drirc: Enable glthread for PCSX2
JibbityJobbity
2020-05-13
1
-0
/
+3
*
post_version.py: stop adding release candidates to the index and relnotes
Eric Engestrom
2020-05-13
1
-4
/
+8
*
post_version.py: invert `is_point` into `is_first_release` to make its purpos...
Eric Engestrom
2020-05-13
1
-9
/
+7
*
post_version.py: fix branch name construction for release candidates
Eric Engestrom
2020-05-13
1
-2
/
+13
*
glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enums
Marek Olšák
2020-05-13
2
-11
/
+8
*
radeonsi: also enable tgsi_to_nir caching for compute shaders
Marek Olšák
2020-05-13
1
-1
/
+1
*
radeonsi: Enable tgsi to nir disk cache
Axel Davy
2020-05-13
1
-1
/
+1
*
st/nine: Enable ttn cache
Axel Davy
2020-05-13
1
-1
/
+1
*
ttn: Implement disk cache
Axel Davy
2020-05-13
1
-2
/
+82
*
ttn: Add new allow_disk_cache parameter
Axel Davy
2020-05-13
14
-17
/
+21
*
freedreno/a6xx: Fix UBWC mipmapping height alignment.
Eric Anholt
2020-05-13
2
-6
/
+137
*
freedreno/a6xx: Fix UBWC mipmap sizing.
Eric Anholt
2020-05-13
2
-14
/
+95
*
freedreno/a6xx: Fix UBWC blockheight for RG8.
Eric Anholt
2020-05-13
1
-1
/
+4
*
freedreno: Pull the tile_alignment lookup for a layout to a helper.
Eric Anholt
2020-05-13
1
-20
/
+25
*
freedreno/a6xx: Add a testcase for UBWC buffer sharing.
Eric Anholt
2020-05-13
1
-4
/
+22
*
freedreno/a6xx: Improve layout testcase logging for UBWC fails.
Eric Anholt
2020-05-13
1
-2
/
+2
*
freedreno/a4xx+: Increase max texture size to 16384.
Eric Anholt
2020-05-13
4
-6
/
+10
*
nir: reset ssa-defs as non-divergent during divergence analysis instead of up...
Daniel Schürmann
2020-05-13
1
-21
/
+36
*
nir: simplify phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-113
/
+116
*
nir: rework phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-173
/
+214
*
nir: refactor divergence analysis state
Daniel Schürmann
2020-05-13
1
-35
/
+37
*
nir: add nir_intrinsic_elect to divergence analysis
Daniel Schürmann
2020-05-13
1
-0
/
+1
*
nir: Make "divergent" a property of an SSA value
Jason Ekstrand
2020-05-13
5
-95
/
+122
*
gallium: remove more "state tracker" occurences
Marek Olšák
2020-05-13
6
-13
/
+11
*
gallium: rename PIPE_RESOURCE_FLAG_ST_PRIV to FRONTEND_PRIV
Marek Olšák
2020-05-13
2
-3
/
+3
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
97
-193
/
+188
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
444
-174
/
+360
[next]