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
/
xa
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/cso_hash: make cso_hash declared within structures instead of alloc'd
Marek Olšák
2020-02-14
1
-9
/
+9
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-1
/
+0
*
Delete autotools
Dylan Baker
2019-04-15
1
-41
/
+0
*
st/xa: Fix a memory leak
Thomas Hellstrom
2018-11-29
1
-0
/
+1
*
st/xa: Bump minor
Thomas Hellstrom
2018-11-14
1
-1
/
+1
*
st/xa: Support Component Alpha with trivial blending
Thomas Hellstrom
2018-11-14
3
-17
/
+35
*
st/xa: Minor renderer cleanups
Thomas Hellstrom
2018-11-14
1
-12
/
+12
*
st/xa: Fix transformations when we have both source and mask samplers
Thomas Hellstrom
2018-11-14
1
-68
/
+49
*
st/xa: Support a couple of new formats
Thomas Hellstrom
2018-11-14
2
-9
/
+29
*
st/xa: Support higher color precision for solid pictures
Thomas Hellstrom
2018-11-14
2
-26
/
+100
*
st/xa: Render update. Better support for solid pictures
Thomas Hellstrom
2018-11-14
5
-440
/
+225
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-2
/
+2
*
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
2018-10-03
1
-9
/
+3
*
st/xa: remove unused xa_screen::d[s]_depth_bits_last
Emil Velikov
2018-10-03
1
-2
/
+0
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
3
-7
/
+7
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-4
/
+4
*
st/xa: Bump minor
Thomas Hellstrom
2018-05-15
1
-1
/
+1
*
gallium: use PIPE_CAP_CONSTBUF0_FLAGS
Marek Olšák
2018-02-17
1
-3
/
+4
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
.gitignore: Ignore new generated files
Scott D Phillips
2018-01-08
1
-0
/
+1
*
meson: build gallium xa state tracker
Dylan Baker
2017-12-04
1
-0
/
+45
*
autotools: change version TINY -> PATCH
Dylan Baker
2017-11-16
1
-1
/
+1
*
autotools: set XA versions in configure.ac and configure header file
Dylan Baker
2017-11-16
1
-3
/
+3
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
1
-1
/
+1
*
st/xa: suffix xa-indent{,.sh} and add a shebang line
Emil Velikov
2017-03-10
2
-2
/
+2
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
1
-1
/
+1
*
st/xa: automake: remove duplicate -Wall
Emil Velikov
2017-01-27
1
-1
/
+1
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-2
/
+2
*
st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+3
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+2
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-1
/
+1
*
st/xa: don't call close(-1) in xa_tracker_create error path
Emil Velikov
2016-05-23
1
-3
/
+3
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-2
/
+2
*
st/xa: emit sampler view declarations in shaders
Brian Paul
2016-03-25
1
-0
/
+19
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
st/xa: fd management cleanups
Emil Velikov
2015-11-29
1
-1
/
+8
*
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-19
/
+2
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
2
-5
/
+2
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
1
-1
/
+0
*
st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.
Thomas Hellstrom
2015-09-24
2
-11
/
+29
*
st/xa: Use PIPE_FORMAT_R8_UNORM when available
Thomas Hellstrom
2015-09-17
2
-34
/
+34
*
xa: add xa_surface_from_handle2 v2
Rob Clark
2015-09-07
2
-11
/
+44
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
4
-17
/
+17
*
pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument
Emil Velikov
2015-07-13
1
-1
/
+1
*
xa: don't leak fences
Rob Clark
2015-07-10
3
-3
/
+7
[next]