gallivm: avoid crashing in mod by 0 with llvmpipe
[mesa.git] / src / mesa /
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-06 Timothy Arcerimesa: fix GL_MAX_NAME_LENGTH query for tessellation...
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 Brian Paulst/mesa: minor indentation fixes
2016-01-05 Brian Paulmesa: minor clean-up of some memcpy/sizeof() calls...
2016-01-05 Brian Paulmesa: check for z=0 in _mesa_Vertex3dv()
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 Nicolai Hähnlest/mesa: make KHR_debug output independent of context...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2016-01-03 Ilia Mirkinst/mesa: use PK2H/UP2H when supported
2016-01-03 Samuel Pitoisetst/mesa: fix parameter names for tesseval/tessctrl...
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...
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2016-01-02 Marek Olšákst/mesa: fix GLSL uniform updates for glBitmap & glDraw...
2016-01-02 Marek Olšákprogram: add _mesa_reserve_parameter_storage
2016-01-02 Jordan Justenmesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
2016-01-02 Ilia Mirkinst/mesa: sort extensions enablement array
2016-01-01 Jordan Justenmesa: Add MESA_VERBOSE=api for GL_ARB_program_interface...
2016-01-01 Jordan Justenmesa: Add MESA_VERBOSE=api for several indexed BindBuff...
2015-12-31 Dave Airliest/glsl_to_tgsi: fix block movs for doubles
2015-12-31 Dave Airliest/glsl_to_tgsi: handle different attrib size
2015-12-31 Dave Airliest/glsl_to_tgsi: readd the double_reg2 for input index...
2015-12-31 Dave Airliest/glsl_to_tgsi: when doing reladdr get vec4 of correct...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle double immediates in matrices...
2015-12-31 Dave Airliest/glsl_to_tgsi: setup writemask for double arrays...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle doubles in array shrinking...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle doubles outputs in arrays.
2015-12-31 Dave Airliest/glsl_to_tgsi: store if dst is double in array
2015-12-31 Kenneth Graunkedrirc: Disable ARB_blend_func_extended for Heaven 4...
2015-12-30 Ilia Mirkinst/mesa: add GL_ARB_shader_draw_parameters support
2015-12-30 Marta Lofstedti965/gen8: Always use BRW_REGISTER_TYPE_UW for MUL...
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-29 Kristian Høgsberg... mesa/st: Pad out _mesa_sysval_to_semantic for new SYSTE...
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-29 Kristian Høgsberg... mesa: Add core mesa support for GL_ARB_shader_draw_para...
2015-12-29 Kristian Høgsberg... mesa/vbo: Add draw_id field to struct _mesa_prim
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 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-22 Tapani Pällimesa: fix interface matching done in validate_io
2015-12-22 Iago Toral Quirogamesa: add SSBOs to the list of fragment shader side...
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 Miklós Mátéswrast: move two global defines to the only place where...
2015-12-17 Miklós Mátémesa: improve debug log in atifragshader
2015-12-17 Miklós Mátéprogram: fix comment about the fog formula
2015-12-17 Miklós Mátémesa: Don't leak ATIfs instructions in DeleteFragmentShader
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 Jordan Justenmain/version: Don't require ARB_compute_shader for...
2015-12-17 Jordan Justenmain: Allow compute shaders to be compiled with OpenGLE...
next