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: (autoconf) allow a single swr architecture to be builtin
Chuck Atkins
2018-01-19
1
-11
/
+39
*
swr: fix clang 5 null cast warning
Greg V
2018-01-19
1
-3
/
+3
*
mesa/program: Fix -Wunused-param warning
Gert Wollny
2018-01-19
4
-6
/
+4
*
mesa/program/prog_execute.c: Silence -Wunused-param
Gert Wollny
2018-01-19
1
-6
/
+3
*
mesa: Make numSamples an unsigned int
Gert Wollny
2018-01-19
6
-8
/
+8
*
gallium: Make (num_)samples an unsigned int
Gert Wollny
2018-01-19
2
-2
/
+6
*
st/vdpau: release held lock in error path
Grazvydas Ignotas
2018-01-19
1
-1
/
+3
*
anv: avoid segmentation fault due to vk_error()
Samuel Iglesias Gonsálvez
2018-01-19
1
-8
/
+10
*
ac/nir: Fix vector extraction if source vector has >4 elements.
Bas Nieuwenhuizen
2018-01-19
1
-16
/
+32
*
ac/nir: Use correct 32-bit component writemask for 64-bit SSBO stores.
Bas Nieuwenhuizen
2018-01-19
1
-9
/
+13
*
ac/nir: Fix TCS output LDS offsets.
Bas Nieuwenhuizen
2018-01-19
1
-5
/
+6
*
radv: Use correct bindings for inputRate in key generation.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+7
*
radv: Implement VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
7
-4
/
+407
*
radv: Add create image flag to not use DCC/CMASK.
Bas Nieuwenhuizen
2018-01-19
2
-19
/
+25
*
radv: Generate VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
3
-2
/
+9
*
radv: Replace an assert with unreachable.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+1
*
radv: Remove DCC check on CS resolve dst image.
Bas Nieuwenhuizen
2018-01-19
1
-3
/
+0
*
gallivm: support avx512 (16x32) in interleave2_half
George Kyriazis
2018-01-18
1
-2
/
+38
*
vbo: fix VBO optimization regression
Brian Paul
2018-01-18
2
-4
/
+7
*
meson: ensure that xmlpool_options.h is generated for targets that need it
Dylan Baker
2018-01-18
3
-12
/
+12
*
ac: fix visit_ssa_undef() for doubles
Timothy Arceri
2018-01-19
1
-2
/
+3
*
ac/nir: account for view index in the user sgpr allocation.
Dave Airlie
2018-01-18
1
-8
/
+34
*
r600: enable ARB_enhanced_layouts
Dave Airlie
2018-01-19
1
-1
/
+1
*
intel: Future-proof ring names for aubinator_error_decode
Chris Wilson
2018-01-18
1
-24
/
+98
*
i965: Bind null render targets for shadow sampling + color.
Kenneth Graunke
2018-01-18
1
-1
/
+32
*
anv/query: implement multiview interactions
Iago Toral Quiroga
2018-01-18
1
-0
/
+54
*
vc5: add missing files to the tarball
Emil Velikov
2018-01-18
1
-0
/
+5
*
broadcom: add missing headers to the tarball
Emil Velikov
2018-01-18
1
-2
/
+5
*
i965/screen: Allow drirc to set 'allow_rgb10_configs' again.
Mario Kleiner
2018-01-18
1
-1
/
+6
*
anv: return VK_ERROR_OUT_OF_DEVICE_MEMORY when surface size is out of HW limits
Samuel Iglesias Gonsálvez
2018-01-18
1
-4
/
+2
*
ac: tidy up array indexing logic
Timothy Arceri
2018-01-18
1
-5
/
+1
*
mesa/st: translate SO info in glsl_to_nir() case
Rob Clark
2018-01-18
1
-4
/
+43
*
r600/sb: add lds related peepholes.
Dave Airlie
2018-01-18
1
-1
/
+8
*
r600/sb: use different stacks for tracking lds and queue usage.
Dave Airlie
2018-01-18
2
-3
/
+24
*
r600/sb: schedule LDS ops in appropriate places.
Dave Airlie
2018-01-18
2
-0
/
+7
*
r600/sb: hit the scheduler with a big hammer to avoid lds splits.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/sb: adding lds oq tracking to the scheduler
Dave Airlie
2018-01-18
2
-3
/
+15
*
r600/sb: add gcm support to avoid clause between lds read/queue read
Dave Airlie
2018-01-18
2
-2
/
+17
*
r600/sb: handle lds special dest registers.
Dave Airlie
2018-01-18
2
-2
/
+2
*
r600/sb: handle LDS operations in folding.
Dave Airlie
2018-01-18
1
-0
/
+11
*
r600/sb: add finalising for lds output queue special values.
Dave Airlie
2018-01-18
1
-0
/
+12
*
r600/sb: add initial support for parsing lds operations.
Dave Airlie
2018-01-18
1
-2
/
+50
*
r600/sb: disable if conversion for hs
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: lds ops have no dst register.
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: introduce special register values for lds support.
Dave Airlie
2018-01-18
3
-1
/
+33
*
r600/sb: update last_cf if alu is the last clause
Dave Airlie
2018-01-18
1
-0
/
+1
*
r600/sb: start adding GDS support
Dave Airlie
2018-01-18
13
-13
/
+123
*
r600/sb: add tess/compute initial state registers.
Dave Airlie
2018-01-18
1
-1
/
+4
*
r600/sb: fix a bug emitting ar load from a constant.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/shader: only emit add instruction if param has a value.
Dave Airlie
2018-01-18
1
-6
/
+8
[prev]
[next]