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
*
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
*
dri: add another get shm variant.
Dave Airlie
2020-02-25
1
-0
/
+3
*
util: move debug_memory_{begin,end} to os_memory_debug.h
Erik Faye-Lund
2020-02-24
1
-1
/
+0
*
st/vdpau: Only call is_video_format_supported hook if needed
Michel Dänzer
2020-02-19
1
-7
/
+7
*
gallium/cso_hash: make cso_hash declared within structures instead of alloc'd
Marek Olšák
2020-02-14
1
-9
/
+9
*
Revert "st/va: Convert interlaced NV12 to progressive"
Thong Thai
2020-02-13
1
-51
/
+4
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-2
/
+2
*
gallium: let the pipe drivers decide the supported modifiers
James Xiong
2020-02-06
1
-6
/
+2
*
gallium: Refactor some single-pixel util_format_read/writes.
Eric Anholt
2020-02-04
1
-3
/
+1
*
clover: add trivial clCreateCommandQueueWithProperties implementation
Karol Herbst
2020-02-04
2
-1
/
+22
*
gallium/osmesa: Fix MakeCurrent of non-8888 contexts.
Eric Anholt
2020-02-04
1
-1
/
+1
*
clover: Use explicit conversion from llvm::StringRef to std::string
Jan Vesely
2020-02-03
2
-2
/
+3
*
clover/meson: Define OpenCL header macros
Pierre Moreau
2020-01-23
5
-15
/
+17
*
clover: Use the dispatch table type from the OpenCL headers
Pierre Moreau
2020-01-23
3
-930
/
+4
*
gallium: dmabuf support for yuv formats that are not natively supported
James Xiong
2020-01-22
3
-10
/
+26
*
haiku/hgl: Fix build via header reordering
Alexander von Gluck IV
2020-01-22
1
-2
/
+4
*
gallium: check all planes' pipe formats in case of multi-samplers
Dongwon Kim
2020-01-21
1
-5
/
+10
*
clover: Initialize Asm Parsers
Jan Vesely
2020-01-21
1
-0
/
+1
*
Revert "st/dri: do FLUSH_VERTICES before calling flush_resource"
Daniel Stone
2020-01-20
1
-4
/
+6
*
st/dri: do FLUSH_VERTICES before calling flush_resource
Marek Olšák
2020-01-17
1
-6
/
+4
*
st/mesa: don't lower YUV when driver supports it natively
Jonathan Marek
2020-01-15
1
-14
/
+14
*
st/dri: track if image is created by a dmabuf
Gurchetan Singh
2020-01-15
3
-0
/
+10
*
st/wgl: eliminate implicit cast warning
Erik Faye-Lund
2020-01-14
1
-2
/
+4
[next]