mesa.git
2015-01-12 Samuel Iglesias... mesa: restrict use of GL_ABGR_EXT format to allowed...
2015-01-12 Iago Toral... mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rg...
2015-01-12 Samuel Iglesias... mesa: Remove _mesa_pack_int_rgba_row() and auxiliary...
2015-01-12 Iago Toral... mesa: Remove _mesa_(un)pack_index_span
2015-01-12 Iago Toral... mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
2015-01-12 Iago Toral... mesa: Remove _mesa_unpack_color_span_float
2015-01-12 Iago Toral... mesa: Remove (signed) integer pack and span functions.
2015-01-12 Iago Toral... mesa: Remove _mesa_unpack_color_span_ubyte
2015-01-12 Iago Toral... mesa: Remove _mesa_make_temp_float_image
2015-01-12 Iago Toral... mesa: Remove _mesa_make_temp_ubyte_image
2015-01-12 Iago Toral... mesa: Remove _mesa_unpack_color_span_uint
2015-01-12 Eduardo Lima... mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
2015-01-12 Iago Toral... mesa: Let _mesa_swizzle_and_convert take array format...
2015-01-12 Iago Toral... st/mesa: Use _mesa_format_convert to implement st_GetTe...
2015-01-12 Iago Toral... swrast: Use _mesa_format_convert to implement draw_rgba...
2015-01-12 Iago Toral... mesa: Use _mesa_format_convert to implement get_tex_rgb...
2015-01-12 Iago Toral... mesa: use _mesa_format_convert to implement get_tex_rgb...
2015-01-12 Iago Toral... mesa: use _mesa_format_convert to implement glReadPixels.
2015-01-12 Iago Toral... mesa: Use _mesa_format_convert to implement texstore_rgba.
2015-01-12 Iago Toral... mesa: Add helpers to extract GL_COLOR_INDEX to RGBA...
2015-01-12 Iago Toral... mesa: Add RGBA to Luminance conversion helpers
2015-01-12 Iago Toral... mesa: Add _mesa_swap2_copy and _mesa_swap4_copy
2015-01-12 Samuel Iglesias... mesa/pack: use _mesa_format_from_format_and_type in...
2015-01-12 Iago Toral... mesa: Add helper to convert a GL format and type to...
2015-01-12 Iago Toral... mesa: Add a helper _mesa_compute_rgba2base2rgba_compone...
2015-01-12 Iago Toral... mesa: Add a rebase_swizzle parameter to _mesa_format_co...
2015-01-12 Iago Toral... mesa: Expose compute_component_mapping as _mesa_compute...
2015-01-12 Jason Ekstrandmesa: Add an implementation of a master convert function.
2015-01-12 Samuel Iglesias... mesa/pack: refactor _mesa_pack_rgba_span_float()
2015-01-12 Samuel Iglesias... mesa/main/pack_tmp.h: Add float conversion support
2015-01-12 Samuel Iglesias... mesa/pack: use autogenerated format_pack functions
2015-01-12 Samuel Iglesias... mesa: use format conversion functions in swrast
2015-01-12 Samuel Iglesias... mesa/formats: add new mesa formats and their pack/unpac...
2015-01-12 Samuel Iglesias... mesa/format_pack: Add _mesa_pack_int_rgba_row()
2015-01-12 Samuel Iglesias... mesa: Add _mesa_pack_uint_rgba_row() format conversion...
2015-01-12 Jason Ekstrandmesa: Autogenerate format_unpack.c
2015-01-12 Jason Ekstrandmesa: Autogenerate most of format_pack.c
2015-01-12 Samuel Iglesias... configure: require python mako module
2015-01-12 Jason Ekstrandmesa: Add a _mesa_is_format_color_format helper
2015-01-12 Iago Toral... mesa: Let _mesa_get_format_base_format also handle...
2015-01-12 Jason Ekstrandmain: Add a concept of an array format
2015-01-12 Iago Toral... swrast: Remove unused variable.
2015-01-12 Samuel Iglesias... mesa: Fix _mesa_swizzle_and_convert integer conversions...
2015-01-12 Jason Ekstrandmesa/format_utils: Prefix and expose the conversion...
2015-01-12 Iago Toral... mesa: Fix incorrect assertion in init_teximage_fields_ms
2015-01-12 Samuel Iglesias... mesa: Fix get_texbuffer_format().
2015-01-12 Jason Ekstrandmesa: Fix A1R5G5B5 packing/unpacking
2015-01-12 Jason Ekstrandmesa/colormac: Remove an unused macro
2015-01-12 Jason Ekstrandmesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
2015-01-12 Jason Ekstrandmesa: Fix clamping to -1.0 in snorm_to_float
2015-01-12 Emil Velikovdocs: add news item and link release notes for mesa...
2015-01-12 Emil Velikovdocs: Add sha256 sums for the 10.4.2 release
2015-01-12 Emil VelikovAdd release notes for the 10.4.2 release
2015-01-12 Emil Velikovdocs: Add sha256 sums for the 10.3.7 release
2015-01-12 Emil VelikovAdd release notes for the 10.3.7 release
2015-01-12 Kenneth Graunkei965: Respect the no_8 flag on Gen6, not just Gen7+.
2015-01-11 Ian Romanickmesa: Always generate GL_INVALID_OPERATION in _mesa_Get...
2015-01-11 Ian Romanickmesa: Ensure that length is set to zero in _mesa_GetPro...
2015-01-11 Ian Romanickmesa: Add missing error checks in _mesa_ProgramBinary
2015-01-11 Eric Anholtvc4: Clamp the inputs to the blend equation to [0, 1].
2015-01-11 Eric Anholtvc4: Add a little helper for clamping to [0,1].
2015-01-11 Eric Anholtvc4: Fix up statechange management for uncompiled/compi...
2015-01-11 Eric Anholtvc4: Fix clear color setup for RGB565.
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Fix miscalculation of the VPM space.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
2015-01-10 Eric Anholtvc4: Fix the no-copy-propagating-from-TLB_COLOR_READ...
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2015-01-10 Eric Anholtstate_tracker: Fix assertion failures in conditional...
2015-01-08 Matt Turneri965: Consider SEL.{GE,L} to be commutative operations.
2015-01-08 Matt Turneri965/cfg: Fix end_ip of last basic block.
2015-01-08 Brian Paulmesa: compute row stride outside of loop and fix MSVC...
2015-01-08 Brian Paulmesa: fix MSVC compilation errors
2015-01-08 Laura Ekstrandmain: Checking for cube completeness in TextureSubImage.
2015-01-08 Laura Ekstrandmain: Checking for cube completeness in GetTextureImage.
2015-01-08 Laura Ekstrandmain: Added _mesa_cube_level_complete to check for...
2015-01-08 Laura Ekstrandmain: glDeleteTextures now throws GL_INVALID_VALUE...
2015-01-08 Laura Ekstrandmain: Refactor in teximage.c to handle NULL from _mesa_...
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureBuffer.
2015-01-08 Laura Ekstrandmain: Fix texObj->Immutable flag update in _mesa_textur...
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage[23]DMulti...
2015-01-08 Laura Ekstrandmain: Added entry point for glGenerateTextureMipmap.
2015-01-08 Laura Ekstrandmain: Added entry points for glCompressedTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry point for glGetCompressedTextureImage.
2015-01-08 Laura Ekstrandmain: Added entry point for glGetTextureImage.
2015-01-08 Laura Ekstrandmain: Nameless texture creation and deletion. Does...
2015-01-08 Laura Ekstrandmain: Added entry points for CopyTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Fixed some comments in texparam.c
2015-01-08 Laura Ekstrandmain: Added entry points for glGetTextureParameteriv...
2015-01-08 Laura Ekstrandmain: Added entry point for glGetTextureParameterfv.
2015-01-08 Laura Ekstrandmain: Added entry points for glGetTextureLevelParameter...
2015-01-08 Laura Ekstrandmain: legal_get_tex_level_parameter_target now handles...
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureParameteriv,...
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureParameteri.
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureParameterfv.
next