aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: enable GL_ANDROID_extension_pack_es31a when availableIlia Mirkin2016-09-271-0/+18
* glsl: move some uniform linking code to new link_assign_uniform_storage()Timothy Arceri2016-09-271-63/+69
* glsl: move some uniform linking code to new link_setup_uniform_remap_tables()Timothy Arceri2016-09-273-162/+177
* i965: create populate key functions for tcs and tesTimothy Arceri2016-09-274-68/+88
* i965: make gs key generation helper available to shader cacheTimothy Arceri2016-09-272-1/+5
* glsl: use reproducible name for lowered const arraysTimothy Arceri2016-09-273-6/+19
* i965: make vs and fs key generation helpers available to shader cacheCarl Worth2016-09-274-2/+10
* glsl: Prepare standalone compiler to be able to use parameter listsCarl Worth2016-09-273-0/+23
* nv50/ir: fix comments about instructions infoSamuel Pitoiset2016-09-261-2/+3
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-2618-27/+359
* mesa/st: add nir pass to lower tex_src_planeRob Clark2016-09-263-0/+124
* mesa/st: add lowering pass for YUV samplersRob Clark2016-09-263-0/+483
* aubinator: Fix the decoding of values that span two DwordsSirisha Gandikota2016-09-261-13/+37
* nvc0: allow to force compiling programs in debug buildSamuel Pitoiset2016-09-261-9/+10
* nv50/ir: drop unused NVISA_XXX_CHIPSET constantsSamuel Pitoiset2016-09-261-2/+0
* gallium/util: make use of strtol() in debug_get_num_option()Samuel Pitoiset2016-09-261-17/+8
* r600g: Add support for PK2H/UP2HGlenn Kennard2016-09-262-5/+104
* i965: stop passing stage as a function parameterTimothy Arceri2016-09-261-5/+3
* aubinator: fix resource leakNayan Deshmukh2016-09-251-1/+3
* osmesa: Unbind the current context when given a null context and buffer.Emilio Cobos Álvarez2016-09-231-0/+7
* st/mesa: small optimization in swizzle_swizzle()Brian Paul2016-09-231-0/+5
* st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj()Brian Paul2016-09-231-6/+4
* svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possibleBrian Paul2016-09-231-1/+11
* svga: don't special case caps for SVGA3D_R32_FLOATBrian Paul2016-09-231-6/+2
* svga: use new adjust_z_layer() helper in svga_pipe_blit.cBrian Paul2016-09-231-44/+28
* svga: simplify/improve the format compatibility check for region copiesBrian Paul2016-09-231-5/+25
* svga: add const qualifier on svga_translate_format()Brian Paul2016-09-232-2/+2
* svga: eliminate unneeded gotos in svga_validate_surface_view()Brian Paul2016-09-231-7/+4
* svga: disable srgb format related code from svga_blit()Neha Bhende2016-09-231-12/+0
* Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"Timothy Arceri2016-09-243-9/+8
* glsl: Delete linker stuff relating to built-in functions.Kenneth Graunke2016-09-232-58/+16
* glsl: Delete ftransform support from builtin_functions.cpp.Kenneth Graunke2016-09-231-26/+4
* glsl: Immediately inline built-ins rather than generating calls.Kenneth Graunke2016-09-231-24/+22
* glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.Kenneth Graunke2016-09-232-99/+19
* glsl: move xfb BufferStride into gl_transform_feedback_infoTimothy Arceri2016-09-243-8/+9
* Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"Dylan Baker2016-09-231-12/+0
* i965: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* i915: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* anv: Check for VK_WHOLE_SIZE in anv_CmdFillBufferNicolas Koch2016-09-231-0/+6
* anv: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-236-43/+28
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-2326-79/+71
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-2325-106/+111
* gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri2016-09-231-1/+0
* util: remove Sun C Compiler supportTimothy Arceri2016-09-231-1/+1
* st/mesa: turn on OES_viewport_array when dependencies are metIlia Mirkin2016-09-221-0/+5
* mesa: add implementations for new float depth functionsIlia Mirkin2016-09-221-1/+18
* mesa: move ARB_viewport_array params to a GLES 3.1-accessible sectionIlia Mirkin2016-09-221-6/+6
* mesa: add GL_OES_viewport_array to the extension stringIlia Mirkin2016-09-223-0/+3
* glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndexIlia Mirkin2016-09-222-3/+8
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-225-6/+85