mesa: Make ARB_gpu_shader5 core-profile-only
[mesa.git] / src / mesa / main / teximage.c
2014-08-12 Neil Robertsmesa: Add the format enums for BPTC-compressed images
2014-08-05 Anuj Phogatmesa: Allow GL_TEXTURE_CUBE_MAP target with compressed...
2014-08-05 Anuj Phogatmesa: Add gles3 condition for normalized internal forma...
2014-08-05 Anuj Phogatmesa: Add gles3 error condition for GL_RGBA10_A2 buffer...
2014-08-05 Anuj Phogatmesa: Add a gles3 error condition for sized internalfor...
2014-08-05 Anuj Phogatmesa: Don't allow snorm internal formats in glCopyTexIm...
2014-08-05 Anuj Phogatmesa: Fix condition for using compressed internalformat...
2014-08-05 Anuj Phogatmesa: Turn target_can_be_compressed() in to a utility...
2014-07-23 Neil Robertsmesa/main: Add generic bits of ARB_clear_texture implem...
2014-07-23 Neil Robertsteximage: Add utility func for format/internalFormat...
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-09 Chris Forbesmesa: Emit errors for inconsistent compressed pixel...
2014-06-09 Chris Forbesmesa: Make CompressedTexSubImage errors more consistent
2014-05-08 Ilia Mirkinmesa: pass target through to driver when choosing textu...
2014-04-17 Anuj Phogatmesa: Fix error condition for multisample proxy texture...
2014-03-20 Marek Olšákmesa: fix texture border handling for cube arrays
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
2014-03-05 Brian Paulmesa: new init_teximage_fields_ms() function to init...
2014-03-04 Anuj Phogatmesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL...
2014-03-04 Anuj Phogatmesa: Use clear_teximage_fields() in place of _mesa_ini...
2014-02-12 Eric Anholtmesa: Make TexImage error cases about internalFormat...
2014-02-11 Ian Romanickmesa: GL_ARB_half_float_pixel is not optional
2014-02-11 Ian Romanickmesa: Fix extension dependency for half-float TexBOs
2014-02-02 Brian Paulmesa: don't signal _NEW_TEXTURE in TexSubImage() 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-28 Kevin Rogovinmesa: Allow depth = 0 parameter for TexImage3D.
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: Validate internalFormat with target in glTexStora...
2014-01-27 Ian Romanickmesa: Refactor internalFormat / target checks to a...
2014-01-27 Ian Romanickmesa: Generate the correct error for a depth format...
2014-01-15 Francisco Jerezmesa: Define helper function to get the number of textu...
2013-12-21 Ian Romanickmesa: Clean up bad code formatting left from previous...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-18 Brian Paulmesa: add API/extension checks for 3-component texture...
2013-12-18 Pi Tabredmesa: get_texbuffer_format(): differentiate between...
2013-12-18 Pi Tabredmesa: Modify format validation to check for extension...
2013-12-18 Pi Tabredmesa: Make validate_texbuffer_format function available...
2013-12-13 Courtney Goeltzenl... mesa: Update TexStorage to support ARB_texture_view
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-03 Emil Velikovmesa: resolve typo DTXn/DXTn
2013-10-16 Brian Paulmesa: change glTexImage[23]DMultisample() internalforma...
2013-10-16 Brian Paulmesa: consolidate cube width=height error checking
2013-09-26 Kenneth Graunkemesa: Remove 'invalidate_state' parameter to _mesa_dirt...
2013-09-24 Dylan Noblesmithmesa: remove handcounted magic number
2013-07-31 Mikko Juolamesa: fix number of mipmaps calculation for proxy textures
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage is not optional
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-05-30 Brian Paulmesa: fix error checking of DXT sRGB formats in _mesa_b...
2013-05-30 Brian Paulmesa: asst. whitespace, formatting fixes in teximage.c
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-04-26 Brian Paulmesa: fix the compressed TexSubImage size checking...
2013-04-26 Tapani Pällimesa: fix type comparison errors in sub-texture error...
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-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-01 Dave Airliemesa: fix texture storage multisample prototypes harder.
2013-03-31 Chris Forbesmesa: improve reported function name in Tex*Multisample
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-31 Chris Forbesmesa: add support for immutable textures to teximagemul...
2013-03-24 Chris Forbesmesa: use _mesa_check_sample_count() for multisample...
2013-03-11 Marek Olšákmesa: don't allocate a texture if width or height is...
2013-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-03-05 Alan HourihaneAdd missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_te...
2013-03-01 Chris Forbesmesa: implement TexImage*Multisample
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-02-25 Tapani Pällimesa/es: NULL check in EGLImageTargetTexture2DOES
2013-02-12 Jordan JustenCopyTexImage: Don't check sRGB vs LINEAR for desktop GL
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-04 Brian Paulmesa: don't use format chooser code for glCompressedTex...
2013-01-30 Christoph Bumillermesa: implement GL_ARB_texture_buffer_range
2013-01-24 Ian Romanickmesa: Like EXT_texture_compression_dxt1, advertise...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2013-01-21 Jordan Justencopyteximage: update error checking for GLES3
2013-01-21 Jordan Justencopyteximage: check that sRGB usage is valid for GLES3...
2013-01-21 Ian Romanickmesa/es2: Allow depth component cube maps in ES2 if...
2013-01-17 Ian Romanickmesa/es3: Don't check dimensions in _mesa_es3_error_che...
2013-01-17 Ian Romanickmesa: Don't allow DEPTH_STENCIL for 3D textures
2013-01-15 Jordan Justencopyteximage: Use Driver's AllocTextureImageBuffer...
2013-01-15 Jordan Justencopyteximage: update signed vs. unsigned format matching
2013-01-15 Matt Turnerteximage: use _mesa_es3_error_check_format_and_type...
2013-01-11 Matt Turnermesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
2013-01-02 Paul Berrymesa: Implement compressed 2D array textures.
2012-12-15 Dave Airliemesa: add support for ARB_texture_buffer_object_rgb32
2012-12-12 Marek Olšákmesa: don't advertise ARB_texture_buffer_object in...
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-17 Eric Anholtmesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num...
2012-11-12 Marek Olšákmesa: add MaxNumLevels to gl_texture_image, remove...
next