mesa: Add an extension flag for ARB_direct_state_access
[mesa.git] / src / mesa /
2015-05-14 Fredrik Höglundmesa: Add an extension flag for ARB_direct_state_access
2015-05-14 Laura Ekstrandmain: Add entry point for NamedFramebufferDrawBuffers.
2015-05-14 Laura Ekstrandmain: Refactor DrawBuffers.
2015-05-14 Laura Ekstrandmain: Add entry point for NamedFramebufferReadBuffer.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_ReadBuffer.
2015-05-14 Laura Ekstrandmain: Add entry point for NamedFramebufferDrawBuffer.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_DrawBuffer.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_drawbuffers.
2015-05-14 Laura Ekstrandmain: Add stubs for [Get]NamedFramebufferParameteri[v].
2015-05-14 Laura Ekstrandmain: Fake entry point for glClearNamedFramebufferfi.
2015-05-14 Laura Ekstrandmain: Fake entry point for glClearNamedFramebufferfv.
2015-05-14 Laura Ekstrandmain: Fake entry point for glClearNamedFramebufferuiv.
2015-05-14 Laura Ekstrandmain: Fake entry point for glClearNamedFramebufferiv.
2015-05-14 Laura Ekstrandmain: Add entry points for InvalidateNamedFramebuffer...
2015-05-14 Laura Ekstrandmain: Refactor invalidate_framebuffer_storage.
2015-05-14 Laura Ekstrandmain: Complete error conditions for glInvalidate*Frameb...
2015-05-14 Laura Ekstrandmain: _mesa_blit_framebuffer updates its arbitrary...
2015-05-14 Laura Ekstrandmain: Add entry point for BlitNamedFramebuffer.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_update_draw_buffer_bounds.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_get_clamp_read_color.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_[update|get]_clamp_fragment_color.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_[update|get]_clamp_vertex_color.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_update_framebuffer.
2015-05-14 Laura Ekstrandmain: Refactor glBlitFramebuffer.
2015-05-14 Laura Ekstrandmain: Fix whitespace in blit.c
2015-05-14 Laura Ekstrandmain: Add entry point GetNamedFramebufferAttachmentPara...
2015-05-14 Laura Ekstrandmain: Add entry point for CheckNamedFramebufferStatus.
2015-05-14 Laura Ekstrandmain: Fix indents in former get_texture_for_framebuffer...
2015-05-14 Laura Ekstrandmain: Major refactor of get_texture_for_framebuffer.
2015-05-14 Laura Ekstrandmain: Add entry points for glNamedFramebufferTexture...
2015-05-14 Laura Ekstrandmain: Fix indentation in get_texture_for_framebuffer.
2015-05-14 Laura Ekstrandmain: Refactor get_texture_for_framebuffer.
2015-05-14 Laura Ekstrandmain: Split framebuffer_texture.
2015-05-14 Laura Ekstrandmain: Fix an error generated by FramebufferTexture
2015-05-14 Fredrik Höglundmesa: Generate GL_INVALID_VALUE in framebuffer_texture...
2015-05-14 Fredrik Höglundmain: Require that the texture exists in framebuffer_te...
2015-05-14 Laura Ekstrandmain: Fix the indentation in framebuffer_texture
2015-05-14 Laura Ekstrandmain: Add entry point for NamedFramebufferRenderbuffer.
2015-05-14 Laura Ekstrandmain: Rename framebuffer renderbuffer software fallback.
2015-05-14 Laura Ekstrandmain: Add utility function _mesa_lookup_renderbuffer_err.
2015-05-14 Laura Ekstrandmain: Add glCreateFramebuffers.
2015-05-14 Laura Ekstrandmain: Add utility function _mesa_lookup_framebuffer_err.
2015-05-13 Francisco Jerezi965: Fix PBO cache coherency issue after _mesa_meta_pb...
2015-05-13 Tapani Pällii965/fs: set execution size to 8 with simd8 ddy instruction
2015-05-13 Dave Airliei965/cs: drop explicit initialisers in C++ file
2015-05-12 Ilia Mirkinst/mesa: update stencil surface if it comes from texture
2015-05-12 Marek Olšákst/mesa: translate st_api robustness flags to gl_contex...
2015-05-12 Marek Olšákst/mesa: implement GetGraphicsResetStatus
2015-05-12 Francisco Jerezi965/fs: Have component() set the register stride to...
2015-05-12 Francisco Jerezi965/fs: Fix offset() for registers with zero stride.
2015-05-12 Francisco Jerezi965: Don't forget the force_sechalf flag in lower_load...
2015-05-12 Francisco Jerezi965: Document brw_mask_reg().
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-05-12 Neil Robertsi956: Add a function to load a 64-bit register from...
2015-05-12 Neil Robertsi965: Store the command parser version number in intel_...
2015-05-11 Ilia Mirkinst/mesa: make sure to create a "clean" bool when doing i2b
2015-05-11 Matt Turneri965/fs: Add missing initializer in fs_visitor().
2015-05-11 Axel Davyegl/swrast: Enable config extension for swrast
2015-05-11 Neil Robertsi965/fs: Disable opt_sampler_eot for textureGather
2015-05-11 Tapani Pällimesa: use _mesa_has_compute_shaders instead of extensio...
2015-05-11 Marta Lofstedtmain: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
2015-05-08 Ian Romanickprog_to_nir: OPCODE_EXP is not nir_op_fexp
2015-05-08 Neil Robertsi965/fs: Improve a comment about stripping trailing...
2015-05-08 Fredrik Höglundmesa: Implement GetVertexArrayIndexed[64]iv
2015-05-08 Fredrik Höglundmesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to get_vertex_array_attrib
2015-05-08 Fredrik Höglundmesa: Implement GetVertexArrayiv
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayBindingDivisor
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to vertex_binding_divisor
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayAttribBinding
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to vertex_attrib_binding
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayAttrib[I|L]Format
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to update_array_format
2015-05-08 Fredrik Höglundmesa: Refactor VertexAttrib[I|L]Format
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffers
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffer
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to bind_vertex_buffer
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayElementBuffer
2015-05-08 Fredrik Höglundmesa: Implement EnableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Implement DisableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Keep track of the last looked-up VAO
2015-05-08 Fredrik Höglundmesa: Add _mesa_lookup_vao_err
2015-05-08 Fredrik Höglundmesa: Implement CreateVertexArrays
2015-05-08 Neil Robertsi965/skl: In opt_sampler_eot always set destination...
2015-05-08 Neil Robertsi965/fs: Set the header_size on LOAD_PAYLOAD in opt_sam...
2015-05-08 Dave Airliest/mesa: add double input support including lowering...
2015-05-08 Dave Airliemesa/vbo: add support for 64-bit vertex attributes...
2015-05-08 Dave Airlieglsl: track which program inputs are doubles
2015-05-08 Dave Airliemesa: add ARB_vertex_attrib_64bit to extensions. (v2)
2015-05-08 Dave Airliemapi: add GL_ARB_vertex_attrib_64bit support
2015-05-08 Dave Airliest/glsl_to_tgsi: fix ir_assignment hack doing bad thing...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Add option for disabling statistics colle...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Refactor state setup
2015-05-07 Anuj Phogati965: Remove unused variables
2015-05-07 Anuj Phogati965: Change the order of conditions tested in if
2015-05-07 Chad Versacei965/sync: Implement DRI2_Fence extension
2015-05-07 Chad Versacei965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
next