i965/drm: Rewrite relocation handling.
[mesa.git] / src / mesa / drivers / common /
2017-04-05 Timothy Arcerimesa: tidy up renderbuffer RefCount initialisation
2017-03-31 Timothy Arcerimesa: move FLUSH_VERTICES() call to meta
2017-03-29 Marek Olšákmesa: remove dd_function_table::BindProgram
2017-03-16 Paul Berrymesa: Add SetBackgroundContext to dd_function_table
2017-03-12 Timothy Arcerimesa/glsl: introduce new gl_compile_status enum
2017-02-16 Timothy Arcerimesa: retain gl_shader_programs after glDeleteProgram...
2017-01-27 Topi Pohjolainenmeta: Refactor texture format translation
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-03 Chad Versacemeta: Disable dithering during glGenerateMipmap
2016-12-05 Jason Ekstrandi965: Delete the meta-base CopyImageSubData implementation
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-15 Eduardo Lima Mitevmeta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES...
2016-10-28 Eduardo Lima Mitevdrivers/meta: Accept GL_TEXTURE_3D as target for tex...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-13 Brian Paulmesa: replace gl_framebuffer::_IntegerColor wih _Intege...
2016-08-25 Kenneth Graunkemeta: Always do GenerateMipmaps in linear colorspace.
2016-08-24 Francisco Jerezmesa: Rename "texturebarrier" source files to "barrier".
2016-08-08 Kenneth Graunkemeta: Make Meta's BlitFramebuffer() follow the GL 4...
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-12 Ilia Mirkinmeta/texsubimage: tex_image is always non-null, avoid...
2016-06-30 Timothy Arceriglsl/main: remove unused params and make function static
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-02 Anuj Phogatmeta: Fix indentation in shader code
2016-05-10 Jason Ekstrandmeta/blit: Don't blend integer values during MSAA resolves
2016-05-10 Dave Airliemesa/meta: check for signed/unsigned int conversion...
2016-04-26 Juha-Pekka Heikkilameta: Avoid random memory access on error
2016-04-18 Kenneth Graunkemeta: Don't botch color masks when changing drawbuffers.
2016-04-18 Kenneth Graunkemeta: Don't smash ColorMask when using MESA_META_COLOR_...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-30 Brian Paulmeta: use _mesa_prepare_mipmap_levels()
2016-03-27 Miklós Mátémesa: optionally associate a gl_program to ATI_fragment...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Kenneth Graunkemeta: Make BlitFramebuffer() do sRGB encoding in ES...
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-17 Kenneth Graunkemeta: Don't use integer handles for shaders or programs.
2016-03-17 Kenneth Graunkemeta: Use the _mesa_meta_compile_and_link_program helpe...
2016-03-16 Kenneth Graunkemeta: Use ARB_explicit_attrib_location in the rest...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Eduardo Lima Mitevmesa: Completely remove QuerySamplesForFormat from...
2016-03-03 Eduardo Lima Mitevmesa: Add a default QueryInternalFormat() function...
2016-03-02 Anuj Phogatmeta: Remove the 'allocate_storage' parameter in _mesa_...
2016-03-02 Anuj Phogatmeta: Fix the pbo usage in meta for GLES{1,2} contexts
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-03-01 Ian Romanickmeta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanickmeta/decompress: Track framebuffer using gl_framebuffer...
2016-03-01 Ian Romanickmeta/generate_mipmap: Track framebuffer using gl_frameb...
2016-03-01 Ian Romanickmeta: Use _mesa_bind_framebuffers instead of _mesa_Bind...
2016-03-01 Ian Romanickmeta: Use _mesa_CreateFramebuffers instead of _mesa_Gen...
2016-03-01 Ian Romanickmeta: Save and restore the framebuffer using gl_framebu...
2016-03-01 Ian Romanickmeta: Use _mesa_check_framebuffer_status instead of...
2016-03-01 Ian Romanickmeta: Obvious refactor of _mesa_meta_framebuffer_textur...
2016-03-01 Ian Romanickmeta: Convert _mesa_meta_bind_fbo_image to take a gl_fr...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Ilia Mirkinmeta/copy_image: use precomputed dst_internal_format...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-10 Ian Romanickmeta/decompress: Don't pollute the renderbuffer namespace
2016-02-10 Ian Romanickmeta: Use internal functions for renderbuffer access
2016-02-10 Ian Romanickmeta/decompress: Track renderbuffer using gl_renderbuff...
2016-02-10 Ian Romanickmeta: Don't save or restore the renderbuffer binding
2016-02-10 Ian Romanickmeta: Use _mesa_CreateRenderbuffers instead of _mesa_Ge...
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-01-25 Ian Romanickmeta: Use internal functions to set texture parameters
2016-01-25 Ian Romanickmeta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state...
2016-01-25 Ian Romanickmeta/copy_image: Fix typo in comment
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-13 Brian Paulmeta: remove const qualifier on _mesa_meta_fb_tex_blit_...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
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...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-14 Ian Romanickmeta/generate_mipmap: Work-around GLES 1.x problem...
2015-12-14 Tapani Pällimeta: clear_state structure cleanup
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Andreas Bollmeta: Fix a typo in a print message
2015-11-24 Ian Romanickmeta: Don't save or restore the active client texture
2015-11-24 Ian Romanickmeta: Don't save or restore the VBO binding
2015-11-24 Ian Romanickmeta/TexSubImage: Don't pollute the buffer object namespace
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Use internal functions for buffer object and...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Partially convert _mesa_meta_DrawTex to DSA
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Use internal functions for buffer object and...
next