summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2018-08-23i965/miptree: Fix can_blit_slice()Nanley Chery1-4/+3
2018-08-23i965/miptree: Use miptree_map in map_blit functionsNanley Chery1-8/+6
2018-08-21i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+Danylo Piliaiev1-1/+1
2018-08-16intel/ppgtt: memory address alignmentSergii Romantsov1-4/+3
2018-08-13intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2-9/+9
2018-08-10mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallbackGert Wollny1-1/+1
2018-08-09autotools: use correct gl.pc LIBS when using glvndEmil Velikov1-1/+1
2018-08-02mesa: replace binary constants with hexadecimal constants18.2-branchpointAndres Gomez1-58/+58
2018-08-01intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen1-1/+2
2018-08-01i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen1-0/+3
2018-08-01glsl, glsl_to_tgsi: fix sampler/image constantsRhys Perry1-3/+11
2018-08-01glsl_to_tgsi: allow bound samplers and images to be used as l-valuesRhys Perry2-1/+55
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák12-48/+59
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák4-3/+9
2018-07-31st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák5-2/+80
2018-07-31st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)ImageMarek Olšák1-0/+41
2018-07-31st/mesa: generalize fallback_copy_image for compressed texturesMarek Olšák1-6/+11
2018-07-31st/mesa: generalize code for the compressed texture map/unmap fallbackMarek Olšák2-23/+31
2018-07-31st/mesa: use st_compressed_format_fallback moreMarek Olšák1-12/+4
2018-07-31st/mesa: generalize st_etc_fallback -> st_compressed_format_fallbackMarek Olšák3-13/+17
2018-07-31mesa: add ASTC 2D LDR decoderMarek Olšák6-0/+1967
2018-07-31i965: enable XFB and GeometryStreams for gen7+Alejandro Piñeiro1-0/+2
2018-07-31i965: Link XFB varyings for SPIR-V shadersNeil Roberts1-0/+1
2018-07-31arb_gl_spirv: add calls to several nir loweringsAlejandro Piñeiro1-0/+8
2018-07-31mesa/glspirv: Set last_vert_progNeil Roberts1-0/+7
2018-07-31mesa: fix a typo (trivial)Tapani Pälli1-1/+1
2018-07-31mesa: add glRenderbufferStorage support for EXT_texture_norm16 formatsTapani Pälli1-3/+7
2018-07-27xlib: fix build break from _swrast_map_soft_renderbuffer() callBrian Paul1-1/+1
2018-07-27swrast: fix crash in AA line code when there's no textureBrian Paul1-4/+6
2018-07-27mesa: add switch case for GL 2.1 in _mesa_compute_version()Brian Paul1-0/+3
2018-07-27mesa: replace tabs with spaces in mipmap.cBrian Paul1-28/+28
2018-07-27mesa: whitespace clean-up in texstore.cBrian Paul1-45/+50
2018-07-27mesa: move var decls in texstore_rgba()Brian Paul1-6/+8
2018-07-27mesa: remove unneeded free() call in texstore_rgba()Brian Paul1-1/+0
2018-07-27i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig9-45/+43
2018-07-27mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig26-56/+140
2018-07-27i965/icl: Disable binding table prefetchingTopi Pohjolainen1-1/+13
2018-07-27i965: Disable guardband clipping on SandyBridge for odd dimensionsvadym.shovkoplias1-0/+11
2018-07-26i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2-51/+18
2018-07-26i965: Expose EXT_base_instance extension in OpenGLES 3.0Sagar Ghuge1-1/+1
2018-07-25st/nir: Fix st_nir_opts() prototype.Kenneth Graunke1-1/+1
2018-07-24i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen1-1/+2
2018-07-24i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen1-2/+3
2018-07-24mesa: allow indirect draws with the default VAO and compatibility profileMarek Olšák1-1/+2
2018-07-24mesa: Fix copy-paste error in ConservativeRasterDilateRange initializationDanylo Piliaiev1-1/+1
2018-07-24python: Use range() instead of xrange()Mathieu Bridon1-2/+2
2018-07-24python: Better iterate over dictionariesMathieu Bridon1-2/+2
2018-07-23intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand5-5/+5
2018-07-20st: Sweep NIR after linking phase to free held memoryDanylo Piliaiev1-0/+2
2018-07-19i965/misc: Use depth/stencil surf's tiling on gen4-5Nanley Chery1-1/+3