i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.
[mesa.git] / src / mesa / drivers /
2016-01-15 Francisco Jerezi965/gen4-5: Emit MI_FLUSH as required prior to switchi...
2016-01-15 Francisco Jerezi965/gen6-7: Implement stall and flushes required prior...
2016-01-15 Francisco Jerezi965/gen8+: Invalidate color calc state when switching...
2016-01-15 Francisco Jerezi965: Add state bit to trigger re-emission of color...
2016-01-14 Matt Turnernir: Lower bitfield_extract.
2016-01-14 Ben Widawskyi965: Remove unused hw_must_use_separate_stencil
2016-01-14 Matt Turneri965: Drop extra newline from shader compile messages.
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-13 Matt Turneri965/fs: Skip assertion on NaN.
2016-01-13 Matt Turneri965/fs: Add debugging to constant combining pass.
2016-01-13 Brian Paulmeta: remove const qualifier on _mesa_meta_fb_tex_blit_...
2016-01-13 Neil Robertsi965/gen9: Don't allow the RGBX formats for texturing...
2016-01-12 Kenneth Graunkei965: Mark TCS URB writes as having side effects.
2016-01-11 Ian Romanickmeta: Unconditionally set GL_SKIP_DECODE_EXT
2016-01-11 Ian Romanickmeta: Only bind the sampler in one place
2016-01-11 Ian Romanickmeta/decompress: Don't pollute the sampler object namespace
2016-01-11 Ian Romanickmeta/decompress: Save and restore the sampler using...
2016-01-11 Ian Romanickmeta/decompress: Track sampler using gl_sampler_object...
2016-01-11 Ian Romanickmeta/decompress: Use internal functions for sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Don't pollute the sampler object...
2016-01-11 Ian Romanickmeta/generate_mipmap: Save and restore the sampler...
2016-01-11 Ian Romanickmeta/generate_mipmap: Track sampler using gl_sampler_ob...
2016-01-11 Ian Romanickmeta/generate_mipmap: Use internal functions for sample...
2016-01-11 Ian Romanickmeta/blit: Don't pollute the sampler object namespace...
2016-01-11 Ian Romanickmeta/blit: Save and restore the sampler using gl_sample...
2016-01-11 Ian Romanickmeta/blit: Use internal functions for sampler object...
2016-01-11 Ian Romanickmeta/blit: Group the SamplerParameteri calls with the...
2016-01-11 Kenneth Graunkei965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when...
2016-01-11 Mark JanesAdd missing platform information for KBL
2016-01-08 Kristian Høgsberg... glsl: Move _mesa_shader_stage_to_string/abbrev to shade...
2016-01-08 Kristian Høgsberg... i965: Move GLSL lowering passes out of libi965_compiler.la
2016-01-08 Jason Ekstrandi965/compiler: Enable more lowering in NIR
2016-01-07 Nicolai Hähnlei965: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnlei915: use _mesa_delete_buffer_object
2016-01-07 Nicolai Hähnleradeon: use _mesa_delete_buffer_object
2016-01-06 Sarah Sharpmesa: Add KBL PCI IDs and platform information.
2016-01-06 Kenneth Graunkenir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
2016-01-06 Kenneth Graunkei965: Only turn on ARB_compute_shader if we can write...
2016-01-06 Kenneth Graunkei965: Use rcp in brw_lower_texture_gradients rather...
2016-01-05 Anuj Phogati965/gen9: Modify the conditions to use blitter on...
2016-01-05 Anuj Phogati965/gen9: Return false in place of assert in intelEmit...
2016-01-05 Anuj Phogati965/gen9: Remove regions overlap check in fast copy...
2016-01-05 Anuj Phogati965/gen9: Don't use fast copy blit in case of non...
2016-01-05 Ian Romanicki915/i965: Fix typo in perf_debug message
2016-01-05 Ilia Mirkini965: quieten compiler warning about out-of-bounds...
2016-01-05 Ilia Mirkini965/wm: use binding size for ubo/ssbo when automatic...
2016-01-05 Ilia MirkinRevert "i965/wm: use proper API buffer size for the...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2016-01-03 Ilia Mirkinnouveau: fix double-const qualifier
2016-01-03 Rob Clarknir: extract out helper macros for running passes
2016-01-03 Kenneth Graunkei965: Make TCS precompile use the TES primitive mode...
2016-01-03 Kenneth Graunkei965: Push most TES inputs in SIMD8 mode.
2016-01-03 Kenneth Graunkei965: Use LOAD_PAYLOAD for SIMD8 TES input loads, not...
2016-01-03 Kenneth Graunkei965: Move 3-src subnr swizzle handling into the vec4...
2015-12-31 Kenneth Graunkedrirc: Disable ARB_blend_func_extended for Heaven 4...
2015-12-30 Marta Lofstedti965/gen8: Always use BRW_REGISTER_TYPE_UW for MUL...
2015-12-29 Kristian Høgsberg... i965: Reemit vertex state between indirect multi draws
2015-12-29 Kristian Høgsberg... i965: Add support for gl_DrawIDARB and enable extension
2015-12-29 Kristian Høgsberg... i965: Add support for gl_BaseVertexARB and gl_BaseInsta...
2015-12-29 Kristian Høgsberg... i965: Assert that SYSTEM_VALUE_VERTEX_ID gets lowered
2015-12-28 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen7-7.5.
2015-12-28 Kenneth Graunkei965: Don't set interleave or complete on TCS EOT message.
2015-12-28 Kenneth Graunkei965: Relase input URB Handles on Gen7/7.5 when TCS...
2015-12-28 Kenneth Graunkei965: Use proper TCS barrier ID bits for Ivybridge...
2015-12-28 Kenneth Graunkei965: Use proper TCS Instance ID bits for Ivybridge...
2015-12-28 Kenneth Graunkei965: Port tessellation evaluation shaders to vec4...
2015-12-28 Kenneth Graunkei965: Emit a real 3DSTATE_DS on Gen7.
2015-12-28 Kenneth Graunkei965: Emit a real 3DSTATE_HS on Gen7.
2015-12-28 Kenneth Graunkei965: Add the TCS/TES state upload atoms to the gen7_at...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-23 Anuj Phogati965: Add tr_mode and mip tail information in surface...
2015-12-23 Jordan Justeni965/gen8/cs: Gen8 requires 64 byte alignment for push...
2015-12-23 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen8+.
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-23 Kenneth Graunkei965: Defer input lowering for tessellation stages...
2015-12-23 Kenneth Graunkei965: Automatically create a passthrough TCS when needed.
2015-12-23 Kenneth Graunkei965: Start program_string_id from 1, not 0.
2015-12-23 Kenneth Graunkei965: Create and set a new brw_tcs_prog_data::outputs_w...
2015-12-23 Kenneth Graunkei965: Upload HS push constants whenever default tess...
2015-12-23 Kenneth Graunkei965: Only call _mesa_load_state_parameters if prog...
2015-12-23 Kenneth Graunkei965: Switch TCS gl_program/gl_shader_program checks...
2015-12-23 Kenneth Graunkei965: Remove unnecessary brw->tess_ctrl_program assertions.
2015-12-23 Kenneth Graunkei965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM...
2015-12-23 Kenneth Graunkei965: Only call brw_upload_tcs/tes_prog when using...
2015-12-22 Iago Toral Quirogai965: Ensure FS execution in presence of atomic buffers
2015-12-22 Iago Toral Quirogamesa: Add a _mesa_active_fragment_shader_has_side_effec...
2015-12-22 Kenneth Graunkei965: Implement gl_PatchVerticesIn by baking it into...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-22 Ben Skeggsnouveau: enable use of new kernel interfaces
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-12-21 Ben Widawskyi965: Only apply CS stall workaround pre-SKL
2015-12-18 Matt Turneri965/vec4: Optimize predicate handling for any/all.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-17 Jordan Justeni965/screen: Allow OpenGLES 3.1 for gen8+
2015-12-17 Jordan Justeni965: Enable compute shaders in more cases for OpenGLES 3.1
2015-12-17 Brian Paulosmesa: add new OSMesaCreateContextAttribs function
2015-12-16 Neil RobertsRevert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB...
2015-12-16 Neil Robertsi965: Fix crash when calling glViewport with no surface...
next