summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-14glsl: make sure UBO arrays are sized in EScros-mesa-12.1.0-r7-vanillacros-mesa-12.1.0-r5-vanillacros-mesa-12.1.0-r3-vanillachadv/cros-mesa-12.1.0-r7-vanillachadv/cros-mesa-12.1.0-r5-vanillachadv/cros-mesa-12.1.0-r3-vanillaTimothy Arceri1-0/+14
2016-06-13clover: Update OpenCL version string to match OpenGLVedran Miletić2-2/+6
2016-06-13i965/fs: Fix regs_written for SIMD-lowered instructions some more.Francisco Jerez1-3/+3
2016-06-13i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez17-18/+31
2016-06-13i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez8-49/+70
2016-06-13i965: Fix scratch overallocation if the original slot size was already a powe...Francisco Jerez1-1/+1
2016-06-13mesa: Make TexSubImage check negative dimensions sooner.Kenneth Graunke1-19/+43
2016-06-13util: update some assertions in util_resource_copy_region()Brian Paul1-4/+8
2016-06-13i965: Fix encode_slm_size() to take a generation, not a device info.Kenneth Graunke2-3/+4
2016-06-13i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke1-0/+4
2016-06-13anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery1-22/+48
2016-06-13anv: Document and rename anv_pipeline_init_dynamic_state()Nanley Chery1-3/+16
2016-06-13nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset1-1/+9
2016-06-13radeonsi: enable scratch coalescingMarek Olšák1-2/+10
2016-06-13st/va: hardlink driver instances to gallium_drv_video.soJimmy Berry1-0/+14
2016-06-13vl: Fix trivial sign compare warningsJan Vesely7-18/+15
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring24-39/+12
2016-06-13st/mesa: inline _mesa_create_context() into its only callerEmil Velikov3-46/+6
2016-06-13st/mesa: remove unneeded break from st_api_create_context()Emil Velikov1-1/+0
2016-06-13st/mesa: use c99 initializer for st_gl_apiEmil Velikov1-13/+13
2016-06-13gallium: remove st_api::get_proc_address hookEmil Velikov2-19/+0
2016-06-13mesa: remove _mesa_init_get_hash()Emil Velikov3-70/+0
2016-06-13mesa: kill off _mesa_do_init_remap_table()Emil Velikov1-18/+7
2016-06-13mesa: use native types when possibleEmil Velikov1-5/+6
2016-06-13mesa: make _mesa_map_function_spec() staticEmil Velikov2-6/+3
2016-06-13mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov2-27/+0
2016-06-13mesa: remove unused _mesa_map_function_array()Emil Velikov2-47/+0
2016-06-13glapi: remap_helper.py: remove MESA_alt_functionsEmil Velikov1-42/+0
2016-06-13mesa: remove unused function _mesa_map_static_functions()Emil Velikov2-23/+0
2016-06-13dri/common: remove unused libdri_test_stubs.laEmil Velikov3-104/+1
2016-06-13swr: automake: add missing -I flagEmil Velikov1-0/+1
2016-06-13swr: Add missing headers for package inclusionChuck Atkins1-1/+9
2016-06-13automake: get in-tree `make distclean' working again.Emil Velikov1-1/+1
2016-06-13gallivm: Fix trivial sign warningsJan Vesely8-21/+22
2016-06-13st/va: use proper temp pipe_video_buffer templateJulien Isorce1-4/+4
2016-06-13st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce1-7/+1
2016-06-12glsl: fix component overlap validation for doublesTimothy Arceri1-5/+5
2016-06-12glsl: fix max varyings count for ARB_enhanced_layoutsTimothy Arceri3-20/+43
2016-06-12i965: Use the correct number of threads for compute shaders.Kenneth Graunke1-1/+3
2016-06-12i965: Assert that the scratch spaces are in range.Kenneth Graunke1-0/+14
2016-06-12i965: Fix CS scratch size calculations on Ivybridge and Baytrail.Kenneth Graunke2-2/+10
2016-06-12i965: Fix Haswell CS per-thread scratch space encoding.Kenneth Graunke2-3/+25
2016-06-12i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke1-1/+20
2016-06-12i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke1-1/+3
2016-06-12i965: Set subslice_total on Gen7/7.5 platforms.Kenneth Graunke1-1/+4
2016-06-12i965: Fix shared local memory size for Gen9+.Kenneth Graunke4-27/+37
2016-06-11nv50: reinstate dedicated constbuf push pathIlia Mirkin5-29/+50
2016-06-11nv50: enable indirect addressing of fragment shader inputsIlia Mirkin2-1/+2
2016-06-10mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin3-3/+4
2016-06-10llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul1-1/+2