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
/
tests
/
trivial
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
3
-3
/
+3
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
3
-3
/
+3
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
3
-3
/
+3
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
1
-1
/
+2
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
2
-2
/
+2
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
1
-0
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-3
/
+3
*
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: 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
2
-2
/
+2
*
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
3
-3
/
+3
*
gallium/tests: use cso_set_samplers
Marek Olšák
2015-07-23
1
-2
/
+3
*
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
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
2
-9
/
+2
*
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
2
-4
/
+0
*
gallium/tests: automake: link against libmesautil.la
Emil Velikov
2014-08-05
1
-0
/
+1
*
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
1
-3
/
+1
*
pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB
Emil Velikov
2014-02-24
1
-0
/
+7
*
pipe-loader: introduce pipe_loader_sw_probe_dri helper
Emil Velikov
2014-02-22
1
-0
/
+1
*
pipe-loader: split out "client" version
Rob Clark
2014-02-16
1
-2
/
+2
*
gallium/tests: do not link against libudev
Emil Velikov
2014-02-11
1
-1
/
+0
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
2
-2
/
+2
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-2
/
+2
*
gallium/tests: use pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-2
/
+3
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
1
-1
/
+1
*
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
1
-0
/
+1
*
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
1
-0
/
+1
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
2
-2
/
+4
*
build: Build pipe-loader before gallium tests
Matt Turner
2013-04-15
1
-4
/
+0
*
gallium/tests: check format in compute tests, make selectable
Christoph Bumiller
2013-03-12
1
-17
/
+52
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
1
-1
/
+2
*
gallium/tests/trivial: Convert to automake
Andreas Boll
2013-01-10
2
-54
/
+34
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
2
-2
/
+2
*
gallium/tests: fix build breakage after pipe_surface::usage removal
Marek Olšák
2012-12-21
1
-1
/
+0
[next]