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
Commit message (
Expand
)
Author
Age
Files
Lines
*
disk cache: add callback functionality
Tapani Pälli
2018-02-07
2
-0
/
+67
*
disk cache: initialize cache path and index only when used
Tapani Pälli
2018-02-07
1
-49
/
+80
*
glsl/tests: changes to test_disk_cache_create test
Tapani Pälli
2018-02-07
1
-6
/
+22
*
glsl/tests: move utility functions in cache_test
Tapani Pälli
2018-02-07
1
-35
/
+35
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
6
-0
/
+70
*
dri: add interface for EGL_ANDROID_blob_cache extension
Tapani Pälli
2018-02-07
1
-1
/
+25
*
ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Samuel Pitoiset
2018-02-07
1
-99
/
+47
*
ac/nir: avoid loading unused VS input components
Samuel Pitoiset
2018-02-07
1
-1
/
+6
*
ac/shader: scan vertex inputs usage mask
Samuel Pitoiset
2018-02-07
2
-0
/
+16
*
i965: allocate a SGVS element when VertexID or InstanceID are read
Iago Toral Quiroga
2018-02-07
1
-15
/
+2
*
glapi: fix check_table test for non-shared glapi with meson
Dylan Baker
2018-02-06
1
-2
/
+3
*
glapi: Don't search through subdirs from glapitable.h
Dylan Baker
2018-02-06
2
-1
/
+3
*
state_tracker: Don't build st-renumerate-test without shared glapi
Dylan Baker
2018-02-06
1
-0
/
+2
*
glapi: remove APPLE extensions from test
Dylan Baker
2018-02-06
1
-2
/
+0
*
glapi/check_table: Remove 'extern "C"' block
Dylan Baker
2018-02-06
1
-2
/
+0
*
meson: fix test source name for static glapi
Dylan Baker
2018-02-06
1
-1
/
+1
*
glapi: don't walk backwards for includes
Dylan Baker
2018-02-06
2
-3
/
+5
*
mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArray
Brian Paul
2018-02-06
4
-11
/
+10
*
mesa: minor whitespace fixes, line wrapping in texcompress.c
Brian Paul
2018-02-06
1
-12
/
+14
*
mesa: simplify _mesa_get_compressed_formats()
Brian Paul
2018-02-06
1
-117
/
+83
*
util: remove redundant check for the __clang__ macro
Vlad Golovkin
2018-02-06
1
-1
/
+2
*
st/mesa: use st_access_flags_to_transfer_flags() helper in more places
Brian Paul
2018-02-06
2
-18
/
+17
*
st/mesa: refactor st_bufferobj_map_range()
Brian Paul
2018-02-06
2
-11
/
+31
*
st/mesa: refactor bufferobj_data()
Brian Paul
2018-02-06
1
-87
/
+104
*
radv: run nir_opt_shrink_load
Samuel Pitoiset
2018-02-06
2
-0
/
+2
*
nir: add nir_opt_shrink_load pass
Samuel Pitoiset
2018-02-06
4
-0
/
+71
*
radeonsi/nir: add nir support for compiling compute shaders
Timothy Arceri
2018-02-07
3
-18
/
+39
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
4
-6
/
+5
*
ac: implement nir_intrinsic_shader_clock
Timothy Arceri
2018-02-07
1
-0
/
+3
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
3
-5
/
+11
*
ac/radeonsi: add load_local_group_size() to the abi
Timothy Arceri
2018-02-07
3
-0
/
+6
*
radeonsi: add get_block_size() helper
Timothy Arceri
2018-02-07
1
-20
/
+27
*
ac: don't call emit_outputs() for compute
Timothy Arceri
2018-02-07
1
-2
/
+3
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
4
-6
/
+6
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
4
-11
/
+9
*
radeonsi/nir: gather some compute info in si_nir_scan_shader()
Timothy Arceri
2018-02-07
1
-6
/
+27
*
radeonsi/nir: always set input_usage_mask as using all components
Timothy Arceri
2018-02-07
1
-4
/
+10
*
i965: remove unused brw_nir_lower_cs_shared()
Timothy Arceri
2018-02-07
2
-9
/
+0
*
vulkan/wsi: Fix OOM behavior with prime images.
Bas Nieuwenhuizen
2018-02-06
1
-1
/
+3
*
ac/nir: fix GS load input type.
Bas Nieuwenhuizen
2018-02-06
1
-1
/
+1
*
mesa: Factor out _mesa_disable_vertex_array_attrib.
Mathias Fröhlich
2018-02-06
4
-80
/
+75
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
6
-25
/
+55
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
3
-21
/
+11
*
r600: fixup sparse color exports.
Dave Airlie
2018-02-07
3
-1
/
+12
*
r600: work out target mask at framebuffer bind.
Dave Airlie
2018-02-07
3
-4
/
+9
*
r600: work out shader export mask at shader build time (v1.1)
Dave Airlie
2018-02-07
6
-3
/
+13
*
r600: fix xfb stream check.
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/compute: add render cond support.
Dave Airlie
2018-02-07
1
-2
/
+5
*
r600: fix not-very indirect compute
Dave Airlie
2018-02-07
1
-12
/
+18
*
r600: overhaul buffer resource query.
Dave Airlie
2018-02-07
1
-7
/
+8
[next]