summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-243-10/+8
* meta: Use DSA functions for PBO in create_texture_for_pboIan Romanick2015-11-241-19/+11
* i965: Don't pollute the buffer object namespace in brw_meta_fast_clearIan Romanick2015-11-241-5/+5
* i965: Use internal functions for buffer object accessIan Romanick2015-11-241-6/+18
* i965: Use DSA functions for VBOs in brw_meta_fast_clearIan Romanick2015-11-241-6/+7
* i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick2015-11-241-4/+5
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-242-9/+22
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-242-19/+57
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-242-14/+22
* Update version to 11.1.0-rc1mesa-11.1.0-rc1Emil Velikov2015-11-211-1/+1
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* targets/nine: remove unused static functionsEmil Velikov2015-11-211-36/+0
* targets/nine: add note about messy header inclusion orderEmil Velikov2015-11-211-0/+1
* targets/nine: add note about fd owndershipEmil Velikov2015-11-211-0/+2
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* st/dri: NULL check the pscreen earlierEmil Velikov2015-11-213-16/+14
* st/dri: Don't close the drm fd on failureEmil Velikov2015-11-211-2/+2
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-212-377/+0
* {st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov2015-11-212-30/+8
* {st,targets}/xa: use static/dynamic pipe-loaderEmil Velikov2015-11-214-22/+8
* {auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov2015-11-2111-36/+25
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-2113-94/+19
* pipe-loader: add preliminary Android supportEmil Velikov2015-11-212-0/+50
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-213-0/+37
* pipe-loader: don't mix code and variable declarationsEmil Velikov2015-11-211-1/+2
* target-helpers: add a non-inline drm_helper.hEmil Velikov2015-11-211-0/+275
* target-helpers: move the DRI specifics to the targetEmil Velikov2015-11-217-149/+166
* automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2015-11-213-35/+11
* pipe-loader: wire up the 'static' sw pipe-loaderEmil Velikov2015-11-211-0/+47
* pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2015-11-212-3/+161
* pipe-loader: add a dummy 'static' pipe-loaderEmil Velikov2015-11-211-3/+20
* gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov2015-11-2110-13/+13
* pipe-loader: dlopen/dlsym the pipe-driver at probe timeEmil Velikov2015-11-211-27/+17
* pipe-loader: annotate the ops as const dataEmil Velikov2015-11-212-4/+4
* pipe-loader: teardown the winsys, if create_screen failsEmil Velikov2015-11-211-1/+6
* pipe-loader: rework the sw backendEmil Velikov2015-11-2114-54/+158
* gallium: keep the libdrm link alongside libkmsdri.laEmil Velikov2015-11-211-1/+2
* pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov2015-11-211-13/+4
* pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov2015-11-211-20/+18
* gallium/tests: remove unneeded include pathsEmil Velikov2015-11-211-4/+0
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-2121-44/+23
* targets/nine: remove the custom pipe-driver path managementEmil Velikov2015-11-211-18/+2
* pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2015-11-213-11/+2
* pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov2015-11-214-0/+43
* configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov2015-11-213-2/+7
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-213-30/+2
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-216-8/+2
* pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov2015-11-211-8/+0
* gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov2015-11-211-3/+0
* configure: remove obsolete _CLIENT commentEmil Velikov2015-11-211-5/+0