meta: clear_state structure cleanup
[mesa.git] / src / mesa / drivers / common /
2015-12-14 Tapani Pällimeta: clear_state structure cleanup
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...
2015-11-24 Ian Romanickmeta: Use DSA functions for VBOs in _mesa_meta_setup_ve...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Don't leave the VBO bound after _mesa_meta_setup_...
2015-11-24 Ian Romanickmeta: Use _mesa_NamedBufferData and _mesa_NamedBufferSu...
2015-11-24 Ian Romanickmeta: Use DSA functions for PBO in create_texture_for_pbo
2015-11-18 Ian Romanickmeta/generate_mipmap: Don't leak the framebuffer object
2015-11-16 Ian Romanickmeta/generate_mipmap: Only modify the draw framebuffer...
2015-11-13 Ian Romanickmeta/generate_mipmap: Don't leak the sampler object
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-11-05 Neil Robertsmesa/meta: Use interpolateAtOffset for 16x MSAA copy...
2015-11-05 Neil Robertsmeta/blit: Always try to enable GL_ARB_sample_shading
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-10-22 Brian Pauldrivers/common: use _mesa_RasterPos instead of _tnl_Ras...
2015-10-08 Brian Paulmesa,meta: move gl_texture_object::TargetIndex initiali...
2015-10-05 Matt Turnermeta: Update comment about unsupported texture types.
2015-10-03 Marek Olšákmesa: remove Driver.EndCallList
2015-10-03 Marek Olšákmesa: remove Driver.BeginCallList
2015-10-03 Marek Olšákmesa: remove Driver.EndList
2015-10-03 Marek Olšákmesa: remove Driver.NewList
2015-10-03 Marek Olšákmesa: remove Driver.NotifySaveBegin
2015-10-03 Marek Olšákmesa: remove Driver.SaveFlushVertices
2015-10-03 Marek Olšákmesa: remove Driver.FlushVertices
2015-10-03 Marek Olšákmesa: remove Driver.BindArrayObject
2015-10-03 Marek Olšákmesa: remove Driver.DeleteArrayObject
2015-10-03 Marek Olšákmesa: remove Driver.NewArrayObject
2015-10-03 Marek Olšákmesa: remove Driver.Hint
2015-10-03 Marek Olšákmesa: remove Driver.ColorMaskIndexed
2015-10-03 Marek Olšákmesa: remove Driver.Accum
2015-10-03 Marek Olšákmesa: remove Driver.ResizeBuffers
2015-09-30 Ian Romanickmeta: Handle array textures in scaled MSAA blits
2015-09-24 Brian Paulmesa: rework Driver.CopyImageSubData() and related...
2015-09-14 Anuj Phogatmeta: Abort meta pbo path if TexSubImage need signed...
2015-09-11 Ian Romanickmeta: Use result of texture coordinate clamping operation
2015-09-11 Ian Romanickmeta: Always bind the texture
2015-09-02 Jordan Justenmeta: Save/restore compute shaders
2015-09-02 Chris Wilsonmeta: Compute correct buffer size with SkipRows/SkipPixels
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-29 Jason Ekstrandmeta/copy_image: Stash off the scissor
2015-07-24 Anuj Phogatmeta: Use _mesa_need_rgb_to_luminance_conversion()...
2015-07-24 Anuj Phogatmesa: Change the signature of _mesa_need_rgb_to_luminan...
2015-07-24 Anuj Phogatmeta: Fix reading luminance texture as rgba in _mesa_me...
2015-07-24 Anuj Phogatmeta: Use _mesa_need_luminance_to_rgb_conversion()...
2015-07-24 Anuj Phogatmeta: Use _mesa_unpack_format_to_base_format() to handl...
2015-07-24 Anuj Phogatmesa: Set green, blue channels to zero only for formats...
2015-07-24 Anuj Phogatmeta: Don't do fragment color clamping in _mesa_meta_pb...
2015-07-24 Anuj Phogatmeta: Abort meta pbo path if readpixels need signed...
2015-07-24 Anuj Phogatmeta: Fix transfer operations check in meta pbo path...
2015-07-22 Fabian Bielermesa: add tessellation shader enums
2015-07-22 Brian Paulmesa: replace Driver.GetCompressedTexImage() w/ GetComp...
2015-07-22 Brian Paulmesa: replace Driver.GetTexImage with GetTexSubImage()
2015-07-22 Brian Paulmeta: add offset, width, height parameters to decompres...
2015-07-22 Brian Paulmeta: handle subimages in _mesa_meta_setup_texture_coords()
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-27 Mike Stroyanmeta: Only change and restore viewport 0 in mesa meta...
2015-06-15 Anuj Phogatmeta: Abort texture upload if pixels == null and no...
2015-06-15 Anuj Phogatmeta: Abort meta path if ReadPixels need rgb to luminan...
2015-06-15 Anuj Phogatmeta: Use is_power_of_two() helper function
2015-05-14 Laura Ekstrandmain: Refactor _mesa_drawbuffers.
2015-05-14 Laura Ekstrandmain: Rename framebuffer renderbuffer software fallback.
2015-04-28 Brian Paulmeta: remove unneeded #include colortab.h
2015-03-13 Eduardo Lima Mitevmeta: Remove error checks for texture <-> pixel-buffer...
2015-03-09 Ben Widawskymeta: Plug memory leak
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-05 Neil Robertsmeta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_T...
2015-03-05 Neil Robertsmeta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_G...
2015-03-05 Neil RobertsRevert "common: Fix PBOs for 1D_ARRAY."
2015-03-02 Jason Ekstrandmeta/TexSubImage: Stash everything other than PIXEL_TRA...
2015-02-27 Brian Paulmeta: silence declaration after code warning on MinGW
2015-02-27 Brian Paulmeta: silence uninitialized variable warnings for MinGW
2015-02-26 Neil Robertsmeta: In pbo_{Get,}TexSubImage don't repeatedly rebind...
2015-02-25 Anuj Phogatmeta: Pass null pointer for the pixel data to avoid...
2015-02-25 Anuj Phogatmeta: Fix buffer object assignment to account for both...
2015-02-25 Anuj Phogatmeta: Use GL_STREAM_READ for pbo created with GL_PIXEL_...
2015-02-25 Anuj Phogatmeta: Add assertion check for ctx->Meta->SaveStackDepth
2015-02-25 Anuj Phogatmeta: Do power of two samples check only for samples > 0
2015-02-25 Laura Ekstrandcommon: Fix PBOs for 1D_ARRAY.
2015-02-25 Laura Ekstrandcommon: Correct PBO 2D_ARRAY handling.
2015-02-25 Laura Ekstrandcommon: Correct texture init for meta pbo uploads and...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-16 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-30 Topi Pohjolainenmeta: Don't write depth when decompressing tex-images
2015-01-30 Topi Pohjolainenmeta: Don't write depth when generating miptrees
2015-01-30 Topi Pohjolainenmeta/blit: Compile programs with and without depth
2015-01-30 Topi Pohjolainenmeta/blit: Write depth only when asked for
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-22 José Fonsecameta: Move loop declaration to top of block.
2015-01-22 Jason Ekstrandmeta: Add an implementation of GetTexSubImage for PBOs
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...
next