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
/
gallium
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Set correctly blend max_rt
Axel Davy
2020-05-05
1
-2
/
+1
*
driconf: add force_integer_tex_nearest option
Pierre-Eric Pelloux-Prayer
2020-05-05
1
-0
/
+2
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
st/dri: Set next in template instead of after creation. (v2)
Bas Nieuwenhuizen
2020-04-27
1
-1
/
+1
*
gallium: add # of MRT to blend state
Rob Clark
2020-04-23
1
-0
/
+2
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
2
-16
/
+14
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
3
-0
/
+4
*
st/omx: fix gcc warnings
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-3
/
+3
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
wgl: silence some cast-warnings
Erik Faye-Lund
2020-04-16
2
-4
/
+4
*
st/dri: make sure software color-buffers are linear
Erik Faye-Lund
2020-04-16
1
-1
/
+1
*
clover: expose cl_arm_shared_virtual_memory for devices with SVM support
Karol Herbst
2020-04-15
1
-1
/
+2
*
clover: implement cl_arm_shared_virtual_memory
Karol Herbst
2020-04-15
6
-54
/
+287
*
clover: implement SVM functions for devices with fine grained system SVM support
Karol Herbst
2020-04-15
6
-20
/
+259
*
clover: implement clSetKernelArgSVMPointer
Karol Herbst
2020-04-15
3
-3
/
+29
*
clover: implement CL_DEVICE_SVM_CAPABILITIES
Karol Herbst
2020-04-15
3
-0
/
+28
*
clover: add stubs for SVM
Karol Herbst
2020-04-15
4
-10
/
+117
*
st/vdpau: make query test for 2D support
Ilia Mirkin
2020-04-03
1
-2
/
+2
*
st/vdpau: avoid asserting on new VDP_YCBCR_* formats
Ilia Mirkin
2020-04-03
1
-2
/
+21
*
gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally
Adam Jackson
2020-04-02
1
-16
/
+20
*
wgl: do not create screen from DllMain
Erik Faye-Lund
2020-04-02
3
-7
/
+31
*
wgl: move screen-init to a helper
Erik Faye-Lund
2020-04-02
1
-12
/
+19
*
wgl: drop unused member
Erik Faye-Lund
2020-04-02
2
-4
/
+2
*
wgl: drop pointless debug_printf
Erik Faye-Lund
2020-04-02
1
-2
/
+0
*
scons: prune unused Makefile.sources
Eric Engestrom
2020-03-31
1
-2
/
+0
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
3
-78
/
+0
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
5
-5
/
+5
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
1
-0
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
2
-2
/
+2
*
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
2020-03-27
10
-647
/
+33
*
wgl: add official gldrv.h header-file
Jesse Natalie
2020-03-27
1
-0
/
+589
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+2
*
vdpau: remove bogus assert
Pierre-Eric Pelloux-Prayer
2020-03-11
1
-1
/
+1
*
gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache
Marek Olšák
2020-03-10
2
-6
/
+6
*
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
2020-03-10
1
-2
/
+2
*
gallium: make handles of set_global_binding 64 bit
Karol Herbst
2020-03-10
1
-2
/
+2
*
st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
Vinson Lee
2020-03-09
1
-2
/
+2
*
omx: fix build with gcc 10
Pierre-Eric Pelloux-Prayer
2020-03-09
1
-1
/
+1
*
st/va: add check for P010 and P016 encode/decode support
Thong Thai
2020-03-06
1
-4
/
+16
*
st/va: GetConfigAttributes: check profile and entrypoint combination
Satyajit Sahu
2020-03-03
1
-2
/
+6
*
st/va/postproc: reallocate interlaced destination buffer
Thong Thai
2020-03-03
1
-4
/
+1
*
st/va: remove unneeded code
Thong Thai
2020-02-28
1
-22
/
+12
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
2
-20
/
+30
*
st/va: add support YUY2
Pierre-Eric Pelloux-Prayer
2020-02-27
2
-1
/
+4
*
st/va: enable 4:2:2 chroma format
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-2
/
+2
*
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
12
-20
/
+18
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
7
-40
/
+27
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
5
-8
/
+8
*
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
2020-02-26
2
-15
/
+15
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
3
-25
/
+3
[next]