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
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
7
-12
/
+12
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
5
-8
/
+8
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
5
-11
/
+11
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
7
-16
/
+16
*
st/dri: add support for EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
1
-40
/
+91
*
st/dri: assume external consumers of back buffers can write to the buffers
Marek Olšák
2019-10-25
1
-6
/
+6
*
st/nine: Fix unused variable warnings in release build.
Timur Kristóf
2019-10-25
1
-9
/
+9
*
st/nine: Fix build with -Werror=empty-body
Timur Kristóf
2019-10-25
1
-3
/
+3
*
gallium: do not increase ref count of the new throttle fence
James Xiong
2019-10-17
1
-2
/
+4
*
gallium/xlib: Fix xmesa drawable creation
Adam Jackson
2019-10-15
1
-6
/
+2
*
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
James Xiong
2019-10-14
1
-2
/
+1
*
gallium: simplify throttle implementation
James Xiong
2019-10-14
4
-110
/
+13
*
meson: fix gallium-osmesa to build for windows
Dylan Baker
2019-10-10
1
-1
/
+10
*
meson: build wgl state tracker
Dylan Baker
2019-10-10
1
-0
/
+57
*
clover: fix the nir_serialize build failure
Marek Olšák
2019-10-10
1
-1
/
+1
*
clover: Remove unused code
Matt Turner
2019-10-09
1
-17
/
+0
*
clover: use iterator_range in get_kernel_nodes
Greg V
2019-10-09
1
-2
/
+2
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
1
-4
/
+2
*
meson: use idep_nir instead of libnir in libclnir
Eric Engestrom
2019-10-07
1
-2
/
+2
*
Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""
Boris Brezillon
2019-10-07
1
-0
/
+35
*
Revert "st/dri2: Implement DRI2bufferDamageExtension"
Boris Brezillon
2019-10-07
1
-35
/
+0
*
st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFER
Kenneth Graunke
2019-10-05
1
-2
/
+4
*
meson: remove -DGALLIUM_SOFTPIPE from st/osmesa
Dylan Baker
2019-10-01
1
-1
/
+0
*
haiku: fix Mesa build
Ken Mays
2019-10-01
2
-3
/
+11
*
meson: gallium media state trackers require libdrm with x11
Dylan Baker
2019-09-30
4
-8
/
+14
*
meson: Link xvmc with libxv
Dylan Baker
2019-09-27
1
-3
/
+7
*
meson: Try finding libxvmcw via pkg-config before using find_library
Dylan Baker
2019-09-27
1
-2
/
+7
*
st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader
Danylo Piliaiev
2019-09-25
1
-1
/
+7
*
clover: eliminate "ignoring attributes on template argument" warning
Karol Herbst
2019-09-25
1
-1
/
+10
*
clover/codegen: remove unused get_symbol_offsets function
Karol Herbst
2019-09-25
1
-12
/
+0
*
clover/llvm: remove harmful std::move call
Karol Herbst
2019-09-25
1
-1
/
+1
*
clover/nir: fix compilation with g++-5.5 and maybe earlier
Karol Herbst
2019-09-23
1
-10
/
+7
*
clover: add support for passing kernels as nir to the driver
Karol Herbst
2019-09-21
6
-7
/
+245
*
clover: prepare supporting multiple IRs
Karol Herbst
2019-09-21
3
-6
/
+64
*
clover: add support for drivers having no proper binary format
Karol Herbst
2019-09-21
1
-2
/
+3
*
clover/functional: add id_equals helper
Karol Herbst
2019-09-21
1
-0
/
+15
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
2
-3
/
+3
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
1
-2
/
+1
*
clover/llvm: Add functions for compiling from source to SPIR-V
Pierre Moreau
2019-09-21
3
-17
/
+92
*
clover/llvm: Add options for dumping SPIR-V binaries
Pierre Moreau
2019-09-21
3
-1
/
+37
*
clover/spirv: Add functions for parsing arguments, linking programs, etc.
Pierre Moreau
2019-09-21
2
-5
/
+608
*
clover/spirv: Add functions for validating SPIR-V binaries
Pierre Moreau
2019-09-21
4
-1
/
+168
*
meson: Check for SPIRV-Tools and llvm-spirv
Pierre Moreau
2019-09-21
1
-2
/
+7
*
gallium/osmesa: Fix the inability to set no context as current.
Hal Gentz
2019-09-20
1
-0
/
+5
*
gallium: extend resource_get_param to be as capable as resource_get_handle
Marek Olšák
2019-09-18
1
-6
/
+13
*
gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
Adam Jackson
2019-09-17
2
-27
/
+40
*
gallium/xlib: Remove MakeCurrent_PrevContext
Adam Jackson
2019-09-17
1
-12
/
+5
*
gallium/xlib: Remove drawable caching from the MakeCurrent path
Adam Jackson
2019-09-17
1
-32
/
+3
*
dri: Use DRM_FORMAT_* instead of defining our own copy.
Eric Anholt
2019-09-11
2
-37
/
+38
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
1
-30
/
+0
[next]