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
*
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
*
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
18
-21
/
+21
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-1
/
+1
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
9
-9
/
+9
*
llvmpipe: support 8bit subpixel precision
Zack Rusin
2013-11-25
2
-0
/
+175
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
8
-10
/
+10
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
2
-0
/
+24
*
gallium/tests: fix SHADER typo
Brian Paul
2013-10-03
1
-1
/
+1
*
gallium/tests: use pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
8
-9
/
+13
*
gallium/tests: fix the translate test
Zack Rusin
2013-06-28
1
-4
/
+4
*
tests/graw: Fix typo in shader-leak.c
José Fonseca
2013-06-24
1
-1
/
+1
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
8
-17
/
+17
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
1
-1
/
+1
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
8
-8
/
+8
*
graw/tgsi_dump: Fix gdb macro.
José Fonseca
2013-05-14
1
-2
/
+2
*
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
*
graw: Set the vertex shader constant buffer.
José Fonseca
2013-04-25
1
-1
/
+1
*
graw: Simple utilities to dump and disassemble TGSI tokens.
José Fonseca
2013-04-25
3
-0
/
+97
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
12
-12
/
+24
*
gallivm: Fix assignment of unsigned values to OUT register.
José Fonseca
2013-04-22
1
-0
/
+9
*
build: Build pipe-loader before gallium tests
Matt Turner
2013-04-15
1
-4
/
+0
*
llvmpipe: implement ucmp
Zack Rusin
2013-04-04
1
-0
/
+11
*
graw/gs: add missing max output vertices to all tests
Zack Rusin
2013-03-27
4
-0
/
+4
*
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/unit: Convert to automake
Andreas Boll
2013-01-10
2
-49
/
+34
*
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
18
-18
/
+18
*
gallium/tests: fix build breakage after pipe_surface::usage removal
Marek Olšák
2012-12-21
1
-1
/
+0
[next]