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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/ir: Represent logical edge of BREAK instruction.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
intel/ir: Add helper function to push block onto CFG analysis stack.
Francisco Jerez
2019-10-11
1
-4
/
+13
*
intel/ir: Represent physical and logical subsets of the CFG.
Francisco Jerez
2019-10-11
3
-40
/
+81
*
intel/ir: Drop hard-coded correspondence between IR and HW opcodes.
Francisco Jerez
2019-10-11
2
-95
/
+85
*
intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.
Francisco Jerez
2019-10-11
7
-15
/
+41
*
intel/eu: Rework opcode description tables to allow efficient look-up by eith...
Francisco Jerez
2019-10-11
5
-304
/
+166
*
intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++.
Francisco Jerez
2019-10-11
4
-13
/
+13
*
intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).
Francisco Jerez
2019-10-11
5
-32
/
+46
*
intel/fs: Fix constness of implied_mrf_writes() argument.
Francisco Jerez
2019-10-11
2
-2
/
+2
*
intel/fs: Define is_send() convenience IR helper.
Francisco Jerez
2019-10-11
1
-1
/
+7
*
intel/fs: Define is_payload() method of the IR instruction class.
Francisco Jerez
2019-10-11
2
-0
/
+39
*
intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like inst...
Francisco Jerez
2019-10-11
1
-0
/
+3
*
nir/dead_cf: Remove dead control flow after infinite loops.
Bas Nieuwenhuizen
2019-10-11
1
-0
/
+7
*
aco: don't use p_as_uniform for vgpr sampler/image indices
Rhys Perry
2019-10-11
1
-1
/
+3
*
aco: implement divergent vulkan_resource_index
Rhys Perry
2019-10-11
2
-4
/
+14
*
aco: readfirstlane vgpr pointers in convert_pointer_to_64_bit()
Rhys Perry
2019-10-11
1
-0
/
+2
*
aco: use can_accept_constant in valu_can_accept_literal
Rhys Perry
2019-10-11
1
-7
/
+8
*
aco: don't apply sgprs/constants to read/write lane instructions
Rhys Perry
2019-10-11
1
-1
/
+11
*
nir/lower_input_attachments: pass on non-uniform access flag
Rhys Perry
2019-10-11
1
-0
/
+2
*
nir/lower_non_uniform: lower image/texture instructions taking derefs
Rhys Perry
2019-10-11
1
-10
/
+88
*
etnaviv: rework etna_resource_create tiling choice
Jonathan Marek
2019-10-11
1
-40
/
+26
*
etnaviv: rework compatible render base
Jonathan Marek
2019-10-11
7
-58
/
+64
*
etnaviv: get addressing mode from tiling layout
Jonathan Marek
2019-10-11
5
-24
/
+8
*
etnaviv: clear texture cache and flush ts when texture is modified
Jonathan Marek
2019-10-11
3
-29
/
+53
*
etnaviv: output the same shader-db format as freedreno, v3d and intel
Christian Gmeiner
2019-10-11
1
-6
/
+3
*
etnaviv: nir: start to make use of compile_error(..)
Christian Gmeiner
2019-10-11
2
-12
/
+15
*
gallivm: fix coroutines on aarch64 with llvm 8
Dave Airlie
2019-10-11
1
-0
/
+6
*
llvmpipe: add support for tg4 component selection.
Dave Airlie
2019-10-11
2
-0
/
+5
*
st/glsl: add support for alternate TG4 encoding.
Dave Airlie
2019-10-11
2
-1
/
+22
*
gallium: add a a new cap for changing the TGSI TG4 instruction encoding
Dave Airlie
2019-10-11
4
-0
/
+11
*
gallivm/sample: add gather component selection to the key.
Dave Airlie
2019-10-11
2
-1
/
+16
*
llvmpipe: increase max texture size to 2GB
Roland Scheidegger
2019-10-11
1
-1
/
+5
*
glsl/tests: Handle no-exec errors
Dylan Baker
2019-10-10
2
-4
/
+42
*
meson/util: Don't run string_buffer tests on mingw
Dylan Baker
2019-10-10
1
-1
/
+4
*
meson: glcpp tests are expected to fail on windows
Dylan Baker
2019-10-10
1
-1
/
+2
*
meson: only build timspec test if timespec is available
Dylan Baker
2019-10-10
1
-1
/
+3
*
meson: add msvc compat args to swr
Dylan Baker
2019-10-10
1
-6
/
+18
*
meson: maintain names of shared API libraries
Dylan Baker
2019-10-10
3
-0
/
+6
*
meson: don't build or run mesa-sha1 test on windows
Dylan Baker
2019-10-10
1
-11
/
+14
*
meson: disable graw tests on mingw
Dylan Baker
2019-10-10
1
-1
/
+6
*
meson: don't build gallium trivial tests on windows
Dylan Baker
2019-10-10
1
-2
/
+7
*
meson: Set visibility and compat args for graw
Dylan Baker
2019-10-10
3
-0
/
+4
*
meson: Add msvc compat args to util/tests
Dylan Baker
2019-10-10
1
-0
/
+1
*
meson: Add idep_getopt for tests
Dylan Baker
2019-10-10
2
-4
/
+4
*
meson: add switches for SWR with MSVC
Dylan Baker
2019-10-10
1
-2
/
+7
*
meson: force inclusion of inttypes.h for glcpp with msvc
Dylan Baker
2019-10-10
1
-2
/
+12
*
meson: fix pipe-loader compilation for windows
Dylan Baker
2019-10-10
1
-1
/
+6
*
util/xmlconfig: include strndup.h for windows
Dylan Baker
2019-10-10
1
-0
/
+1
*
meson: fix gallium-osmesa to build for windows
Dylan Baker
2019-10-10
2
-2
/
+19
*
meson: build graw-gdi target
Dylan Baker
2019-10-10
2
-1
/
+39
[prev]
[next]