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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium/tests: remove execute bit from TGSI shader - vert-uadd.sh
Emil Velikov
2017-03-10
1
-0
/
+0
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-1
/
+2
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
2
-2
/
+2
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
1
-0
/
+1
*
gallium: add missing zero-init for resource templates
Rob Clark
2016-10-07
9
-0
/
+16
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
5
-72
/
+49
*
scons: whitespace cleanup
Giuseppe Bilotta
2016-05-25
1
-1
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
3
-6
/
+6
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
3
-23
/
+23
*
gallium/tests: Update UTIL_FORMAT_MAX_* defines.
Jose Fonseca
2016-04-19
1
-0
/
+4
*
scons: Add a "check" target to run all unit tests.
Jose Fonseca
2016-04-14
1
-7
/
+5
*
test/unit: Make translate_test invoke translate_create by default.
Jose Fonseca
2016-04-14
1
-3
/
+4
*
test/unit: Make pipe_barrier_test actually check correct bahavior.
Jose Fonseca
2016-04-14
1
-7
/
+50
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+3
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
gallium/tests: declare sampler views in shaders
Brian Paul
2016-03-21
3
-0
/
+3
*
gallium/tests: silence warning in compute.c
Brian Paul
2016-03-05
1
-1
/
+1
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-1
/
+10
*
gallium/util: switch over to new u_debug_image.[ch] code
Brian Paul
2016-02-08
3
-2
/
+3
*
gallium/tests: fix build with clang compiler
Samuel Pitoiset
2016-01-03
1
-273
/
+330
*
gallium: rename libpipe_loader to libpipe_loader_dynamic
Emil Velikov
2015-11-21
1
-1
/
+1
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
1
-1
/
+0
*
gallium/tests: remove unneeded include paths
Emil Velikov
2015-11-21
1
-4
/
+0
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
4
-5
/
+4
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
1
-2
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
12
-12
/
+12
*
gallium/tests: use cso_set_samplers
Marek Olšák
2015-07-23
1
-2
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-7
/
+7
*
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Emil Velikov
2015-07-13
1
-1
/
+0
*
automake: pipe-loader: remove the 'client' pipe-loader
Emil Velikov
2015-07-13
1
-2
/
+2
*
util/blitter (and friends): generate appropriate SVIEW decls
Rob Clark
2015-06-21
1
-1
/
+3
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
2
-9
/
+2
*
graw: Avoid 'near'/'far' variables.
José Fonseca
2014-12-01
8
-24
/
+24
*
gallium/tests: add missing arg to util_make_vertex_passthrough_shader()
Brian Paul
2014-11-17
2
-2
/
+2
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
10
-20
/
+0
*
gallium/tests: automake: link against libmesautil.la
Emil Velikov
2014-08-05
2
-0
/
+2
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
2
-2
/
+2
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
automake: include the libdeps in the correct order
Emil Velikov
2014-06-19
1
-2
/
+2
*
targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPS
Emil Velikov
2014-06-19
1
-14
/
+3
*
Make DRI dependencies and build depend on the target
Jon TURNEY
2014-05-23
1
-1
/
+1
*
gallium/tests: conditionally include sw/dri winsys
Emil Velikov
2014-04-25
1
-1
/
+5
*
automake: cleanup pipe-loader handling when using sw/xlib winsys
Emil Velikov
2014-04-25
1
-1
/
+1
*
automake: introduce GALLIUM_COMMON_LIB_DEPS
Emil Velikov
2014-04-05
2
-6
/
+2
*
pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB
Emil Velikov
2014-02-24
1
-0
/
+7
[next]