Merge branch 'xa_branch'
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
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-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-04-24 Dave Airliest/mesa: fix regression since a22aba4eae9b29db731487bce...
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-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 Marek Olšákst/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
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-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Fredrik Höglundst/mesa: fix a regression from cae2bb76
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-31 Henri Verbeetst/mesa: Handle wrapped depth buffers in st_copy_texsub...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-06 Brian Paulst/mesa: fix mipmap generation bug
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-18 Brian Paulmesa: pass gl_format to _mesa_init_teximage_fields()
2010-10-23 Brian Paulmesa: split up the image.c file
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-09-27 Ian RomanickRemove unnescessary initializations of UpdateTexturePalette
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-23 Eric Anholtmesa: Remove the non-required ARB_imaging extension.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Marek Olšákst/mesa: fix assertion failure in GetTexImage for cubemaps
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-04 Luca Barbierimesa/st: add missing _mesa_set_fetch_functions in st_ge...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Chia-I Wust/mesa: Fix glEGLImageTargetTexture2DOES.
2010-08-20 Luca Barbierimesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-01 Brian Paulst/mesa: fix comment
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Roland Scheideggerst/mesa: remove bogus assertions st_CompressedTexSubImage2D
2010-06-08 Dave Airliest/mesa: attempt to fix TFP by using sampler views...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-17 Roland Scheideggermesa/st: adapt to interface changes
2010-05-11 José Fonsecamesa/st: Remove internal flushes from Mesa state tracker.
2010-05-06 Brian Paulst/mesa: when copying mipmap levels between textures...
2010-05-04 Brian Paulst/mesa: need to pass srcLevel to st_texture_image_copy()
2010-05-04 Brian Paulst/mesa: return success/fail from guess_and_alloc_texture()
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulst/mesa: remove unused needFlush parameter to st_finali...
2010-05-03 Brian Paulst/mesa: updated comments and fix some formatting in...
2010-05-03 Brian Paulst/mesa: rename srcImageStride -> srcRowStride and...
2010-05-03 Brian Paulst/mesa: consolidate and clean-up texture memory alloca...
2010-05-03 Brian Paulst/mesa: move some texture size calculation code
2010-05-03 Brian Paulst/mesa: remove old convolution-related vars and min...
2010-05-03 Brian Paulst/mesa: remove unsupported convolution code
2010-05-03 Brian Paulst/mesa: updated comment
2010-05-03 Brian Paulst/mesa: restore original last_layer comparison
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-23 Brian Paulst/mesa: clean-up: use st_context() everywhere
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings'
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-30 Brian Paulst/mesa: ignore gl_texture_object::BaseLevel when alloc...
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Brian Paulst/mesa: fix incorrect RowStride computation
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulst/mesa: remove st_texture_object::pipe field
2010-04-19 Brian Paulst/mesa: s/st_renderbuffer_get_sampler_view/st_get_rend...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_sampler_view/st_get_texture_sam...
2010-04-16 Vinson Leest/mesa: Move dereference and assignment to after NULL...
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Chia-I Wust/mesa: Drop st_public support.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
next