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
...
*
pci_id_driver_map: Support preferring iris over i965
Jordan Justen
2019-08-28
2
-4
/
+31
*
i965: Exit with error if gen12+ is detected
Jordan Justen
2019-08-28
1
-0
/
+5
*
anv: build libanv for gen12 in android build
Tapani Pälli
2019-08-28
1
-0
/
+23
*
anv: Build for gen12
Jordan Justen
2019-08-28
6
-1
/
+29
*
iris: build android libmesa_iris for gen12
Tapani Pälli
2019-08-28
1
-1
/
+21
*
iris: Build for gen12
Jordan Justen
2019-08-28
3
-1
/
+7
*
intel/l3: Don't assert on gen12 (use gen11 config temporarily)
Jordan Justen
2019-08-28
1
-0
/
+1
*
intel/compiler: Disable compaction on gen12 for now
Jordan Justen
2019-08-28
1
-1
/
+7
*
intel/isl: build android libmesa_isl for gen12
Tapani Pälli
2019-08-28
1
-0
/
+20
*
intel/isl: Build gen12 using gen11 code paths
Jordan Justen
2019-08-28
4
-1
/
+11
*
intel/genxml: generate pack files for gen12 on android builds
Tapani Pälli
2019-08-28
1
-0
/
+5
*
intel/genxml: Build gen12 genxml
Jordan Justen
2019-08-28
5
-2
/
+11
*
intel/genxml: Add gen12.xml as a copy of gen11.xml
Jordan Justen
2019-08-28
1
-0
/
+7171
*
intel/genxml: Run sort_xml.sh to tidy gen9.xml and gen11.xml
Jordan Justen
2019-08-28
2
-38
/
+36
*
intel/genxml/gen11: Add spaces in EnableUnormPathInColorPipe
Jordan Justen
2019-08-28
1
-1
/
+1
*
intel/genxml: Handle field names with different spacing/hyphen
Jordan Justen
2019-08-28
1
-3
/
+4
*
freedreno/a6xx: Fix non-mipmap filtering selection.
Eric Anholt
2019-08-28
1
-6
/
+6
*
intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardware
Ian Romanick
2019-08-28
1
-0
/
+1
*
nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...
Ian Romanick
2019-08-28
1
-1
/
+1
*
gallium: Don't emit identical endian-dependent pack/unpack code.
Eric Anholt
2019-08-28
1
-5
/
+11
*
gallium: Fix big-endian addressing of non-bitmask array formats.
Eric Anholt
2019-08-28
2
-6
/
+40
*
gallium: Drop a bit of dead code from the pack/unpack python.
Eric Anholt
2019-08-28
1
-2
/
+0
*
gallium: Drop the useless union wrapper on pack/unpack.
Eric Anholt
2019-08-28
1
-28
/
+22
*
gallium: Skip generating the pack/unpack union if we don't use it.
Eric Anholt
2019-08-28
1
-1
/
+1
*
gallium: Fix mesa format name in unit test failure path.
Eric Anholt
2019-08-28
1
-1
/
+1
*
panfrost: Reset the damage area on imported resources
Boris Brezillon
2019-08-28
1
-11
/
+12
*
panfrost: Use ralloc() to allocate instructions to avoid leaking those objs
Boris Brezillon
2019-08-28
8
-16
/
+17
*
scons: Make GCC builds stricter.
Jose Fonseca
2019-08-28
1
-1
/
+4
*
util: Prevent strcasecmp macro redefinion.
Jose Fonseca
2019-08-28
1
-0
/
+3
*
util: Prevent implicit declaration of function getenv.
Jose Fonseca
2019-08-28
1
-0
/
+1
*
glx: Fix incompatible function pointer types.
Jose Fonseca
2019-08-28
1
-1
/
+1
*
lima: fix texture descriptor issues
Vasily Khoruzhick
2019-08-28
2
-17
/
+13
*
iris: Drop swizzling parameter from s8_offset.
Kenneth Graunke
2019-08-27
1
-19
/
+3
*
mesa: Fix _mesa_float_to_unorm() on 32-bit systems.
Kenneth Graunke
2019-08-27
1
-1
/
+1
*
util: Add a _mesa_i64roundevenf() helper.
Kenneth Graunke
2019-08-27
1
-0
/
+16
*
glx: Unset the direct_support bit for GLX_EXT_import_context
Adam Jackson
2019-08-27
1
-1
/
+1
*
util: add auxv based PowerPC AltiVec/VSX detection
Daniel Kolesa
2019-08-27
1
-4
/
+25
*
intel/compiler: Use new Gen11 headerless RT writes for MRT cases
Kenneth Graunke
2019-08-27
1
-2
/
+13
*
intel/compiler: Use generic SEND for Gen7+ FB writes
Kenneth Graunke
2019-08-27
2
-6
/
+28
*
intel/compiler: Refactor FB write message control setup into a helper.
Kenneth Graunke
2019-08-27
3
-26
/
+37
*
intel/compiler: Handle bits 15:12 in brw_send_indirect_split_message()
Kenneth Graunke
2019-08-27
1
-2
/
+12
*
intel/compiler: Fix src0/desc setter ordering
Kenneth Graunke
2019-08-27
1
-2
/
+2
*
radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
Marek Olšák
2019-08-27
3
-31
/
+39
*
radeonsi: unbind blend/DSA/rasterizer state correctly in delete functions
Marek Olšák
2019-08-27
1
-1
/
+9
*
radeonsi: align scratch and ring buffer allocations for faster memory access
Marek Olšák
2019-08-27
3
-7
/
+11
*
radeonsi: consolidate determining VGPR_COMP_CNT for API VS
Marek Olšák
2019-08-27
1
-44
/
+32
*
radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags
Marek Olšák
2019-08-27
5
-18
/
+59
*
radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
Marek Olšák
2019-08-27
4
-21
/
+14
*
radeonsi: add PKT3_CONTEXT_REG_RMW
Marek Olšák
2019-08-27
2
-0
/
+31
*
winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUG
Marek Olšák
2019-08-27
2
-4
/
+8
[prev]
[next]