aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-14/+2
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-232-4/+2
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+6
* i965: Enable INTEL_shader_integer_functions2 on Gen8+Ian Romanick2020-01-232-0/+6
* glsl: Add new expressions for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+7
* mesa: Extension boilerplate for INTEL_shader_integer_functions2Ian Romanick2020-01-232-0/+2
* radeon: Fix multiple definition error with radeon_debugTimur Kristóf2020-01-222-7/+17
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-212-3/+2
* gallium: Pack the atomic counters just above the SSBOs.Eric Anholt2020-01-216-14/+24
* mesa: Make atomic lowering put atomics above SSBOs.Eric Anholt2020-01-217-34/+31
* Revert "gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES"Daniel Stone2020-01-201-14/+0
* gallium: add st_context_iface::flush_resource to call FLUSH_VERTICESMarek Olšák2020-01-171-0/+14
* st/mesa: Allocate full miplevels if MaxLevel is explicitly setKenneth Graunke2020-01-161-0/+11
* st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuvJonathan Marek2020-01-151-1/+2
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-155-41/+68
* st/mesa: implement EGLImageTargetTexStorageGurchetan Singh2020-01-152-0/+30
* st/mesa: refactor egl image binding a bitGurchetan Singh2020-01-151-2/+3
* mesa/st: Move the dword slot counting function to glsl_types as well.Eric Anholt2020-01-147-130/+8
* mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.Eric Anholt2020-01-141-75/+1
* mesa/st: Move the vec4 type size function into core GLSL types.Eric Anholt2020-01-144-103/+13
* mesa/st: Deduplicate the NIR uniform lowering code.Eric Anholt2020-01-143-18/+16
* mesa/st: use float literalsErik Faye-Lund2020-01-141-4/+4
* i965: Simplify brw_get_renderer_string()Kenneth Graunke2020-01-131-20/+10
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-131-2/+3
* mesa/st: lower samplers before nir_lower_texRob Clark2020-01-131-0/+4
* i965: support EXT_EGL_image_storageGurchetan Singh2020-01-132-0/+30
* i965: refactor intel_image_target_texture_2dGurchetan Singh2020-01-131-4/+15
* i965: track if image is created by a dmabufGurchetan Singh2020-01-132-0/+2
* dri_util: add driImageFormatToSizedInternalGLFormat functionGurchetan Singh2020-01-132-45/+82
* glapi / teximage: implement EGLImageTargetTexStorageEXTGurchetan Singh2020-01-136-7/+117
* teximage: split out helper from EGLImageTargetTexture2DOESGurchetan Singh2020-01-131-18/+29
* mesa/st: fix a memory leak in get_versionAndrii Simiklit2020-01-101-2/+3
* main: fix coverity error in _mesa_program_resource_find_name()Samuel Iglesias Gonsálvez2020-01-101-1/+4
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-091-0/+1
* mesa: create program resource hash in a single placeTapani Pälli2020-01-094-6/+3
* mesa: Prevent _MaxLevel from being less than zeroThong Thai2020-01-081-1/+1
* gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák2020-01-083-24/+24
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-081-3/+3
* meta: Add cleanup function for BitmapYevhenii Kolesnikov2020-01-081-0/+17
* main: allow external textures for BindImageTextureYevhenii Kolesnikov2020-01-081-1/+5
* mesa/st/i965: add a ProgramResourceHash for quicker resource lookupTapani Pälli2020-01-077-5/+95
* glsl: use nir linker to link atomicsTimothy Arceri2020-01-072-1/+10
* mesa: add new UseNIRGLSLLinker constantTimothy Arceri2020-01-071-0/+3
* glsl: rename gl_nir_link() to gl_nir_link_spirv()Timothy Arceri2020-01-072-2/+2
* st/mesa: Lower vars to ssa and constant prop before gl_nir_lower_buffersKristian H. Kristensen2020-01-061-6/+9
* st/mesa: use uint-samplers for sampling stencil buffersErik Faye-Lund2020-01-061-4/+6
* i965: Allow HiZ for glCopyImageSubData sourcesJason Ekstrand2020-01-041-0/+9
* i965/blorp: Don't resolve HiZ unless we're reinterpretingJason Ekstrand2020-01-041-1/+1
* blorp: Allow reading with HiZJason Ekstrand2020-01-041-0/+6