i965: Move device info initialization to common code
[mesa.git] / src / mesa / drivers / dri /
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-19 Anuj Phogati965/icl: Add WA_2204188704 to disable pixel shader...
2019-03-15 Jason Ekstrandi965: Stop setting LowerBuferInterfaceBlocks
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-03-14 Tapani Pällii965: remove scaling factors from P010, P012
2019-03-12 Kenneth Graunkei965: Reimplement all the PIPE_CONTROL rules.
2019-03-12 Kenneth Graunkei965: Use genxml for emitting PIPE_CONTROL.
2019-03-12 Kenneth Graunkei965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.
2019-03-12 Kenneth Graunkei965: Move some genX infrastructure to genX_boilerplate.h.
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-03-06 Timothy Arcerii965: stop calling nir_lower_returns()
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandglsl/nir: Add a shared helper for building float64...
2019-03-06 Jason Ekstrandi965: Compile the fp64 program based on nir options
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-05 Kenneth Graunkei965: Implement threaded GL support.
2019-02-27 Yevhenii Kolesnikovi965: Fix allow_higher_compat_version workaround limite...
2019-02-26 Eleni Maria Steai965: fixed clamping in set_scissor_bits when the y...
2019-02-26 Kasireddy, Viveki965: Add support for sampling from XYUV images
2019-02-25 Sergii Romantsovdri: meson: do not prefix user provided dri-drivers...
2019-02-20 Andrii Simikliti965: re-emit index buffer state on a reset option...
2019-02-18 Ilia Mirkini965: always enable EXT_float_blend
2019-02-18 Lionel Landwerlini965: scale factor changes should trigger recompile
2019-02-17 Chris Wilsoni965: Assert the execobject handles match for this...
2019-02-15 Eleni Maria Steai965: Removed the field etc_format from the struct...
2019-02-15 Eleni Maria Steai965: Enabled the OES_copy_image extension on Gen 7...
2019-02-15 Eleni Maria Steai965: Fixed the CopyImageSubData for ETC2 on Gen < 8
2019-02-15 Eleni Maria Steai965: Faking the ETC2 compression on Gen < 8 GPUs using...
2019-02-15 Nanley Cheryi965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*
2019-02-15 Tapani Pällidrirc/i965: add option to disable 565 configs and visuals
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-12 Tapani Pällii965: add P0x formats and propagate required scaling...
2019-02-12 Tapani Pälliintel/compiler: add scale_factors to sampler_prog_key_data
2019-02-12 Kenneth Graunkei965: Use info->textures_used instead of prog->Samplers...
2019-02-12 Kenneth Graunkei965: Drop unnecessary 'and' with prog->SamplerUnits
2019-02-12 Kenneth Graunkenir: Gather texture bitmasks in gl_nir_lower_samplers_a...
2019-02-12 Kenneth Graunkei965: Call nir_lower_samplers for ARB programs.
2019-02-08 Andrii Simikliti965: consider a 'base level' when calculating width0...
2019-02-05 Caio Marcelo de... i965: skip bit6 swizzle detection in Gen8+
2019-02-01 Gurchetan Singhi965: Set flag for EXT_texture_compression_s3tc_srgb
2019-01-31 Dylan Bakerandroid,autotools,i965: Fix location of float64_glsl.h
2019-01-29 Jason Ekstrandintel/defines: Explicitly cast to uint32_t in SET_FIELD...
2019-01-28 Gert Wollnyi965: Set flag for EXT_sRGB
2019-01-26 Matt Turneri965: Always compile fp64 funcs when needed
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-11 Kenneth Graunkeblorp: Pass the batch to lookup/upload_shader instead...
2019-01-11 Kenneth Graunkeblorp: Add blorp_get_surface_address to the driver...
2019-01-10 Matt Turneri965: Compile fp64 funcs only if we do not have 64...
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2019-01-10 Matt Turneri965: Enable 64-bit GLSL extensions
2019-01-10 Matt Turneri965: Compile fp64 software routines and lower double-ops
2019-01-10 Matt Turnerglsl: Create file to contain software fp64 functions
2019-01-09 Maya Rashishradeon: fix printf format specifier.
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2019-01-04 Lionel Landwerlini965: add CS stall on VF invalidation workaround
2019-01-04 Lionel Landwerlini965: include draw_params/derived_draw_params for VF...
2019-01-04 Lionel Landwerlini965: limit VF caching workaround to gen8/9/10
2018-12-17 Kenneth Graunkei965: Don't override subslice count to 4 on Gen11.
2018-12-14 Rafael Antognollii965/gen9: Add workarounds for object preemption.
2018-12-14 Rafael Antognollii965/gen10+: Enable object level preemption.
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-12-13 Jordan Justeni965/compute: Emit GPGPU_WALKER in genX_state_upload
2018-12-13 Jordan Justeni965/genX_state: Add register access functions
2018-12-10 Kenneth Graunkei965: Flip arguments to load_register_reg helpers.
2018-12-10 Kenneth Graunkei965: Delete dead brw_meta_resolve_color prototype.
2018-12-08 Kenneth Graunkeintel/blorp: Expand blorp_address::offset to be 64...
2018-12-03 Matt Turnermesa: Revert INTEL_fragment_shader_ordering support
2018-12-03 Chad Versacei965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD
2018-11-28 Gert Wollnyi965: Set the FBO error state INCOMPLETE_ATTACHMENT...
2018-11-28 Gert Wollnyi965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
2018-11-26 Anuj Phogati965/icl: Set use full ways in L3CNTLREG
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-21 Mathias Fröhlichnouveau: Use gl_array_attribute::_ElementSize.
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-11-20 Kenneth Graunkei965: Use a 'nir' temporary rather than poking at brw_p...
2018-11-20 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-11-19 Gert Wollnyi965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER...
2018-11-19 Gert Wollnyi965: Add support for and expose EXT_texture_sRGB_R8
2018-11-19 Gert Wollnyi965: Force zero swizzles for unused components in...
2018-11-19 Gert Wollnyi965: be more specific about FBO completeness errors
2018-11-17 Kenneth Graunkei915: Delete swizzling detection logic.
2018-11-16 Danylo Piliaievi965: Fix calculation of layers array length for isl_view
2018-11-14 Andrii Simikliti965: avoid 'unused variable' warnings
2018-11-12 Lionel Landwerlini965: add support for sampling from AYUV
2018-11-08 Aditya Swarupi965: Lift restriction in external textures for EGLImag...
2018-11-05 Sergii Romantsovi965/batch/debug: Allow log be dumped before assert
2018-11-02 Topi Pohjolaineni965/icl: Disable prefetching of sampler state entries
2018-11-01 Mark JanesRevert "i965/batch: avoid reverting batch buffer if...
2018-11-01 Anuj Phogati965/icl: Set Error Detection Behavior Control Bit...
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-30 Danylo Piliaievi965: Disable dual source blending when shader doesn...
2018-10-30 Kenneth Graunkei965: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMip...
2018-10-30 Andrii Simikliti965/batch: don't ignore the 'brw_new_batch' call for...
2018-10-30 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-10-30 Eric Engestromi965: add missing case to fix -Wswitch
2018-10-30 Mauro Rossiandroid: i965/tiled_memcpy: fix build for x86 generic...
next