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
*
egl: pull update from Khronos and drop local define
Eric Engestrom
2018-03-21
2
-7
/
+1
*
egl: align the formatting of Haiku section of eglplatform.h with Khronos'
Eric Engestrom
2018-03-21
1
-4
/
+6
*
egl: add Ozone section to eglplatform.h
Eric Engestrom
2018-03-21
1
-0
/
+6
*
clover: Dynamically calculate __OPENCL_VERSION__ and CLC language version
Aaron Watry
2018-03-21
1
-2
/
+5
*
clover/llvm: Add get_[cl|language]_version, validation and some helpers
Aaron Watry
2018-03-21
1
-0
/
+88
*
docs: add 17.3.{8,9} in the release calendar
Juan A. Suarez Romero
2018-03-21
1
-1
/
+13
*
intel/blorp: Fix compiler warning about num_layers.
Eric Anholt
2018-03-20
1
-1
/
+1
*
radv: add support for VK_EXT_depth_range_unrestricted
Samuel Pitoiset
2018-03-20
2
-0
/
+23
*
radv: only enable one channel when exporting prim id
Samuel Pitoiset
2018-03-20
1
-1
/
+1
*
i965: fix out of tree autotools build
Lionel Landwerlin
2018-03-20
1
-1
/
+4
*
virgl: Implement seamless cube maps
Stéphane Marchesin
2018-03-21
2
-1
/
+3
*
i965: annotate brw_oa.py's --header and --code as required
Emil Velikov
2018-03-20
1
-21
/
+14
*
i965: pipecontrol: add LRI write immediate flag
Lionel Landwerlin
2018-03-20
1
-0
/
+1
*
intel: genxml: add INSTPM/CS_DEBUG_MODE2 registers
Lionel Landwerlin
2018-03-20
7
-0
/
+46
*
i965: fix autotools/android build
Lionel Landwerlin
2018-03-20
2
-13
/
+6
*
dri3: Fix typo in version check
Daniel Stone
2018-03-20
1
-1
/
+1
*
meson: Don't build svga by default on ARM/AArch64
Daniel Stone
2018-03-20
1
-1
/
+1
*
meson: Add default DRI drivers for ARM/AArch64
Daniel Stone
2018-03-20
1
-0
/
+2
*
st/mesa: add compiler/nir/ prefix for nir includes
Emil Velikov
2018-03-20
1
-2
/
+2
*
anv: off-by-one in GetDescriptorSetLayoutSupport
Scott D Phillips
2018-03-20
1
-1
/
+1
*
i965: perf: reduce i965 binary size
Lionel Landwerlin
2018-03-20
6
-221
/
+334
*
i965: perf: fix a counter return type on hsw
Lionel Landwerlin
2018-03-20
1
-1
/
+1
*
mesa: fix leaking ParameterValueOffset
Tapani Pälli
2018-03-20
1
-0
/
+1
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
5
-9
/
+20
*
radv: don't lower indirects until after opts have run
Timothy Arceri
2018-03-20
1
-1
/
+8
*
st/nir: fix atomic lowering for gallium drivers
Timothy Arceri
2018-03-20
4
-8
/
+14
*
st/radeonsi: enable uniform packing in NIR backend
Timothy Arceri
2018-03-20
2
-9
/
+7
*
st: add uniform packing support to lower_uniforms_to_ubo()
Timothy Arceri
2018-03-20
3
-7
/
+14
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
19
-0
/
+22
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
9
-14
/
+18
*
st: add st_glsl_type_dword_size() helper
Timothy Arceri
2018-03-20
2
-0
/
+44
*
st/glsl_to_nir: add support for packed builtin uniforms
Timothy Arceri
2018-03-20
1
-5
/
+37
*
mesa: add _mesa_add_sized_state_reference() helper
Timothy Arceri
2018-03-20
2
-14
/
+27
*
mesa: add support propagate uniform support for packed uniforms
Timothy Arceri
2018-03-20
1
-2
/
+18
*
mesa: allow for uniform packing when adding uniforms to param list
Timothy Arceri
2018-03-20
1
-5
/
+27
*
mesa: add packing support for setting uniform handles
Timothy Arceri
2018-03-20
1
-3
/
+13
*
mesa: add packing support for setting uniforms
Timothy Arceri
2018-03-20
1
-19
/
+53
*
mesa: create copy uniform to storage helpers
Timothy Arceri
2018-03-20
1
-63
/
+91
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
19
-60
/
+125
*
mesa: add PackedDriverUniformStorage const
Timothy Arceri
2018-03-20
1
-0
/
+3
*
broadcom/vc5: Don't annotate dumps with stale live intervals.
Eric Anholt
2018-03-19
4
-2
/
+8
*
broadcom/vc5: Add support for register spilling.
Eric Anholt
2018-03-19
7
-11
/
+306
*
broadcom/vc5: Remove redundant last_inst lookup.
Eric Anholt
2018-03-19
1
-1
/
+0
*
broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.
Eric Anholt
2018-03-19
1
-1
/
+7
*
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
Eric Anholt
2018-03-19
3
-8
/
+73
*
broadcom/vc5: Move the umul macro to a header.
Eric Anholt
2018-03-19
2
-8
/
+8
*
broadcom/vc5: Correct the arg count of TIDX/EIDX.
Eric Anholt
2018-03-19
1
-2
/
+2
*
broadcom/vc5: Re-do live variables after removing thrsws.
Eric Anholt
2018-03-19
2
-3
/
+14
*
broadcom/vc5: Add a QPU helper for instructions using the TLB.
Eric Anholt
2018-03-19
2
-0
/
+23
*
broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().
Eric Anholt
2018-03-19
2
-4
/
+35
[next]