vl: remove DRI2DriverPrimeShift compile guards
[mesa.git] / src / mesa / drivers /
2017-02-13 Jason Ekstrandi965/sampler_state: Set the "Base Mip Level" field...
2017-02-13 Jason Ekstrandi965/sampler_state: Pass texObj into update_sampler_state
2017-02-13 Jason Ekstrandi965/sampler_state: Clamp min/max LOD to 14 on gen7+
2017-02-09 Samuel Iglesias... i965/fs: add support for int64 to bool conversion
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]2[iu]32
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]642f
2017-02-09 Samuel Iglesias... i965/fs: legalize [u]int64 to 32-bit data conversions...
2017-02-09 Jason Ekstrandi965/fs: Add support for nir_op_[iu]642d
2017-02-09 Jason Ekstrandi965: Allow int64 conversion operations in channel_expr...
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-07 Kenneth GraunkeRevert "i965: Disable guardband clipping in the smaller...
2017-02-07 Kenneth Graunkei965: Always scissor on Gen6-7.5 instead of disabling...
2017-02-07 Jason Ekstrandi965: Use a better guardband calculation.
2017-02-07 Kenneth Graunkei965: Combine the Gen6 SF and Clip viewport atoms.
2017-02-06 Nicolai Hähnledri/common: clear the loaderPrivate pointer in driDestr...
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-01 Robert Fossi965: Prevent coverity warning
2017-01-31 Francisco Jerezi965/fs: Fix nir_op_fsign of absolute value.
2017-01-30 Kenneth Graunkei965: Support the force_glsl_version driconf option.
2017-01-30 Kenneth Graunkei965: Fix check for negative pitch in can_do_fast_copy_...
2017-01-29 Timothy Arcerii965: add assert to while_jumps_before_offset()
2017-01-29 Timothy Arcerii965: fix up asserts in brw_inst_set_jip()
2017-01-28 Kenneth Graunkei965: Unbind deleted shaders from brw_context, fixing...
2017-01-27 Chad Versacei965/sync: Implement fences based on Linux sync_file
2017-01-27 Chad Versacei965/sync: Rename brw_fence_insert()
2017-01-27 Chad Versacei965/sync: Fail sync creation when batchbuffer flush...
2017-01-27 Chad Versacei965/sync: Add brw_fence::type
2017-01-27 Chad Versacei965: Add intel_batchbuffer_flush_fence()
2017-01-27 Chad Versacei965: Add intel_screen::has_fence_fd
2017-01-27 Emil Velikovi915, i965: automake: remove NA include directive
2017-01-27 Emil Velikovdri/osmesa: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovdri/swrast: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovradeon, r200: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi915: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi965: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi965: automake: correctly set MKDIR_GEN
2017-01-27 Topi Pohjolainenmeta: Refactor texture format translation
2017-01-27 Topi Pohjolaineni965/hiz/gen6: Stop setting false qpitch
2017-01-27 Topi Pohjolaineni965/blorp/gen6: Remove dead code in hiz setup
2017-01-27 Topi Pohjolaineni965/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965/blorp/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965/gen6: Remove check for stencil format
2017-01-27 Topi Pohjolaineni965: Remove check for hiz on earlier gens than SNB
2017-01-27 Topi Pohjolaineni965/miptree: Remove redundant check for null texture
2017-01-27 Topi Pohjolaineni965/miptree: Tell when brw_miptree_layout() fails
2017-01-27 Topi Pohjolaineni965/meta: Remove unused brw_get_rb_for_slice()
2017-01-26 Kenneth Graunkei965: Make intelEmitCopyBlit not truncate large strides.
2017-01-26 Kenneth Graunkei965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
2017-01-26 Kenneth Graunkei965: Fix fast depth clears for surfaces with a dimensi...
2017-01-24 Jason Ekstrandi965/blorp: Use the correct ISL format for combined...
2017-01-24 Topi Pohjolaineni965/blorp: Add also depth and stencil buffers to rende...
2017-01-23 Matt Turneri965: Use UNUSED to silence unused variable (used in...
2017-01-23 Rainer Hocheckerdri: allow 16bit R/GR images to be exported via drm...
2017-01-23 Eric Engestromdrirc: remove spurious tabs
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-21 Matt TurnerRevert "i965: Really don't emit Q or UQ moves on Gen...
2017-01-21 Matt Turneri965: Select DF type for 64-bit integers on Gen < 8.
2017-01-20 Ian Romanicki965: Enable ARB_gpu_shader_int64 on Gen8+
2017-01-20 Ian Romanicki965: Split SIMD16 CMP of Q and UQ instructions
2017-01-20 Ian Romanicki965: Enable 64-bit integer support for almost all...
2017-01-20 Ian Romanicki965: Enable uploading 64-bit integer uniforms
2017-01-20 Ian Romanicki965: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicki965: Enable emitting Q and UQ instructions in the...
2017-01-20 Ian Romanicki965: Add support for constant evaluation on Q and...
2017-01-20 Ian Romanicki965: Return Q and UQ types for int64 and uint64
2017-01-20 Ian Romanicki965: Really don't emit Q or UQ moves on Gen < 8
2017-01-20 Dave Airliei965: Avoid int64 warnings.
2017-01-20 Dave Airliei965: Avoid int64 induced warnings
2017-01-20 Matt Turneri965: Validate "Special Cases for Byte Operations"
2017-01-20 Matt Turneri965: Validate "Region Alignment Rules"
2017-01-20 Matt Turneri965: Validate "General Restrictions Based on Operand...
2017-01-20 Matt Turneri965: Validate "General Restrictions on Regioning Param...
2017-01-20 Matt Turneri965: Replace reg_type_size[] with a function.
2017-01-20 Matt Turneri965: Validate math instruction sources.
2017-01-20 Matt Turneri965: Claim that SEND/math has two sources.
2017-01-20 Matt Turneri965: Simplify num_sources_from_inst().
2017-01-20 Matt Turneri965: Factor out send_restrictions() function.
2017-01-20 Matt Turneri965: Factor out sources_not_null() validation function.
2017-01-20 Matt Turneri965: Structure code so unsupported inst will not gener...
2017-01-20 Matt Turneri965: Add a test for the EU assembly validator.
2017-01-20 Matt Turneri965: Add a CHECK macro to call more complicated valida...
2017-01-20 Matt Turneri965: Make ERROR_IF usable from other functions.
2017-01-20 Matt Turneri965: Mark error annotation on correct SIMD16 inst.
2017-01-20 Matt Turneri965/vec4: Use UW-typed operands when dest is UW.
2017-01-20 Matt Turneri965: Use W-typed immediate in brw_F32TO16().
2017-01-20 Matt Turneri965: Don't change F->VF if dest type is DF.
2017-01-19 Anuj Phogati965: Remove unnecessary mt->compressed checks
2017-01-19 Anuj Phogati965: Fix indentation in brw_miptree_layout_2d()
2017-01-19 Anuj Phogati965: Fix comment to include 3d textures
2017-01-19 Chad Versacei965: Delete pending CCS and HiZ ops in intel_miptree_m...
2017-01-19 Timothy Arcerimesa/glsl/i965: set and use tcs vertices_out directly
2017-01-19 Timothy Arcerii965: get outputs_written from gl_program
2017-01-18 Topi Pohjolaineni965/blorp: Make post draw flush more explicit
2017-01-18 Topi Pohjolaineni965/gen6: Issue direct depth stall and flush after...
2017-01-18 Topi Pohjolaineni965: Make depth clear flushing more explicit
2017-01-18 Topi Pohjolaineni965/blorp: Use the render cache mechanism instead...
2017-01-18 Kenneth Graunkei965: Make brw_cache_item structure private to brw_prog...
2017-01-18 Ben Widawskyi965: Fix SURFACE_STATE to handle non-zero aux offsets
next