mesa: consolidate internal glCompressedTexSubImage1/2/3D code
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-23 Vadim Girlinst/mesa: set stObj->lastLevel in guess_and_alloc_texture
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_texture.c
2012-02-23 Brian Paulst/mesa: use pipe_sampler_view_release()
2012-02-15 Brian Paulst/mesa: use _mesa_format_matches_format_and_type(...
2012-02-15 Brian Paulst/mesa: use private pipe_sampler_view in decompress_wi...
2012-02-15 Brian Paulst/mesa: remove st_get_default_texture()
2012-01-18 Brian Paulst/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-05 Brian Paulst/mesa: 80-column wrapping
2012-01-04 Brian Paulst/mesa: remove st_CompressedTexSubImage1D/2D/3D()
2012-01-04 Brian Paulst/mesa: fix indentation in st_copy_texsubimage()
2012-01-04 Brian Paulst/mesa: remove st_TexImage(), use core Mesa code instead
2012-01-04 Brian Paulst/mesa: refactor gl_TexImage() code into prep_teximage()
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-30 Brian Paulst/mesa: remove stImage->base.Face/Level assignments...
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulst/mesa: remove TexSubImage code, use core mesa routine...
2011-12-13 Brian Paulst/mesa: stop using _DepthBuffer, _StencilBuffer fields
2011-12-08 Brian Paulmesa: remove TextureMemCpy driver hook
2011-12-08 Henri Verbeetst/mesa: Use util_blit_pixels_writemask() for depth...
2011-11-03 Chia-I Wust/mesa: add support for GL_OES_EGL_image_external
2011-10-31 Brian Paulst/mesa: implement GL_ARB_texture_storage
2011-10-26 Eric Anholtmesa: Fold gallium's texture border stripping into...
2011-10-06 Brian Paulst/mesa: fix comment
2011-10-06 Brian Paulst/mesa: don't use gl_texture_image::RowStride
2011-10-06 Brian Paulst/mesa: completely stop using gl_texture_image::Data
2011-10-06 Brian Paulst/mesa: stop using gl_texture_image::Data when mapping...
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-09-30 Brian Paulst/mesa: implement AllocTextureImageBuffer() driver...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-29 Brian Paulst/mesa: remove some old GetTexImage() code
2011-09-28 Brian Paulst/mesa: substitute argument to guess_base_level_size...
2011-09-27 Brian Paulmesa: Finally, convert RGBA glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Convert depth glGetTexImage() to using MapTexture...
2011-09-27 Brian Paulmesa: Convert depth/stencil glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-22 Brian Paulst/mesa: remove unnecessary st_texture_match_image...
2011-09-21 Brian Paulst/mesa: specify source mipmap level in decompress_with...
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-15 Brian Paulst/mesa: rewrap a long line
2011-08-29 Brian Paulst/mesa: Add implementation of MapTextureImage.
2011-08-29 Eric AnholtRename some driver FreeTextureImageData functions to...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulst/mesa: remove st_texture_image::face,level fields
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulst/mesa: get rid of redundant clipping code in st_copy_...
2011-07-20 Brian Paulst/mesa: remove st_CopyTexImage1D/2D()
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Andre Maasikasst/mesa: fix overwriting gl_format with pipe_format...
2011-06-24 Brian Paulst/mesa: fix pipe_get_transfer() call in fallback_copy_...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-30 Marek Olšákst/mesa: conditional rendering should not kill texture...
2011-05-30 Marek Olšákst/mesa: CopyTex(Sub)Image should not be killed by...
2011-05-26 Brian Paulst/mesa: simplify some st_context(ctx)->pipe code
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-24 Dave Airliest/mesa: fix regression since a22aba4eae9b29db731487bce...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Brian Paulst/mesa: check image size before copy_image_data_to_tex...
2011-04-14 José Fonsecamesa/st: Avoid spurious transfers when creating fbo...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-06 Brian Paulmesa: core support for GL_ARB_texture_buffer_object
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-12 Henri Verbeetu_blitter: Do blits in linear color space.
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Marek Olšákst/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Dave Airliest/mesa: treat 1D ARRAY upload like a depth or 2D array...
2011-02-21 Brian Paulst/mesa: fix incorrect texture size allocation in st_fi...
2011-02-21 Brian Paulst/mesa: refactor guess_and_alloc_texture() code
2011-02-17 Brian Paulst/mesa: remove unused screen variables
2011-02-16 José Fonsecamesa: Remove the DXT compression via blit path.
2011-01-29 Brian Paulst/mesa: fix texture array dimensions
2011-01-29 Brian Paulst/mesa: pass layers param to st_texture_create()
2011-01-26 Brian Paulst/mesa: support for 1D/2D texture arrays
2011-01-23 Brian Paulst/mesa: ensure that all pixel paths operation on linea...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Fredrik Höglundst/mesa: fix a regression from cae2bb76
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
next