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
*
llvmpipe: init some vars to NULL to silence MinGW compiler warnings
Brian Paul
2019-05-01
1
-2
/
+2
*
radeonsi: set sampler state and view functions for compute-only contexts
Marek Olšák
2019-05-01
3
-9
/
+12
*
radeonsi: use new atomic LLVM helpers
Marek Olšák
2019-05-01
1
-8
/
+4
*
st/mesa: don't flush the front buffer if it's a pbuffer
Marek Olšák
2019-05-01
1
-3
/
+13
*
mesa: fix pbuffers because internally they are front buffers
Marek Olšák
2019-05-01
1
-20
/
+36
*
mesa: rework error handling in glDrawBuffers
Marek Olšák
2019-05-01
1
-24
/
+31
*
radv: Restrict YUVY formats to 1 layer.
Bas Nieuwenhuizen
2019-05-02
1
-0
/
+7
*
radv: Set is_array in lowered ycbcr tex instructions.
Bas Nieuwenhuizen
2019-05-02
1
-0
/
+1
*
radv: Fix hang width YCBCR array textures.
Bas Nieuwenhuizen
2019-05-02
1
-2
/
+6
*
lima/gpir: add limit of max 512 instructions
Erico Nunes
2019-05-02
1
-0
/
+6
*
panfrost: Fix blend shader upload
Alyssa Rosenzweig
2019-05-01
2
-7
/
+14
*
panfrost/decode: Hit MRT blend shader enable bits
Alyssa Rosenzweig
2019-05-01
2
-3
/
+18
*
panfrost: Remove shader dump
Alyssa Rosenzweig
2019-05-01
4
-9
/
+0
*
virgl: Re-use and extend queue transfers for intersecting buffer subdatas.
David Riley
2019-05-01
1
-0
/
+46
*
virgl: Allow transfer queue entries to be found and extended.
David Riley
2019-05-01
2
-0
/
+58
*
virgl: Store mapped hw resource with transfer object.
David Riley
2019-05-01
3
-7
/
+7
*
iris: Fix imageBuffer and PBO download.
Kenneth Graunke
2019-05-01
1
-2
/
+2
*
r600: reset tex array override even when no view bound
Dave Airlie
2019-05-02
1
-11
/
+10
*
nir: Saturating integer arithmetic is not associative
Ian Romanick
2019-05-01
1
-1
/
+1
*
util: move #include out of #if linux
Eric Engestrom
2019-05-01
1
-1
/
+1
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-05-01
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-05-01
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-05-01
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-05-01
3
-123
/
+57
*
gitlab-ci: build vulkan drivers in clang build
Eric Engestrom
2019-05-01
1
-0
/
+1
*
softpipe: setup pixel_offset for all primitive types
Erik Faye-Lund
2019-05-01
1
-11
/
+10
*
nir: improve convert_yuv_to_rgb
Jonathan Marek
2019-05-01
1
-15
/
+14
*
doc: Update feature matrix
Gert Wollny
2019-05-01
1
-11
/
+11
*
softpipe: Increase the GLSL feature level
Gert Wollny
2019-05-01
1
-1
/
+1
*
softpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
Gert Wollny
2019-05-01
1
-0
/
+42
*
softpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
Gert Wollny
2019-05-01
1
-0
/
+32
*
softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
Gert Wollny
2019-05-01
1
-1
/
+40
*
softpipe: Add an per-input array for interpolator correctors to machine
Gert Wollny
2019-05-01
2
-4
/
+79
*
softpipe: Factor out evaluation of the source indices
Gert Wollny
2019-05-01
1
-28
/
+41
*
softpipe: evaluate cube the faces on a per sample bases
Gert Wollny
2019-05-01
1
-24
/
+16
*
softpipe: keep input lod for explicite derivatives
Gert Wollny
2019-05-01
1
-2
/
+4
*
softpipe: tie in new code path for lod evaluation
Gert Wollny
2019-05-01
2
-46
/
+21
*
softpipe: Move selection of shadow values up and clean parameter list
Gert Wollny
2019-05-01
1
-29
/
+43
*
softpipe: Pipe gather_comp through from st_tgsi_get_samples
Gert Wollny
2019-05-01
2
-5
/
+18
*
softpipe: Prepare handling explicit gradients
Gert Wollny
2019-05-01
3
-1
/
+42
*
softpipe: Factor gradient evaluation out of the lambda evaluation
Gert Wollny
2019-05-01
1
-19
/
+119
*
egl: return correct error code for a case req ver < 3 with forward-compatible
Andrii Simiklit
2019-05-01
1
-1
/
+4
*
radeonsi/nir: call radeonsi nir opts before the scan pass
Timothy Arceri
2019-05-01
2
-0
/
+2
*
radeonsi/nir: create si_nir_opts() helper
Timothy Arceri
2019-05-01
2
-36
/
+43
*
swr/rast: early exit on empty triangle mask
Alok Hota
2019-04-30
1
-0
/
+6
*
swr/rast: add guards for cpuid on Linux
Alok Hota
2019-04-30
1
-0
/
+2
*
swr/rast: add flat shading
Alok Hota
2019-04-30
1
-0
/
+13
*
swr/rast: add SWR_STATIC_ASSERT() macro
Alok Hota
2019-04-30
1
-1
/
+8
*
swr/rast: update guardband rects at draw setup
Alok Hota
2019-04-30
1
-2
/
+3
*
swr/rast: add more llvm intrinsics
Alok Hota
2019-04-30
1
-0
/
+3
[next]