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
...
*
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
*
r600/eg: fix buffer sizing.
Dave Airlie
2018-02-07
1
-1
/
+3
*
r600/images: set offset for compute shaders with number of declared samplers
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/compute: only mark buffer/image state dirty for fragment shaders
Dave Airlie
2018-02-07
1
-2
/
+4
*
r600/atomic: fix ATOMCAS instruction.
Dave Airlie
2018-02-07
1
-1
/
+31
*
r600/sb/cayman: fix indirect ubo access on cayman
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/eg: use texture target to pick array size not view target (v2)
Dave Airlie
2018-02-07
1
-7
/
+10
*
radv: don't support tc-compat on multisample d32s8 at all.
Dave Airlie
2018-02-06
1
-2
/
+2
*
winsys/amdgpu: allow non page-aligned size bo creation from pointer
Michal Navratil
2018-02-06
1
-4
/
+7
*
meson: ensure xmlpool/options.h is generated for libgallium
Jon Turney
2018-02-06
1
-1
/
+1
*
vbo: provide 64bits support to print_draw_arrays
Andres Gomez
2018-02-06
1
-2
/
+19
*
vbo: take into account the size when printing VAO elements
Andres Gomez
2018-02-06
1
-1
/
+1
*
vbo: print first element of the VAO when the binding stride is 0
Andres Gomez
2018-02-06
1
-3
/
+4
*
anv/device: initialize the list of enabled extensions properly
Iago Toral Quiroga
2018-02-06
1
-1
/
+1
*
spirv: split constant initializers on in/out structs
Iago Toral Quiroga
2018-02-06
1
-0
/
+8
*
i965/nir: do int64 lowering before optimization
Iago Toral Quiroga
2018-02-06
1
-4
/
+12
*
mesa: add OES_EGL_image_external_essl3 support
Ilia Mirkin
2018-02-06
6
-2
/
+24
*
r600/fp64: Fix build.
Vinson Lee
2018-02-05
1
-1
/
+1
*
r600/fp64: fix integer->double conversion
Dave Airlie
2018-02-06
1
-28
/
+93
*
ac/nir: remove emission of nir_op_fdiv
Samuel Pitoiset
2018-02-05
1
-5
/
+0
*
travis: add macOS meson build
Jon Turney
2018-02-05
1
-0
/
+5
*
meson: osx ld doesn't support --build-id
Jon Turney
2018-02-05
2
-1
/
+5
*
meson: build src/glx/apple
Jon Turney
2018-02-05
2
-0
/
+65
*
meson: set apple glx defines
Dylan Baker
2018-02-05
1
-0
/
+2
*
meson: better defaults for osx, windows and cygwin
Jon Turney
2018-02-05
1
-6
/
+15
[prev]
[next]