aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: restore flush to copy_texsubimage (was previously finish)Keith Whitwell2009-06-011-0/+3
* st/gl: Fix mip gen for compressed texturesJakob Bornecrantz2009-06-011-6/+8
* mesa/st: keep surface_copy arguments positiveKeith Whitwell2009-05-081-0/+28
* mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell2009-05-081-3/+0
* mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell2009-04-281-0/+10
* mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell2009-04-271-2/+1
* mesa: Handle failure to create a transfer.José Fonseca2009-04-201-1/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-17/+16
* Merge branch 'gallium-s3tc'José Fonseca2009-04-161-6/+260
|\
| * st: remove XXX commentBrian Paul2009-04-151-1/+0
| * st: check for fast memcpy path in decompress_with_blit()Brian Paul2009-04-151-13/+33
| * st: decompress_with_blit() path for glGetTexImage().Brian Paul2009-04-151-2/+81
| * st: If the hw supports it do hw conversion of texture uploadsJakob Bornecrantz2009-04-091-4/+160
* | gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+17
* | mesa: Fix gcc assembly enable logic.José Fonseca2009-04-141-1/+1
|/
* st: remove another unneeded 'is compressed' comparisonBrian Paul2009-04-091-2/+3
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-9/+3
* st: consolidate format->usage computationBrian Paul2009-04-091-9/+23
* st: add const qualifiers, use GL typesBrian Paul2009-04-091-13/+10
* st: make loops over 3D texture slices a litte more intuitiveBrian Paul2009-04-091-10/+16
* st: reformatting and clean-ups in texture codeBrian Paul2009-04-091-95/+67
* st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal formatBrian Paul2009-04-071-2/+4
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-0/+1
* st: init the default texture to (0,0,0,1)Brian Paul2009-03-261-2/+12
* st: Silence compiler warnings.Michal Krol2009-03-211-2/+2
* st/gl: Only transfer needed parts in st_TexSubimageJakob Bornecrantz2009-03-191-4/+2
* st: need to free/realloc pipe texture when we're handed image level > last_levelBrian Paul2009-03-181-0/+1
* st: clean up some if-statment codeBrian Paul2009-03-181-12/+11
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-6/+3
* gallium: use unsigned long to silence warnings with 64-bit buildBrian Paul2009-03-071-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+8
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-1/+2
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-5/+3
|\
| * mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-2/+2
| * mesa: Compare formats using nominal bytes per pixel.José Fonseca2009-02-101-3/+1
* | gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-131-3/+3
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-57/+50
|/
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-10-171-2/+2
|\
| * gallium: fix mis-matched malloc/free vs. aligned malloc/freeBrian Paul2008-10-171-2/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-2/+2
|\|
| * mesa: fix convolve/convolution mix-upsBrian2008-10-061-2/+2
* | mesa: remove const qualifiers to match device driver interface functionBrian Paul2008-09-261-2/+2
|/
* gallium: if we run out of memory in st_TexImage, flush and try again.Brian Paul2008-09-181-2/+9
* gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul2008-09-171-1/+2
* gallium: fix glTexImage(width=height=depth=0) caseBrian Paul2008-09-161-0/+5
* gallium: move st_texture_image() cast wrapper to header fileBrian Paul2008-09-011-7/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: fix do_flip bug on glCopyTexImage / surface_copy() pathBrian Paul2008-08-181-0/+4
* gallium: init default texture image to grayBrian Paul2008-08-141-0/+3
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-141-0/+40