vc4: Flip the switch to run the GLSL compiler optimization loop once.
[mesa.git] / src / mesa /
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 Velikovmesa: remove explicit __STDC_FORMAT_MACROS define
2017-01-27 Emil Velikovmesa: move variable declaration to where its used
2017-01-27 Emil Velikovst/mesa: use correct return statement for a void function
2017-01-27 Emil Velikovmesa: use correct return statement for a void function
2017-01-27 Emil Velikovi915, i965: automake: remove NA include directive
2017-01-27 Emil Velikovmesa/tests: automake: include builddir prior to srcdir
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 Dave Airliest/mesa: add support for enabling ARB_gpu_shader_int64.
2017-01-27 Dave Airliest/glsl_to_tgsi: add support for 64-bit integers
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 Ian Romanickmesa: Arrange validate_uniform_parameters parameters...
2017-01-26 Ian Romanickmesa: Arrange _mesa_uniform parameters to match the...
2017-01-26 Ian Romanickmesa: Arrange _mesa_uniform_matrix parameters to match...
2017-01-26 Ian Romanickmesa: Trivial clean-ups in uniform_query.cpp
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-25 Ian Romanickmesa: Fix copy-and-paste bug in _mesa_(Program|)Uniform...
2017-01-24 Marek Olšákst/mesa: destroy pipe_context before destroying st_cont...
2017-01-24 Ian Romanickmesa: Don't advertise GL_OES_read_format in core profile
2017-01-24 Jason Ekstrandi965/blorp: Use the correct ISL format for combined...
2017-01-24 Samuel Pitoisetst/glsl_to_tgsi: fix compilation warnings since int64...
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 Nicolai Hähnlest/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
2017-01-23 Timothy Arcerimesa: remove unused gl_shader_info field from gl_linked...
2017-01-23 Timothy Arcerimesa/glsl: set and get cs layouts to and from shader_info
2017-01-23 Timothy Arcerimesa/glsl: set and get gs layouts directly to and from...
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-23 Timothy Arceriglsl: use last_vert_prog to get last {clip,cull}_distan...
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerist/mesa/glsl: change xfb_program field to last_vert_prog
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 Dave Airliemesa/program: Add unused ir operations.
2017-01-20 Dave Airliemesa: Add support for 64-bit integer uniforms
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-20 Dave Airliemesa: Add ARB_gpu_shader_int64 extension bits
2017-01-20 Dave Airliemapi: Add support for ARB_gpu_shader_int64.
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-20 Philipp Zabelst/mesa: ask pipe driver to recreate derived internal...
2017-01-20 Philipp Zabelmesa: update external textures when (re-)binding
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 Alejandro Piñeiromesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for...
2017-01-19 Nicolai Hähnlemesa/main: fix meta caller of _mesa_ClampColor
next