aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-8/+5
|\
| * gallium: ref counting clean-upsBrian Paul2008-05-161-8/+5
| * gallium: change calculate_first_last_level() to match gallium-tex-surfaces br...Brian Paul2008-05-061-1/+1
* | gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger2008-05-091-5/+12
* | gallium: fix out of tex memory crashesBrian Paul2008-05-081-2/+9
* | gallium: fix some render to texture bugsBrian Paul2008-05-071-0/+1
* | Revert "gallium: move setup of dest_surface in do_copy_texsubimage()"Michel Dänzer2008-05-071-10/+11
* | gallium: re-enable temporarily disabled code in do_copy_texsubimage()Brian Paul2008-05-061-1/+1
* | gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-1/+9
* | gallium: move setup of dest_surface in do_copy_texsubimage()Michal Danzer2008-05-061-11/+10
* | gallium: sync up texture/sampler changes with masterBrian Paul2008-05-061-11/+13
* | gallium: Make sure to release texture surfaces (at the right time).Michel Dänzer2008-05-061-0/+2
* | gallium: glCopyTexSubImage improvement.Michel Dänzer2008-05-061-10/+11
* | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-20/+10
|\|
| * gallium: minor code, comments clean-upBrian Paul2008-05-021-26/+16
| * gallium: in st_finalize_texture() check texture dimensionsBrian Paul2008-05-021-1/+4
| * gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer2008-05-021-5/+7
* | gallium: fix some BaseLevel, lastLevel bugsBrian Paul2008-05-031-1/+4
* | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-2/+8
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-7/+2
|\|
| * gallium: Set sampler->min_lod instead of always reallocating pipe_textures.Michel Dänzer2008-05-011-7/+2
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-26/+22
|/
* gallium: fix texture border removal bugBrian Paul2008-04-301-0/+4
* gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()Brian Paul2008-04-291-19/+40
* gallium: fix incorrect level param in copy_image_data_to_texture()Brian Paul2008-04-281-1/+1
* gallium: added null ptr checkBrian Paul2008-04-251-1/+1
* gallium: added a null ptr checkBrian Paul2008-04-251-1/+7
* gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.Michel Dänzer2008-04-251-14/+23
* 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