summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-1/+0
* nir: Use derefs in nir_lower_samplersJason Ekstrand2018-06-221-2/+0
* i965: Move nir_lower_deref_instrs to right before locals_to_regsJason Ekstrand2018-06-221-3/+2
* intel/nir: Fixup deref modes after lowering patch verticesJason Ekstrand2018-06-221-0/+2
* anv,i965,radv,st,ir3: Call nir_lower_deref_instrsJason Ekstrand2018-06-222-2/+7
* i965: Link uniforms of SPIR-V programs using the NIR linkerEduardo Lima Mitev2018-06-211-0/+6
* i965: Setup glsl uniforms by index rather than name matchingNeil Roberts2018-06-211-13/+37
* i965: account for NIR uniforms without nameEduardo Lima Mitev2018-06-212-8/+5
* i965: Update TexturesUsed after linking the shadersNeil Roberts2018-06-211-1/+3
* i965: Build SPIR-V programs' resource list using NIREduardo Lima Mitev2018-06-211-1/+7
* i965: use gl_shader_program_data::spirvAlejandro Piñeiro2018-06-211-1/+1
* mesa: remove struct gl_extensions::ATI_separate_stencilEmil Velikov2018-06-212-2/+0
* meson: fix i965/anv/isl genX static lib namesEric Engestrom2018-06-181-1/+1
* drivers/dri/i965: add missing #includeRoss Burton2018-06-121-0/+2
* i965: fix resource leakEric Engestrom2018-06-111-1/+3
* i965/screen: Sanity check that all formats we advertise are useableJason Ekstrand2018-06-071-4/+20
* i965/screen: Use RGBA non-sRGB formats for imagesJason Ekstrand2018-06-071-0/+9
* i965/screen: Return false for unsupported formats in query_modifiersJason Ekstrand2018-06-071-2/+14
* i965/screen: Refactor query_dma_buf_formatsJason Ekstrand2018-06-071-12/+13
* i965: Require softpin support for Cannonlake and later.Kenneth Graunke2018-06-061-0/+10
* i965: Allocate VMA in userspace for full-PPGTT systems.Kenneth Graunke2018-06-061-1/+1
* intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.Kenneth Graunke2018-06-061-0/+29
* dri: add missing 16bits formats mappingLionel Landwerlin2018-06-071-0/+16
* i965: Prepare batchbuffer module for softpin support.Kenneth Graunke2018-06-042-3/+39
* i965: Add virtual memory allocator infrastructure to brw_bufmgr.Kenneth Graunke2018-06-042-1/+286
* i965: Disable internal CCS for shadows of multi-sampled windowsJason Ekstrand2018-06-041-1/+10
* i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand2018-06-042-4/+4
* i965: Fix batch-last mode to properly swap BOs.Kenneth Graunke2018-06-041-0/+5
* i965: Add ARB_fragment_shader_interlock support.Plamena Manolova2018-06-011-0/+1
* mesa: expose ARB_tessellation_shader in the compatibility profileMarek Olšák2018-05-291-1/+2
* mesa: expose AMD_vertex_shader_layer in the compatibility profileMarek Olšák2018-05-291-1/+2
* mesa: expose ARB_gpu_shader5 in the compatibility profileMarek Olšák2018-05-291-2/+4
* i965: Only emit VF cache invalidations when the high bits changesChris Wilson2018-05-291-1/+1
* dri: replace two-way switch case with a table lookupEric Engestrom2018-05-291-74/+84
* dri: fix error value returned by driGLFormatToImageFormat()Eric Engestrom2018-05-293-3/+3
* i965: Revert recent tiled memcpy changes.Kenneth Graunke2018-05-265-186/+9
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-05-251-4/+98
* i915: Fix streaming loads for intel_tiled_memcpyChris Wilson2018-05-251-5/+5
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-251-0/+2
* i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips2018-05-254-5/+88
* i965: enable OES_texture_view for gen8+Tapani Pälli2018-05-241-1/+2
* i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.Francisco Jerez2018-05-231-3/+5
* i965: Handle non-zero texture buffer offsets in buffer object range calculation.Francisco Jerez2018-05-231-1/+3
* i965: Move buffer texture size calculation into a common helper function.Francisco Jerez2018-05-231-23/+32
* i965: add {X,A}BGR2101010 to 'intel_image_formats'Miguel Casas2018-05-231-0/+6
* dri_util: Add R10G10B10{A,X}2 translation between DRI and mesa_format.Miguel Casas2018-05-231-0/+8
* i965: Remove ring switching entirelyJason Ekstrand2018-05-2211-105/+61
* i965/miptree: Move the access_raw call to the individual map functionsJason Ekstrand2018-05-221-3/+13
* i965: Remove support for the BLT ringJason Ekstrand2018-05-221-9/+3
* i965/miptree: Use blorp for blit maps on gen6+Jason Ekstrand2018-05-221-11/+25