aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Flush render cache at the beginning of fallback_copy_texsubimage().Michel Dänzer2008-04-111-0/+3
* gallium: state tracker fixes for compressed texturesRoland Scheidegger2008-04-041-0/+1
* gallium: fix a few texture border/mipmap glitches found w/ conformBrian Paul2008-03-241-14/+13
* gallium: catch some out of memory conditions in the texture image code.Brian Paul2008-03-201-4/+9
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-6/+7
* gallium: disable an unneeded assertion (hit with texwrap.c)Brian2008-03-101-1/+2
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-14/+14
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-3/+3
* gallium: mark texture object data dirty in do_copy_texsubimage()Brian2008-02-201-0/+4
* gallium: re-enable GenerateMipmap callsBrian2008-02-201-17/+2
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-35/+7
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-131-0/+3
* gallium: remove dead codeBrian2008-02-121-1/+0
* gallium: added null ptr checkBrian2008-02-121-1/+1
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-121-2/+0
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-34/+17
* gallium: strip borders from textures passed to st_TexImage.Brian2008-02-111-3/+50
* gallium: use _mesa_tex_target_to_face()Brian2008-02-111-21/+1
* gallium: initial implemenation of auto mipmap generation in state trackerBrian2008-02-081-7/+4
* clean-ups in guess_and_alloc_texture()Brian2008-02-061-6/+12
* plug in ctx->Driver.GenerateMipmap functionBrian2008-02-061-0/+2
* clean-upsBrian2008-02-061-38/+29
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-4/+3
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-9/+4
* gallium: Make texture target an enum for better debuggability.Michel Dänzer2008-01-041-1/+1
* Remove internal_format field from struct pipe_texture.Michel Dänzer2007-12-111-3/+2
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-2/+2
* gallium: remove dead pbo zcopy codeKeith Whitwell2007-12-111-31/+0
* fix void pointer arithmetic warningsBrian2007-12-071-7/+14
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-15/+15
* Remove remnants of 'intel' from active state tracker code.Michel Dänzer2007-12-061-5/+2
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-219/+208
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-17/+18
* plug in _mesa_test_proxy_teximage, temporarilyBrian2007-11-011-0/+3
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-2/+2
* formatting fixBrian2007-10-171-1/+3
* commentsBrian2007-09-271-3/+4
* remove dead codekeithw2007-09-271-83/+0
* Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except ...Brian2007-09-261-7/+28
* fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).Brian2007-09-261-1/+17
* More work on glCopyTexSubImage.Brian2007-09-261-117/+157
* checkpoint: glCopyTexImage workBrian2007-09-261-90/+73
* Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-23/+0
* translate GL texture targets to PIPE_TEXTURE_x valuesBrian2007-08-151-12/+36
* use st_mesa_format_to_pipe_format()Brian2007-08-101-17/+2
* rename st_cb_teximage.h st_format.hBrian2007-08-101-1/+1
* code movementBrian2007-08-101-149/+1
* set mt->formatBrian2007-08-071-31/+50
* s/intel/st/Brian2007-08-071-126/+126