i965: Don't treat HW_REGs as barriers if they're immediates.
[mesa.git] / src / mesa / main /
2014-05-23 James Leggmesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT
2014-05-22 José Fonsecamesa: Rely on USE_X86_64_ASM.
2014-05-22 Matt Turnermesa/x86: Support SSE 4.1 detection on x86-64.
2014-05-22 Matt Turnermesa: Add uninitialized_vars macro from the Linux kernel.
2014-05-16 Brian Paulmesa: fix double-freeing of dispatch tables inside...
2014-05-13 Kenneth Graunkemesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.
2014-05-10 Chia-I Wumesa: propagate FragDepthLayout to gl_program
2014-05-08 Kenneth Graunkemesa: Fix MaxNumLayers for 1D array textures.
2014-05-08 Ilia Mirkinmesa: pass target through to driver when choosing textu...
2014-05-02 José Fonsecamesa: VS 2013 does not provide strcasecmp.
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-05-02 Chia-I Wuglsl: make static constant variables "static const"
2014-05-02 Petri Latvalamesa: Implement INTEL_performance_query.
2014-05-02 Petri Latvalamesa: Add core support for the GL_INTEL_performance_que...
2014-05-02 Petri Latvalamesa: Add INTEL_performance_query enums to tests/enum_s...
2014-05-02 Ian Romanickmesa: Eliminate gl_shader_program::InternalSeparateShader
2014-05-02 Ian Romanickmesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
2014-05-02 Ian Romanickmesa: Remove support for desktop OpenGL GL_EXT_separate...
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanicksso: Add display list support for ARB_separate_shader_o...
2014-05-02 Ian Romanickmesa/sso: Refactor new function _mesa_bind_pipeline
2014-05-02 Fredrik Höglundmesa: Enable ARB_multi_bind
2014-05-02 Fredrik Höglundmesa: Implement glBindImageTextures
2014-05-02 Fredrik Höglundmesa: Implement glBindVertexBuffers
2014-05-02 Fredrik Höglundmesa: Implement glBindBuffersRange
2014-05-02 Fredrik Höglundmesa: Implement glBindBuffersBase
2014-05-02 Fredrik Höglundmesa: Add _mesa_set_transform_feedback_binding()
2014-05-02 Fredrik Höglundmesa: Refactor set_ubo_binding()
2014-05-02 Fredrik Höglundmesa: Add helper functions for looking up multiple...
2014-05-02 Fredrik Höglundmesa: Refactor set_atomic_buffer_binding()
2014-05-02 Fredrik Höglundmesa: Implement glBindTextures
2014-05-02 Fredrik Höglundmesa: Add a texUnit parameter to dd_function_table...
2014-05-02 Fredrik Höglundmesa: Add helper functions for looking up multiple...
2014-05-02 Fredrik Höglundmesa: Implement glBindSamplers
2014-05-02 Fredrik Höglundglapi: Add infrastructure for ARB_multi_bind
2014-05-02 Fredrik Höglundmesa: Add functions for doing unlocked hash table lookups
2014-05-02 Fredrik Höglundmesa: Optimize unbind_texobj_from_texunits()
2014-05-02 Fredrik Höglundmesa: Add a _BoundTextures field in gl_texture_unit
2014-05-02 Fredrik Höglundmesa: Store the target index in gl_texture_object
2014-05-01 Brian Paulmesa: move declarations before code in texstore.c
2014-05-01 Anuj Phogatmesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_d...
2014-05-01 Anuj Phogatmesa: Add support to unpack depth-stencil texture in...
2014-05-01 Anuj Phogatmesa: Add new helper function _mesa_unpack_depth_stenci...
2014-05-01 Anuj Phogatmesa: Remove redundant if checks in _mesa_texstore_xx_x...
2014-05-01 Anuj Phogatmesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstor...
2014-05-01 Anuj Phogatmesa: Add missing types in _mesa_texstore_xx_xx() functions
2014-05-01 Anuj Phogatmesa: Add error condition for format=STENCIL_INDEX...
2014-05-01 Anuj Phogatmesa: Add entry for extension ARB_texture_stencil8
2014-05-01 Anuj Phogatglsl: Apply the link error conditions to GL_ARB_fragmen...
2014-05-01 Anuj Phogatglsl: Link error if fs defines conflicting qualifiers...
2014-05-01 Anuj Phogatmesa: Use location VERT_ATTRIB_GENERIC0 for vertex...
2014-05-01 Anuj Phogatmesa: Fix querying location of nth element of an array...
2014-05-01 José Fonsecamesa: Move declaration to top of block.
2014-04-30 Eric Anholtmesa: Track maximum CurrentTexUnit to reduce glDeleteTe...
2014-04-30 Eric Anholtmesa: Rewrite shader-based texture image state updates.
2014-04-30 Eric Anholtmesa: Split the shader texture update logic from fixed...
2014-04-30 Eric Anholtmesa: Finish removing the _ReallyEnabled field.
2014-04-30 Eric Anholtmesa: Drop _ReallyEnabled usage from ff_fragment_shader.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Ensure that (unit->_Current != 0) == (unit->_Real...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-30 Brian Paulmesa: change invalid texture swizzle error to GL_INVALI...
2014-04-27 Chia-I Wumesa: overhaul debug namespace support
2014-04-27 Chia-I Wumesa: delay copying of debug groups
2014-04-27 Chia-I Wumesa: clean up debug output namespace handling
2014-04-27 Chia-I Wumesa: clean up debug groups
2014-04-27 Chia-I Wumesa: clean up debug message log
2014-04-27 Chia-I Wumesa: use accessors for struct gl_debug_state
2014-04-27 Chia-I Wumesa: eliminate debug output message_insert
2014-04-27 Chia-I Wumesa: eliminate debug output should_log
2014-04-27 Chia-I Wumesa: eliminate debug output control_app_messages
2014-04-27 Chia-I Wumesa: eliminate debug output get_msg
2014-04-27 Chia-I Wumesa: refactor _mesa_PopDebugGroup and _mesa_free_error...
2014-04-27 Chia-I Wumesa: refactor _mesa_PushDebugGroup
2014-04-27 Chia-I Wumesa: refactor debug output control_messages
2014-04-27 Chia-I Wumesa: refactor debug output get_msg
2014-04-27 Chia-I Wumesa: refactor debug out log_msg
2014-04-27 Chia-I Wumesa: refactor debug output set_message_state
2014-04-27 Chia-I Wumesa: refactor debug output should_log
2014-04-27 Chia-I Wumesa: refactor _mesa_get_debug_state
2014-04-21 Brian Paulmesa: move declaration before code
2014-04-21 Anuj Phogatmesa: Fix error code generation in glReadPixels()
2014-04-21 Anuj Phogatmesa: Add an error condition in glGetFramebufferAttachm...
2014-04-21 Benjamin Bellecmesa: fix GetStringi error message with correct functio...
2014-04-20 Chris Forbesmesa: Track max enabled tex image unit
2014-04-17 Anuj Phogatmesa: Fix error condition for multisample proxy texture...
2014-04-17 Samuel Iglesias... mesa: fix check for dummy renderbuffer in _mesa_Framebu...
2014-04-17 Anuj Phogatmesa: Add error condition for integer formats in glGetT...
2014-04-17 Anuj Phogatmesa: Add helper function _mesa_is_format_integer()
2014-04-17 Anuj Phogatmesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
2014-04-13 Chris Forbesmesa: Consider gl_VertexID and gl_InstanceID active...
2014-04-13 Chris Forbesmesa: Extract is_active_attrib() in shaderapi
2014-04-13 Chris Forbesmesa: Fix typo in error message
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-11 Brian Paulmesa: use _mesa_get_srgb_format_linear() in sRGB texsto...
2014-04-10 Brian Paulmesa: remove the MALLOC, CALLOC and FREE macros
2014-04-10 Brian Paulmesa: s/FREE/free/ in vdpau code
2014-04-10 Brian Paulmesa: s/FREE/free/ in _mesa_free_errors_data()
2014-04-10 Brian Paulmesa: use malloc/free instead of MALLOC/FREE in attrib...
2014-04-10 Chris Forbesmesa: Adjust _MaxLevel computation to account for views
next