aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* st/mesa: check image size before copy_image_data_to_texture()Brian Paul2011-04-211-2/+7
* mesa/st: Avoid spurious transfers when creating fbo textures without image data.José Fonseca2011-04-141-1/+6
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-0/+3
* u_blitter: Do blits in linear color space.Henri Verbeet2011-03-121-1/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-7/+4
* st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supportedMarek Olšák2011-03-041-2/+9
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie2011-02-241-0/+12
* st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul2011-02-211-3/+18
* st/mesa: refactor guess_and_alloc_texture() codeBrian Paul2011-02-211-35/+60
* st/mesa: remove unused screen variablesBrian Paul2011-02-171-2/+0
* mesa: Remove the DXT compression via blit path.José Fonseca2011-02-161-153/+0
* st/mesa: fix texture array dimensionsBrian Paul2011-01-281-11/+21
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-0/+2
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-251-5/+4
* st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul2011-01-221-2/+6
* st/mesa: fix a regression from cae2bb76Fredrik Höglund2011-01-131-2/+1
* st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet2010-12-311-0/+3
* st/mesa: fix mipmap generation bugBrian Paul2010-12-061-1/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-41/+44
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-4/+8
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-30/+30
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-5/+0
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-1/+0
* st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák2010-09-201-0/+6
* mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri2010-09-041-0/+2
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-261-0/+8
* mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri2010-08-201-2/+4
* st/mesa: fix commentBrian Paul2010-07-011-1/+1
* st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger2010-06-221-2/+0
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-28/+40
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-28/+40
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-27/+4
* | st/mesa: when copying mipmap levels between textures, start at BaseLevelBrian Paul2010-05-061-1/+1
* | st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul2010-05-041-1/+1
* | st/mesa: return success/fail from guess_and_alloc_texture()Brian Paul2010-05-041-7/+10
|/
* st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul2010-05-031-5/+1
* st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul2010-05-031-13/+18
* st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul2010-05-031-8/+8
* st/mesa: consolidate and clean-up texture memory allocation codeBrian Paul2010-05-031-22/+11
* st/mesa: move some texture size calculation codeBrian Paul2010-05-031-10/+6
* st/mesa: remove old convolution-related vars and min pitch codeBrian Paul2010-05-031-15/+2
* st/mesa: remove unsupported convolution codeBrian Paul2010-05-031-10/+6
* st/mesa: updated commentBrian Paul2010-05-031-4/+5
* st/mesa: restore original last_layer comparisonBrian Paul2010-05-031-1/+1