aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make TexSubImage check negative dimensions sooner.Kenneth Graunke2016-06-131-19/+43
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* i965: Fix encode_slm_size() to take a generation, not a device info.Kenneth Graunke2016-06-132-3/+4
* i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke2016-06-131-0/+4
* anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery2016-06-131-22/+48
* anv: Document and rename anv_pipeline_init_dynamic_state()Nanley Chery2016-06-131-3/+16
* nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset2016-06-131-1/+9
* radeonsi: enable scratch coalescingMarek Olšák2016-06-131-2/+10
* st/va: hardlink driver instances to gallium_drv_video.soJimmy Berry2016-06-131-0/+14
* vl: Fix trivial sign compare warningsJan Vesely2016-06-137-18/+15
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-1325-39/+18
* Android: disable some noisy warningsRob Herring2016-06-131-0/+4
* st/mesa: inline _mesa_create_context() into its only callerEmil Velikov2016-06-133-46/+6
* st/mesa: remove unneeded break from st_api_create_context()Emil Velikov2016-06-131-1/+0
* st/mesa: use c99 initializer for st_gl_apiEmil Velikov2016-06-131-13/+13
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-132-19/+0
* mesa: remove _mesa_init_get_hash()Emil Velikov2016-06-133-70/+0
* mesa: kill off _mesa_do_init_remap_table()Emil Velikov2016-06-131-18/+7
* mesa: use native types when possibleEmil Velikov2016-06-131-5/+6
* mesa: make _mesa_map_function_spec() staticEmil Velikov2016-06-132-6/+3
* mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov2016-06-132-27/+0
* mesa: remove unused _mesa_map_function_array()Emil Velikov2016-06-132-47/+0
* glapi: remap_helper.py: remove MESA_alt_functionsEmil Velikov2016-06-131-42/+0
* mesa: remove unused function _mesa_map_static_functions()Emil Velikov2016-06-132-23/+0
* dri/common: remove unused libdri_test_stubs.laEmil Velikov2016-06-133-104/+1
* swr: automake: add missing -I flagEmil Velikov2016-06-131-0/+1
* automake: add SWR to `make distcheck' gallium driversEmil Velikov2016-06-131-1/+1
* configure.ac: strip out the llvm-config -march/mtune flagsEmil Velikov2016-06-131-0/+3
* swr: Add missing headers for package inclusionChuck Atkins2016-06-131-1/+9
* automake: get in-tree `make distclean' working again.Emil Velikov2016-06-131-1/+1
* gallivm: Fix trivial sign warningsJan Vesely2016-06-138-21/+22
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce2016-06-131-7/+1
* glsl: fix component overlap validation for doublesTimothy Arceri2016-06-121-5/+5
* glsl: fix max varyings count for ARB_enhanced_layoutsTimothy Arceri2016-06-123-20/+43
* i965: Use the correct number of threads for compute shaders.Kenneth Graunke2016-06-121-1/+3
* i965: Assert that the scratch spaces are in range.Kenneth Graunke2016-06-121-0/+14
* i965: Fix CS scratch size calculations on Ivybridge and Baytrail.Kenneth Graunke2016-06-122-2/+10
* i965: Fix Haswell CS per-thread scratch space encoding.Kenneth Graunke2016-06-122-3/+25
* i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke2016-06-121-1/+20
* i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke2016-06-121-1/+3
* i965: Set subslice_total on Gen7/7.5 platforms.Kenneth Graunke2016-06-121-1/+4
* i965: Fix shared local memory size for Gen9+.Kenneth Graunke2016-06-124-27/+37
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-115-29/+50
* nv50: enable indirect addressing of fragment shader inputsIlia Mirkin2016-06-112-1/+2
* mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin2016-06-103-3/+4
* GL: update glcorearb.h to svn 32433Ilia Mirkin2016-06-101-38/+70
* GL: update glext to svn 32957Ilia Mirkin2016-06-101-5/+82
* docs: GL_ARB_copy_image done for softpipe, llvmpipeBrian Paul2016-06-101-1/+1
* llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2