summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)Author
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-04st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supportedMarek Olšák
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-24st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie
2011-02-21st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul
2011-02-21st/mesa: refactor guess_and_alloc_texture() codeBrian Paul
2011-02-17st/mesa: remove unused screen variablesBrian Paul
2011-02-16mesa: Remove the DXT compression via blit path.José Fonseca
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2011-01-25st/mesa: support for 1D/2D texture arraysBrian Paul
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-13st/mesa: fix a regression from cae2bb76Fredrik Höglund
2010-12-31st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet
2010-12-06st/mesa: fix mipmap generation bugBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-09-20st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák
2010-09-04mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri
2010-08-26st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu
2010-08-20mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri
2010-07-01st/mesa: fix commentBrian Paul
2010-06-22st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul
2010-05-03st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul
2010-05-03st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul
2010-05-03st/mesa: consolidate and clean-up texture memory allocation codeBrian Paul
2010-05-03st/mesa: move some texture size calculation codeBrian Paul
2010-05-03st/mesa: remove old convolution-related vars and min pitch codeBrian Paul
2010-05-03st/mesa: remove unsupported convolution codeBrian Paul
2010-05-03st/mesa: updated commentBrian Paul
2010-05-03st/mesa: restore original last_layer comparisonBrian Paul
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-06st/mesa: when copying mipmap levels between textures, start at BaseLevelBrian Paul
2010-05-04st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul
2010-05-04st/mesa: return success/fail from guess_and_alloc_texture()Brian Paul
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-04-28Merge branch '7.8'Brian Paul
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-23st/mesa: replace 'usage' with 'bindings'Brian Paul