egl/x11: Implement dri3 support with loader's dri3 helper
[mesa.git] / src / mesa /
2015-11-17 Eduardo Lima Mitevi965: Return the correct value type from brw_compile_gs()
2015-11-17 Tapani Pällimesa: do runtime validation of precision varyings only...
2015-11-17 Kenneth Graunkei965: Set MaxCombinedUniformBlocks properly.
2015-11-17 Kenneth Graunkei965: Clean up context constant initialization code.
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-17 Roland Scheideggerr200: fix bgrx8/xrgb8 blits
2015-11-17 Roland Scheideggerradeon: fix bgrx8/xrgb8 blits
2015-11-16 Ian Romanickmeta/generate_mipmap: Only modify the draw framebuffer...
2015-11-15 Kenneth Graunkei965: Introduce a MOV_INDIRECT opcode.
2015-11-14 Kenneth Graunkei965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-11-13 Kenneth Graunkei965: Make convert_attr_sources_to_hw_regs handle strid...
2015-11-13 Ian Romanicki965: Silence unused parameter warnings in get_buffer_rect
2015-11-13 Ian Romanickmeta/generate_mipmap: Don't leak the sampler object
2015-11-13 Matt Turneri965: Remove unneeded #includes.
2015-11-13 Matt Turneri965: Silence warning.
2015-11-13 Juha-Pekka Heikkilai965: Don't write beyond allocated memory.
2015-11-13 Matt Turneri965: Use BRW_MRF_COMPR4 macro in more places.
2015-11-13 Matt Turneri965: Combine register file field.
2015-11-13 Matt Turneri965: Replace HW_REG with ARF/FIXED_GRF.
2015-11-13 Matt Turneri965/fs: Set stride correctly for immediates in fs_reg...
2015-11-13 Matt Turneri965/fs: Handle type-V immediates in brw_reg_from_fs_reg().
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-11-13 Matt Turneri965: Move BAD_FILE from the beginning of enum register...
2015-11-13 Matt Turneri965: Initialize registers.
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-11-13 Matt Turneri965: Unwrap some lines.
2015-11-13 Matt Turneri965/vec4: Remove swizzle/writemask fields from src...
2015-11-13 Matt Turneri965: Remove fixed_hw_reg field from backend_reg.
2015-11-13 Matt Turneri965: Use immediate storage in inherited brw_reg.
2015-11-13 Matt Turneri965: Add and use enum brw_reg_file.
2015-11-13 Matt Turneri965: Reorganize brw_reg fields.
2015-11-13 Matt Turneri965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
2015-11-13 Matt Turneri965: Delete type field from backend_reg.
2015-11-13 Matt Turneri965: Delete abs/negate fields from backend_reg.
2015-11-13 Matt Turneri965: Make backend_reg inherit from brw_reg.
2015-11-13 Matt Turneri965/fs: Replace nested ternary with if ladder.
2015-11-13 Brian Paulmesa: minor comment fix in blend.c
2015-11-13 Nanley Cherymesa: Replace gl_extensions::EXT_texture3D with ::dummy...
2015-11-12 Brian Paulmesa: fix MSVC build break in extensions.h
2015-11-12 Ilia Mirkingallium: add support for gl_HelperInvocation semantic
2015-11-12 Ilia Mirkinglsl: add gl_HelperInvocation system value
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-11-12 Nanley Cherymesa/extensions: Prefix global struct and extension...
2015-11-12 Nanley Cherymesa: Generate a helper function for each extension
2015-11-12 Nanley Cherymesa/extensions: Replace extension::api_set with :...
2015-11-12 Nanley Cherymesa/extensions: Use _mesa_extension_supported()
2015-11-12 Nanley Cherymesa/extensions: Create _mesa_extension_supported()
2015-11-12 Nanley Cherymesa/extensions: Add extension::version
2015-11-12 Nanley Cherymesa/extensions: Move entries entries to separate file
2015-11-12 Nanley Cherymesa/extensions: Wrap array entries in macros
2015-11-12 Nanley Cherymesa/extensions: Remove array sentinel
2015-11-12 Matt Turneri965: Check instructions appear only on supported hardware.
2015-11-12 Matt Turneri965: Add initial assembly validation pass.
2015-11-12 Matt Turneri965: Add annotation_insert_error() and support for...
2015-11-12 Matt Turneri965: Combine assembly annotations if possible.
2015-11-12 Matt Turneri965: Set annotation_info's mem_ctx.
2015-11-12 Matt Turneri965: Don't consider control flow instructions to have...
2015-11-12 Matt Turneri965: Fill out instruction list.
2015-11-12 Matt Turneri965: Consolidate is_3src() functions.
2015-11-12 Tapani Pällimesa: validate precision of varyings during ValidatePro...
2015-11-12 Samuel Iglesias... i965/fs/nir: fix the number of register written by...
2015-11-12 Ben Widawskyi965/skl/gt4: Fix URB programming restriction.
2015-11-12 Ilia Mirkinst/mesa: implement ARB_clear_texture
2015-11-11 Timothy Arcerimesa: add ARB_enhanced_layouts
2015-11-11 Kenneth Graunkei965: Split nir_emit_intrinsic by stage with a general...
2015-11-11 Ilia Mirkinmesa/copyimage: allow width/height to not be multiples...
2015-11-11 Jason Ekstrandi965/brw_reg: Add a brw_VxH_indirect helper
2015-11-11 Brian Paulmesa: remove old comments in arrayobj.c
2015-11-11 Kenneth Graunkei965: Print force_writemask_all in dump_instructions().
2015-11-11 Kenneth Graunkei965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
2015-11-11 Kenneth Graunkei965: Map GL_PATCHES to 3DPRIM_PATCHLIST_n.
2015-11-10 Eduardo Lima Mitevi965/nir/opt_peephole_ffma: Bypass fusion if any operan...
2015-11-10 Eduardo Lima Mitevnir/nir_opt_peephole_ffma: Move this lowering pass...
2015-11-10 Kristian Høgsberg... glsl: Lower UBO and SSBO access in glsl linker
2015-11-10 Kristian Høgsberg... glsl: Drop exec_list argument to lower_ubo_reference
2015-11-10 Jose Fonsecast/mesa: Destroy buffer object's mutex.
2015-11-07 Jason Ekstrandi965/fs: Use regs_read/written for post-RA scheduling...
2015-11-06 Francisco Jerezi965/nir/fs: Add comment for no-op memory barrier functions
2015-11-06 Jordan Justeni965/nir/fs: Implement new barrier functions for comput...
2015-11-06 Brian Paulmesa: report enum name in glClientActiveTexture() error...
2015-11-05 Kenneth Graunkei965: Fix scalar VS float[] and vec2[] output arrays.
2015-11-05 Ilia Mirkinst/mesa: set debug callback for debug contexts
2015-11-05 Ilia Mirkinst/mesa: account for texture views when doing CopyImage...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUF...
2015-11-05 Iago Toral Quirogai965/vec4: Do not mark used surfaces in VS_OPCODE_GET_B...
2015-11-05 Iago Toral Quirogai965/vec4: Do not mark used direct surfaces in VS_OPCOD...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark used direct surfaces in UNIFORM_PU...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark direct used surfaces in VARYING_PU...
2015-11-05 Neil Robertsi965/skl+: Enable support for 16x multisampling
2015-11-05 Neil Robertsmesa/meta: Use interpolateAtOffset for 16x MSAA copy...
2015-11-05 Neil Robertsmeta/blit: Always try to enable GL_ARB_sample_shading
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-11-05 Neil Robertsi965/meta: Support 16x MSAA in the meta stencil blit
2015-11-05 Neil Robertsi965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
2015-11-05 Neil Robertsi965: Support allocating the MCS buffer for 16x MSAA
2015-11-05 Neil Robertsi965: Support calculating the bits needed to set up...
2015-11-05 Neil Robertsi965/fs: Add a sampler program key for whether the...
2015-11-05 Neil Robertsi965/vec4/skl+: Use ld2dms_w instead of ld2dms
2015-11-05 Neil Robertsi965/fs/skl+: Use ld2dms_w instead of ld2dms
next