index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: Fix a couple of warnings
Kristian H. Kristensen
2019-02-28
1
-1
/
+1
*
freedreno/a6xx: Don't zero SO buffer addresses
Kristian H. Kristensen
2019-02-28
1
-38
/
+0
*
freedreno/a6xx: Only output MRT control for used framebuffers
Kristian H. Kristensen
2019-02-28
1
-1
/
+1
*
radeonsi/nir: move si_lower_nir() call into compiler thread
Timothy Arceri
2019-02-28
1
-2
/
+3
*
freedreno: catch failing fd_blit and fallback to software blit
Jonathan Marek
2019-02-27
3
-11
/
+15
*
freedreno: use renderonly path for buffers allocated with modifiers
Jonathan Marek
2019-02-27
1
-1
/
+7
*
freedreno: a2xx: fix mipmapping for NPOT textures
Jonathan Marek
2019-02-27
1
-0
/
+6
*
freedreno: a2xx: fix fast clear for some gmem configurations
Jonathan Marek
2019-02-27
1
-3
/
+3
*
freedreno: a2xx: add use_hw_binning function
Jonathan Marek
2019-02-27
1
-2
/
+24
*
freedreno: a2xx: don't write 4th vertex in mem2gmem
Jonathan Marek
2019-02-27
1
-3
/
+1
*
swr/codegen: fix autotools build
Erik Faye-Lund
2019-02-27
1
-8
/
+8
*
meson/swr: replace hard-coded path with current_build_dir()
Eric Engestrom
2019-02-27
1
-1
/
+1
*
virgl/vtest: deprecate protocol version 1
Gurchetan Singh
2019-02-27
4
-43
/
+23
*
iris: add libmesa_iris_gen8 library to the build
Tapani Pälli
2019-02-27
1
-0
/
+21
*
android: make libbacktrace optional on USE_LIBBACKTRACE
Tapani Pälli
2019-02-27
2
-3
/
+9
*
panfrost/midgard: Allow flt to run on most units
Alyssa Rosenzweig
2019-02-27
1
-1
/
+1
*
panfrost: Expose perf counters in environment
Alyssa Rosenzweig
2019-02-27
3
-13
/
+11
*
panfrost: Identify 4-bit channel texture formats
Alyssa Rosenzweig
2019-02-27
3
-0
/
+6
*
panfrost: Add RGB565, RGB5A1 texture formats
Alyssa Rosenzweig
2019-02-27
2
-0
/
+4
*
iris: Enable ARB_shader_draw_parameters support
Jose Maria Casanova Crespo
2019-02-26
5
-4
/
+212
*
clover: Fix indentation issues
Pierre Moreau
2019-02-26
2
-34
/
+34
*
clover: Only use devices supporting IR_NATIVE
Pierre Moreau
2019-02-26
1
-1
/
+2
*
clover: Move platform extensions definitions to clover/platform.cpp
Pierre Moreau
2019-02-26
3
-2
/
+9
*
clover: Move device extensions definitions to core/device.cpp
Pierre Moreau
2019-02-26
3
-10
/
+16
*
clover: Validate program and library linking options
Pierre Moreau
2019-02-26
1
-0
/
+35
*
clover: Disallow creating libraries from other libraries
Pierre Moreau
2019-02-26
1
-3
/
+18
*
clover/api: Fail if trying to build a non-executable binary
Pierre Moreau
2019-02-26
1
-0
/
+7
*
clover/api: Rework the validation of devices for building
Pierre Moreau
2019-02-26
2
-10
/
+11
*
clover: Add an helper for checking if an IR is supported
Pierre Moreau
2019-02-26
2
-0
/
+7
*
clover: Remove the TGSI backend as unused
Pierre Moreau
2019-02-26
7
-196
/
+9
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
4
-0
/
+10
*
clover: update ICD table to support everything up to 2.2
Karol Herbst
2019-02-26
2
-1
/
+218
*
include/CL: Update to the latest OpenCL 2.2 headers
Pierre Moreau
2019-02-26
1
-0
/
+5
*
gallium/u_tests: use a compute-only context to test GCN compute ring
Marek Olšák
2019-02-26
1
-5
/
+3
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
11
-75
/
+130
*
freedreno/a6xx: vertex_id is not _zero_based
Rob Clark
2019-02-26
1
-1
/
+1
*
freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indicies
Rob Clark
2019-02-26
1
-2
/
+1
*
freedreno/a6xx: fix ssbo alignment
Rob Clark
2019-02-26
1
-1
/
+2
*
freedreno/a6xx: fix hangs with large shaders
Rob Clark
2019-02-26
1
-2
/
+2
*
svga: fix dma.pending > 0 test
Brian Paul
2019-02-26
1
-1
/
+1
*
svga: assorted whitespace and formatting fixes
Brian Paul
2019-02-26
7
-56
/
+52
*
freedreno/a6xx: Silence compiler warnings
Eduardo Lima Mitev
2019-02-26
1
-2
/
+4
*
meson/iris: Use current coding style
Dylan Baker
2019-02-25
1
-7
/
+10
*
radeonsi: fix query buffer allocation
Timothy Arceri
2019-02-26
2
-25
/
+32
*
swr/rast: Fix autotools and scons codegen
Alok Hota
2019-02-25
2
-20
/
+12
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-02-25
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-02-25
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-02-25
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-02-25
2
-81
/
+41
*
d3d: meson: do not prefix user provided d3d-drivers-path
Sergii Romantsov
2019-02-25
1
-1
/
+1
[next]