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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
2015-11-24
3
-10
/
+8
*
meta: Use DSA functions for PBO in create_texture_for_pbo
Ian Romanick
2015-11-24
1
-19
/
+11
*
i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-5
/
+5
*
i965: Use internal functions for buffer object access
Ian Romanick
2015-11-24
1
-6
/
+18
*
i965: Use DSA functions for VBOs in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-6
/
+7
*
i965: Pass brw_context instead of gl_context to brw_draw_rectlist
Ian Romanick
2015-11-24
1
-4
/
+5
*
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2015-11-24
2
-9
/
+22
*
mesa: Refactor update_array_format to make _mesa_update_array_format_public
Ian Romanick
2015-11-24
2
-19
/
+57
*
mesa: Make bind_vertex_buffer avilable outside varray.c
Ian Romanick
2015-11-24
2
-14
/
+22
*
Update version to 11.1.0-rc1
mesa-11.1.0-rc1
Emil Velikov
2015-11-21
1
-1
/
+1
*
util: use RTLD_LOCAL with util_dl_open()
11.1-branchpoint
Emil Velikov
2015-11-21
1
-1
/
+1
*
targets/nine: remove unused static functions
Emil Velikov
2015-11-21
1
-36
/
+0
*
targets/nine: add note about messy header inclusion order
Emil Velikov
2015-11-21
1
-0
/
+1
*
targets/nine: add note about fd owndership
Emil Velikov
2015-11-21
1
-0
/
+2
*
auxiliary/vl: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-1
/
+1
*
st/dri: NULL check the pscreen earlier
Emil Velikov
2015-11-21
3
-16
/
+14
*
st/dri: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-2
/
+2
*
target-helpers: remove inline_drm_helper.h
Emil Velikov
2015-11-21
2
-377
/
+0
*
{st,targets}/nine: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-30
/
+8
*
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
4
-22
/
+8
*
{auxiliary,targets}/vl: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
11
-36
/
+25
*
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
13
-94
/
+19
*
pipe-loader: add preliminary Android support
Emil Velikov
2015-11-21
2
-0
/
+50
*
pipe-loader: add preliminary scons support
Emil Velikov
2015-11-21
3
-0
/
+37
*
pipe-loader: don't mix code and variable declarations
Emil Velikov
2015-11-21
1
-1
/
+2
*
target-helpers: add a non-inline drm_helper.h
Emil Velikov
2015-11-21
1
-0
/
+275
*
target-helpers: move the DRI specifics to the target
Emil Velikov
2015-11-21
7
-149
/
+166
*
automake: remove no longer needed HAVE_LOADER_GALLIUM conditional
Emil Velikov
2015-11-21
3
-35
/
+11
*
pipe-loader: wire up the 'static' sw pipe-loader
Emil Velikov
2015-11-21
1
-0
/
+47
*
pipe-loader: wire up the 'static' drm pipe-loader
Emil Velikov
2015-11-21
2
-3
/
+161
*
pipe-loader: add a dummy 'static' pipe-loader
Emil Velikov
2015-11-21
1
-3
/
+20
*
gallium: rename libpipe_loader to libpipe_loader_dynamic
Emil Velikov
2015-11-21
10
-13
/
+13
*
pipe-loader: dlopen/dlsym the pipe-driver at probe time
Emil Velikov
2015-11-21
1
-27
/
+17
*
pipe-loader: annotate the ops as const data
Emil Velikov
2015-11-21
2
-4
/
+4
*
pipe-loader: teardown the winsys, if create_screen fails
Emil Velikov
2015-11-21
1
-1
/
+6
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
14
-54
/
+158
*
gallium: keep the libdrm link alongside libkmsdri.la
Emil Velikov
2015-11-21
1
-1
/
+2
*
pipe-loader: directly use pipe_loader_sw_probe_null() at probe time
Emil Velikov
2015-11-21
1
-13
/
+4
*
pipe-loader: add pipe_loader_sw_probe_init_common() helper
Emil Velikov
2015-11-21
1
-20
/
+18
*
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
21
-44
/
+23
*
targets/nine: remove the custom pipe-driver path management
Emil Velikov
2015-11-21
1
-18
/
+2
*
pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRM
Emil Velikov
2015-11-21
3
-11
/
+2
*
pipe-loader: add pipe_loader_sw_probe_kms() implementation
Emil Velikov
2015-11-21
4
-0
/
+43
*
configure: use HAVE_DRISW_KMS when handling kms swrast
Emil Velikov
2015-11-21
3
-2
/
+7
*
targets/nine: use the existing sw_screen_wrap() over our custom version
Emil Velikov
2015-11-21
3
-30
/
+2
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
6
-8
/
+2
*
pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guards
Emil Velikov
2015-11-21
1
-8
/
+0
*
gallium/trace: remove useless NULL check from trace_screen_create()
Emil Velikov
2015-11-21
1
-3
/
+0
*
configure: remove obsolete _CLIENT comment
Emil Velikov
2015-11-21
1
-5
/
+0
[next]