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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/vc5: Use THRSW to enable multi-threaded shaders.
Eric Anholt
2018-01-12
9
-81
/
+311
*
broadcom/vc5: Properly schedule the thread-end THRSW.
Eric Anholt
2018-01-12
2
-39
/
+137
*
broadcom/vc5: Implement GFXH-1684 workaround.
Eric Anholt
2018-01-12
4
-0
/
+20
*
broadcom/vc5: Port drawing commands to V3D 4.x.
Eric Anholt
2018-01-12
9
-20
/
+93
*
broadcom/vc5: Add a test for .ifb in ADD ops.
Eric Anholt
2018-01-12
1
-0
/
+1
*
broadcom/vc5: Add the new tesselation opcodes in V3D 4.1.
Eric Anholt
2018-01-12
2
-1
/
+5
*
broadcom/vc5: Use a physical-reg-only register class for LDVPM.
Eric Anholt
2018-01-12
2
-8
/
+21
*
broadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D 4.1.
Eric Anholt
2018-01-12
9
-51
/
+197
*
broadcom/vc5: Drop dead VC5_QPU_* defines from qpu_instr.c.
Eric Anholt
2018-01-12
1
-80
/
+0
*
broadcom/vc5: Add support for QPU pack/unpack/disasm of small immediates.
Eric Anholt
2018-01-12
4
-1
/
+94
*
broadcom/vc5: Enable the driver on V3D 4.1
Eric Anholt
2018-01-12
1
-1
/
+1
*
broadcom/vc5: Port the simulator to support V3D 4.1
Eric Anholt
2018-01-12
9
-125
/
+216
*
broadcom/vc5: Drop signal bit #defines.
Eric Anholt
2018-01-12
2
-8
/
+0
*
broadcom/vc5: Add support for V3Dv4 signal bits.
Eric Anholt
2018-01-12
12
-45
/
+322
*
broadcom/vc5: Fix pack/unpack of vfmul input unpack flags.
Eric Anholt
2018-01-12
2
-0
/
+40
*
broadcom/vc5: Port the RCL setup to V3D4.1.
Eric Anholt
2018-01-12
7
-58
/
+360
*
broadcom/vc5: Fix per-tile extra clear packet.
Eric Anholt
2018-01-12
1
-1
/
+1
*
broadcom/vc5: Move the TLB loads and stores to helper functions.
Eric Anholt
2018-01-12
1
-35
/
+50
*
broadcom/vc5: Convert vc5_cl.h to use the V3DX() macros.
Eric Anholt
2018-01-12
7
-10
/
+24
*
broadcom/vc5: Introduce v3dx_macros.h and v3dx_pack.h headers.
Eric Anholt
2018-01-12
3
-1
/
+88
*
broadcom/cle: Fix error path of missing a "type" in the XML.
Eric Anholt
2018-01-12
1
-1
/
+2
*
broadcom/vc5: Add XML for V3D v4.1 (BCM7278)
Eric Anholt
2018-01-12
3
-1
/
+1054
*
ac: add 'const' qualifiers to the shader info pass
Samuel Pitoiset
2018-01-12
2
-8
/
+11
*
ac: remove unused ac_nir_compiler_options from gather_info_input_decl()
Samuel Pitoiset
2018-01-12
1
-4
/
+2
*
nir: add a 'const' qualifier to nir_ssa_def_components_read()
Samuel Pitoiset
2018-01-12
2
-2
/
+2
*
loader/dri3: Avoid freeing renderbuffers in use
Thomas Hellstrom
2018-01-12
1
-3
/
+3
*
anv: VkDescriptorSetLayoutBinding can have descriptorCount == 0
Samuel Iglesias Gonsálvez
2018-01-12
1
-1
/
+3
*
mesa: require at least 14 UBOs for GL 4.3
Roland Scheidegger
2018-01-12
1
-0
/
+1
*
util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.h
Roland Scheidegger
2018-01-12
1
-4
/
+8
*
radv: don't emit unneeded vertex state.
Dave Airlie
2018-01-12
2
-8
/
+49
*
radv: trim buffer load result (fixes dota2)
Dave Airlie
2018-01-12
1
-1
/
+1
*
meson: add variable for including include/GL/internal
Dylan Baker
2018-01-11
2
-10
/
+4
*
meson: define inc_gbm as empty if not otherwise assigned
Dylan Baker
2018-01-11
1
-0
/
+2
*
meson: move libsensors dependency to libgallium
Dylan Baker
2018-01-11
8
-13
/
+7
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
18
-50
/
+72
*
meson: don't use intermediate variables that are immediately discarded
Dylan Baker
2018-01-11
5
-14
/
+7
*
meson: Use consistent style for tests
Dylan Baker
2018-01-11
20
-151
/
+199
*
meson: Use include variables
Dylan Baker
2018-01-11
1
-1
/
+1
*
meson: Use consistent style
Dylan Baker
2018-01-11
17
-85
/
+148
*
i965: Use UD types for gl_SampleID setup
Jason Ekstrand
2018-01-11
1
-3
/
+3
*
i965/fs: Use UW types when using V immediates
Jason Ekstrand
2018-01-11
2
-5
/
+5
*
ac/nir: fix translation of nir_op_fsign for doubles
Timothy Arceri
2018-01-12
1
-7
/
+19
*
ac: add f64_0 to the llvm build context
Timothy Arceri
2018-01-12
2
-0
/
+2
*
ac/nir: fix translation of nir_op_frcp for doubles
Timothy Arceri
2018-01-12
1
-1
/
+2
*
ac/nir: fix translation of nir_op_frsq for doubles
Timothy Arceri
2018-01-12
1
-1
/
+2
*
ac: add f64_1 to the llvm build context
Timothy Arceri
2018-01-12
2
-0
/
+2
*
radv: reset semaphores & fences on sync_file export.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+16
*
Revert "Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+""
Matt Turner
2018-01-11
1
-4
/
+8
*
i965/fs: Add/use functions to convert to 3src_align1 vstride/hstride
Matt Turner
2018-01-11
1
-28
/
+41
*
anv: Make sure state on primary is correct after CmdExecuteCommands
Alex Smith
2018-01-11
1
-0
/
+9
[next]