summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14docs: add sha256 checksums for 17.2.7Emil Velikov1-1/+2
2017-12-14docs: add release notes for 17.2.7Emil Velikov1-0/+246
2017-12-14egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo3-1/+4
2017-12-14radv: Don't advertise VK_EXT_debug_report.Bas Nieuwenhuizen1-1/+0
2017-12-14i965: Don't allocate an MCS for 16x MSAA and width > 8192.Kenneth Graunke1-0/+4
2017-12-13Android: fix missing generation of vtn_gather_types.cRob Herring1-0/+5
2017-12-13mesa: Add glSpecializeShaderARB to common_desktop_functionsDylan Baker1-0/+3
2017-12-13egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa1-2/+39
2017-12-13swr: Correct texture allocation and limit max size to 2GBBruce Cherniak2-4/+10
2017-12-13swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.Bruce Cherniak1-2/+1
2017-12-13meson: fix glx-test raceDylan Baker1-1/+1
2017-12-13gallium/docs: document behavior of set_sample_mask()Brian Paul1-1/+4
2017-12-13glsl: trivial whitespace fixes in link_varyings.cppBrian Paul1-2/+2
2017-12-13program: Don't reset SamplersValidated when restoring from shader cacheJordan Justen1-7/+9
2017-12-12mesa: remove second include of errors.h in src/mesa/main/glspirv.cKai Wasserbäch1-4/+0
2017-12-13radeonsi: create get_tcs_tes_buffer_address helperTimothy Arceri1-12/+32
2017-12-13ac: fix nir_op_f2f64Timothy Arceri1-0/+1
2017-12-13nir: fix shift for uint64_tTimothy Arceri1-2/+2
2017-12-13st/glsl_to_nir: skip forced array splitting for tcsTimothy Arceri1-1/+2
2017-12-12intel/fs/bank_conflicts: Don't touch Gen7 MRF hack registers.Francisco Jerez3-7/+19
2017-12-12i965: compute scratch space size correctly for Gen9+Kevin Rogovin1-1/+5
2017-12-12i965: Program MEDIA_VFE_STATE in a more readable fashion.Kevin Rogovin1-6/+13
2017-12-12cso: add point rasterization sanity check assertionBrian Paul1-0/+5
2017-12-12gallium/u_blitter: replace tabs with spacesBrian Paul1-18/+18
2017-12-12xlib: call _mesa_warning() instead of fprintf()Brian Paul1-1/+2
2017-12-12gallium/util: don't pass a pipe_resource to util_resource_is_array_texture()Brian Paul2-4/+4
2017-12-12gallium/aux: include nr_samples in util_resource_size() computationBrian Paul1-1/+2
2017-12-12svga: trivial whitespace/formatting fixes in svga_pipe_rasterizer.cBrian Paul1-9/+5
2017-12-12st/mesa: trivial whitespace/formatting fixes in st_atom_rasterizer.cBrian Paul1-20/+22
2017-12-12spirv: Handle image and sampler function parametersJason Ekstrand1-0/+73
2017-12-12spirv/cfg: Refactor the function parameter loop a bitJason Ekstrand1-5/+9
2017-12-12spirv/cfg: Be a bit more precise about function parametersJason Ekstrand1-3/+2
2017-12-12spirv: Make sampled images a real typeJason Ekstrand2-1/+11
2017-12-12i915: add missing 0 definesEric Engestrom1-0/+2
2017-12-12mesa: refuse to compile SPIR-V shaders or link mixed shadersNicolai Hähnle2-1/+28
2017-12-12mesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARBNicolai Hähnle1-0/+3
2017-12-12mesa: implement SPIR-V loading in glShaderBinaryNicolai Hähnle5-3/+97
2017-12-12mesa/glspirv: Add struct gl_shader_spirv_dataEduardo Lima Mitev2-0/+42
2017-12-12mesa/glspirv: Add struct gl_spirv_moduleNicolai Hähnle2-0/+33
2017-12-12mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle13-0/+138
2017-12-11spirv: Add support for all bit sizes in OpSwitchJason Ekstrand1-8/+26
2017-12-11spirv: Restructure the case loop in OpSwitch handlingJason Ekstrand1-3/+11
2017-12-11spirv: Add better parameter validation for vector and matrix typesJason Ekstrand1-3/+13
2017-12-11spirv: Add type validation for OpSelectJason Ekstrand1-0/+32
2017-12-11spirv: Add basic type validation for OpLoad, OpStore, and OpCopyMemoryJason Ekstrand1-4/+14
2017-12-11spirv: Add a prepass to set types on vtn_valuesJason Ekstrand6-3/+149
2017-12-11spirv: Add a vtn_type field to all vtn_valuesJason Ekstrand2-42/+31
2017-12-12anv: fix bug when using component qualifier in FS outputsSamuel Iglesias Gonsálvez1-19/+44
2017-12-11st/mesa: swizzle argument when there's a vector size mismatchIlia Mirkin1-1/+24
2017-12-12gallivm: fix texture wrapping for texture gather for mirror modesRoland Scheidegger1-74/+171