mesa: Add ARB_shader_image_load_store to the extension table.
[mesa.git] / src / mesa / swrast /
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_ABGR2101010.
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-07 Andreas Fängerswrast: fix delayed texel buffer allocation regression...
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-10-31 Brian Paulswrast: fix MSVC double->float conversion warnings
2013-08-26 Brian Paulswrast: init i0, i1 values to silence warnings
2013-06-11 Brian Paulswrast: add texfetch code for some XBGR formats
2013-06-10 Eric Anholtmesa: Add a _mesa_problem to document a piglit failure...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-28 Marek Olšákswrast: increase array size of TextureSample
2013-05-17 Eric Anholtmesa: Make FinishRenderTexture just take the renderbuff...
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-15 Chris Forbesswrast: Use accessor for stencil reference values
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-06 Eric Anholtmesa: Make Mesa core set up wrapped texture renderbuffe...
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-04-30 Eric Anholtmesa: Remove the Map field from texture images.
2013-04-30 Eric Anholtswrast: Always use MapTextureImage for mapping textures...
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-30 Eric Anholtswrast: Move ImageOffsets allocation to shared code.
2013-04-30 Eric Anholtswrast: Clean up and explain the mapping process.
2013-04-30 Eric Anholtswrast: Factor out texture slice counting.
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-16 Ian Romanickmesa/swrast: Move memory allocation outside the blit...
2013-04-16 Ian Romanickmesa/swrast: Move free calls outside the attachment...
2013-04-16 Ian Romanickmesa/swrast: Refactor no-memory error checking in blit_...
2013-03-25 Brian Paulswrast: init vars to silence warnings
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-02-06 Marek Olšákmesa: add RGBX formats for existing GL RGB texture...
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-01-25 Brian Paulswrast: silence a bunch of MSVC warnings
2013-01-22 Brian Paulswrast: fix blit code's nearest/linear coordinate arith...
2013-01-22 Brian Paulswrast: fix incorrect width for direct/nearest blit
2013-01-22 Brian Paulswrast: move resampleRow setup code in blit_nearest()
2013-01-17 Brian Paulswrast: fix assorted bugs in software blit code
2013-01-15 Anuj Phogatmesa: Add support to allow blitting to multiple color...
2012-12-14 Brian Paulswrast: use new core Mesa compressed texel fetch functions
2012-12-14 Brian Paulswrast: merge get_texel_fetch_func() and set_fetch_func...
2012-12-14 Brian Paulswrast: make _mesa_get_texel_fetch_func() static
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_PU...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_PUN...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_R11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_AL...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGBA8_ET...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-11-30 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-06 Brian Paulswrast: fix MSVC signed/unsigned warnings
2012-10-31 Brian Paulswrast: remove explicit size from texfetch_funcs array
2012-10-16 Kenneth Graunkeswrast: Remove support for the NV_fragment_program...
2012-09-15 Brian Paulswrast: remove unused ati_fs_opcodes array
2012-09-15 Dave Airliemesa/ati_fragshader: no need for opcodes to be global.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-29 Brian Paulswrast: fix wrong assignments in _swrast_add_spec_terms...
2012-08-24 Brian Paulswrast: implement cubical depth texture sampling
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-04-03 Vinson Leeswrast: Fix memory leaks in blit_linear.
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-12 Brian Paulswrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_...
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-02-24 Brian Paulswrast: check max renderbuffer size against SWRAST_MAX_...
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
2012-02-24 Brian Paulswrast: simplify mask array code
2012-02-24 Brian Paulswrast: stop using MAX_WIDTH arrays in triangle code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in stencil code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_drawpix.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_zoom.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_depth.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_copypix.c
2012-02-24 Brian Paulmesa: move/fix MAX_WIDTH/HEIGHT-related assertions
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-15 Ian Romanickswrast: Only avoid empty _TexEnvPrograms
2012-02-12 Brian Paulswrast: fix span color type selection
next