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
*
swr/rast: fix intrinsic/function for LLVM 7 compatibility
Alok Hota
2018-10-25
6
-14
/
+3
*
nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+
Rhys Perry
2018-10-25
4
-3
/
+11
*
radv: Emit enqueued pipeline barriers on event write.
Bas Nieuwenhuizen
2018-10-25
1
-0
/
+2
*
radv: Add support for VK_KHR_driver_properties.
Bas Nieuwenhuizen
2018-10-25
2
-0
/
+25
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
24
-40
/
+4
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
36
-72
/
+5
*
gen: Add AMD_gpu_shader_int64.xml to tarball
Dylan Baker
2018-10-24
2
-0
/
+2
*
gen: Add EXT_vertex_attrib_64bit.xml to dependency lists
Dylan Baker
2018-10-24
2
-0
/
+2
*
anv: move variable to proper scope and mark as MAYBE_UNUSED
Eric Engestrom
2018-10-24
1
-2
/
+1
*
anv: use snprintf() instead of memset()+strcpy()
Eric Engestrom
2018-10-24
1
-4
/
+3
*
anv: drop unused includes
Eric Engestrom
2018-10-24
1
-3
/
+0
*
autotools: include intel_tiled_memcopy.c
Dylan Baker
2018-10-24
2
-0
/
+7
*
meson: fix formatting and add extra_files to i965
Dylan Baker
2018-10-24
1
-10
/
+12
*
ir3_compiler/nir: fix imageSize() for buffer-backed images
Eduardo Lima Mitev
2018-10-24
2
-0
/
+33
*
nir: Fix array initializer.
Jose Fonseca
2018-10-24
1
-1
/
+1
*
anv: Allow presenting via a different GPU
Alex Smith
2018-10-24
1
-2
/
+2
*
nir: fix nir_copy_propagation test
Juan A. Suarez Romero
2018-10-24
1
-2
/
+2
*
radv: call nir_link_xfb_varyings()
Timothy Arceri
2018-10-24
1
-0
/
+4
*
radv: move nir_lower_io_to_scalar_early() to radv_link_shaders()
Timothy Arceri
2018-10-24
1
-26
/
+18
*
nir: add linking helper nir_link_xfb_varyings()
Samuel Pitoiset
2018-10-24
2
-0
/
+34
*
intel/compiler: Change src1 reg type to unsigned doubleword
Sagar Ghuge
2018-10-23
2
-3
/
+3
*
mesa/glformats: Remove redundant helper _mesa_base_format_component_count
Eduardo Lima Mitev
2018-10-23
4
-33
/
+3
*
nir/algebraic: Fix a typo in the bit size validation code
Jason Ekstrand
2018-10-23
1
-2
/
+2
*
amd/common: check DRM version 3.27 for JPEG decode
Leo Liu
2018-10-23
1
-1
/
+1
*
intel/decoders: fix end of batch limit
Lionel Landwerlin
2018-10-23
3
-9
/
+10
*
radeonsi: enable vcn jpeg decode for raven
Boyuan Zhang
2018-10-23
1
-0
/
+2
*
winsys/amdgpu: add vcn jpeg cs support
Boyuan Zhang
2018-10-23
1
-0
/
+12
*
amd/common: add vcn jpeg ip info query
Boyuan Zhang
2018-10-23
1
-2
/
+12
*
radeon/vcn: implement jpeg target buffer cmd
Boyuan Zhang
2018-10-23
1
-1
/
+72
*
radeon/vcn: implement jpeg bitstream buffer cmd
Boyuan Zhang
2018-10-23
1
-1
/
+45
*
radeon/uvd: remove get mjpeg slice header
Boyuan Zhang
2018-10-23
1
-157
/
+0
*
st/va: get mjpeg slice header
Boyuan Zhang
2018-10-23
3
-2
/
+164
*
radeon/vcn: add jpeg decode implementation
Boyuan Zhang
2018-10-23
5
-7
/
+119
*
radeon/vcn: separate send cmd call from end frame
Boyuan Zhang
2018-10-23
2
-8
/
+28
*
radeon/vcn: create cs based on ring type
Boyuan Zhang
2018-10-23
1
-2
/
+6
*
radeon/winsys: add vcn jpeg ring type
Boyuan Zhang
2018-10-23
1
-0
/
+1
*
radeon/vcn: add vcn jpeg decode interface
Boyuan Zhang
2018-10-23
1
-0
/
+90
*
radeon/vcn: move radeon decoder define to header file
Boyuan Zhang
2018-10-23
2
-31
/
+32
*
radv: fix btoi for R32G32B32 when the dest offset is not 0
Samuel Pitoiset
2018-10-23
1
-2
/
+2
*
i965/miptree: Use cpu tiling/detiling when mapping
Scott D Phillips
2018-10-23
1
-4
/
+106
*
i965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
Scott D Phillips
2018-10-23
9
-90
/
+426
*
i965: expose type of memcpy instead of memcpy function itself
Tapani Pälli
2018-10-23
4
-30
/
+63
*
util: use *unsigned* ints for bit operations
Eric Engestrom
2018-10-23
1
-1
/
+1
*
radv: s/abs/fabsf/ for floats
Eric Engestrom
2018-10-23
1
-4
/
+4
*
st/mesa: Record shader access qualifiers for images
Jason Ekstrand
2018-10-23
5
-9
/
+30
*
nir/algebraic: Provide descriptive asserts for bit size checks
Jason Ekstrand
2018-10-22
1
-9
/
+42
*
nir/algebraic: Loosen a restriction on variables
Jason Ekstrand
2018-10-22
1
-2
/
+6
*
nir/algebraic: A bit of validation refactoring'
Jason Ekstrand
2018-10-22
1
-15
/
+15
*
nir/algebraic: Make internal classes str-able
Jason Ekstrand
2018-10-22
1
-4
/
+12
*
nir/algebraic: Generalize an optimization
Jason Ekstrand
2018-10-22
1
-1
/
+1
[next]