mesa/teximage: Make _mesa_format_no_online_compression public
[mesa.git] / src / mesa / main / teximage.h
2016-03-03 Antia Puentesmesa/teximage: Make _mesa_format_no_online_compression...
2016-03-03 Antia Puentesmesa/teximage: make public is_renderable_texture_format
2016-02-14 Brian Paulmesa: move assertion in _mesa_cube_face_target()
2016-02-12 Brian Paulmesa: move _mesa_num_tex_faces() to teximage.h
2016-02-12 Brian Paulmesa: add _mesa_cube_face_target() helper
2016-02-12 Brian Paulmesa: make _mesa_tex_target_to_face() an inline function
2016-02-12 Brian Paulmesa: remove _ARB suffix from cube map enums
2015-09-28 Eduardo Lima Mitevmesa: Move _mesa_base_tex_format() from teximage to...
2015-09-22 Brian Paulmesa: const-qualify _mesa_base_tex_format() ctx param
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-03-19 Laura Ekstrandmain: Simplify debug messages for CopyTex*SubImage*D.
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-09 Laura Ekstrandmain: Refactor _mesa_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support for glCompressedText...
2015-02-24 Iago Toral Quirogamesa: Add _mesa_is_array_texture helper
2015-01-08 Laura Ekstrandmain: Added entry point for glTextureBuffer.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage[23]DMulti...
2015-01-08 Laura Ekstrandmain: Added entry points for glCompressedTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Added entry points for CopyTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Corrected comment on _mesa_is_zero_size_texture.
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureSubImage*D.
2015-01-08 Laura Ekstrandmain: Moved _mesa_get_current_tex_object from teximage...
2015-01-08 Laura Ekstrandmain: Moved _mesa_lock_texture and _mesa_unlock_texture...
2015-01-05 Brian Paulmesa: remove unused ctx parameter for _mesa_select_tex_...
2015-01-05 Brian Paulmesa: add _mesa_base_tex_image() helper function
2014-08-16 Brian Paulmesa: move _mesa_compressed_texture_pixel_storage_error...
2014-08-05 Anuj Phogatmesa: Turn target_can_be_compressed() in to a utility...
2014-07-24 Ilia Mirkinmesa: add ARB_clear_texture.xml to file list, remove...
2014-07-23 Neil Robertsmesa/main: Add generic bits of ARB_clear_texture implem...
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-06-09 Chris Forbesmesa: Emit errors for inconsistent compressed pixel...
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2014-02-02 Brian Paulmesa: make _mesa_get_proxy_target() static
2014-02-02 Brian Paulmesa: remove unused _mesa_select_tex_object() function
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: Refactor internalFormat / target checks to a...
2014-01-15 Francisco Jerezmesa: Define helper function to get the number of textu...
2013-12-18 Pi Tabredmesa: Make validate_texbuffer_format function available...
2013-10-16 Brian Paulmesa: change glTexImage[23]DMultisample() internalforma...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
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-01 Dave Airliemesa: fix texture storage multisample prototypes harder.
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-01-30 Christoph Bumillermesa: implement GL_ARB_texture_buffer_range
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-12 Marek Olšákmesa: add MaxNumLevels to gl_texture_image, remove...
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-09-26 Brian Paulmesa: move _mesa_es_error_check_format_and_type() to...
2012-09-18 Brian Paulmesa: rework texture size error checking
2012-09-18 Brian Paulmesa: refactor _mesa_test_proxy_teximage() code
2012-09-11 Brian Paulmesa: make _mesa_get_proxy_target() non-static
2012-08-24 Brian Paulmesa: make _mesa_get_proxy_tex_image() static
2012-08-23 Ian Romanickmesa/es: Validate glTexImage format, type, and internal...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-01-17 Anuj Phogatmesa: Add condition in glGetTexImage for zero size...
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2011-12-19 Brian Paulmesa: make _mesa_set_tex_image() static since it's...
2011-12-16 Brian Paulmesa: make update_fbo_texture() non-static
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-19 Brian Paulmesa: define, use _mesa_is_cube_face() in several places
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-09 Ian Romanickmesa: Silence "main/teximage.h:148:72: warning: unused...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-06 Brian Paulmesa: core support for GL_ARB_texture_buffer_object
2011-04-05 Brian Paulmesa: 80-column wrapping
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-10 Dave Airliemesa/swrast: handle sRGB FBOs correctly (v2)
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-18 Brian Paulmesa: pass gl_format to _mesa_init_teximage_fields()
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-20 Brian Paulmesa: call ctx->Driver.ChooseTextureFormat() only when...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-24 Kristian Høgsbergcore: Implement GL_OES_EGL_image entry points
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
next