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