summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)Author
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-10-01st/mesa: fix non-mipmap lastLevel calculation.Cooper Yuan
2009-09-28st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul
2009-09-20Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle
2009-09-16st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul
2009-09-16st/mesa: fix texture memory allocation bugBrian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul
2009-09-03st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-09-02st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell
2009-08-05mesa/st: Add support for binding pipe surface to texture.Chia-I Wu
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin
2009-07-27st/mesa: silence warningBrian Paul
2009-07-16mesa: Fix logbase2.José Fonseca
2009-07-14mesa: Report the true face number when flushing.José Fonseca
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca
2009-06-30st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz
2009-06-30st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz
2009-06-01mesa/st: restore flush to copy_texsubimage (was previously finish)Keith Whitwell
2009-06-01st/gl: Fix mip gen for compressed texturesJakob Bornecrantz
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell
2009-04-20mesa: Handle failure to create a transfer.José Fonseca
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-16Merge branch 'gallium-s3tc'José Fonseca
2009-04-15st: remove XXX commentBrian Paul
2009-04-15st: check for fast memcpy path in decompress_with_blit()Brian Paul
2009-04-15st: decompress_with_blit() path for glGetTexImage().Brian Paul
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-14mesa: Fix gcc assembly enable logic.José Fonseca
2009-04-09st: remove another unneeded 'is compressed' comparisonBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-04-09st: consolidate format->usage computationBrian Paul
2009-04-09st: add const qualifiers, use GL typesBrian Paul
2009-04-09st: make loops over 3D texture slices a litte more intuitiveBrian Paul
2009-04-09st: reformatting and clean-ups in texture codeBrian Paul
2009-04-09st: If the hw supports it do hw conversion of texture uploadsJakob Bornecrantz
2009-04-07st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8 internal formatBrian Paul
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-03-26st: init the default texture to (0,0,0,1)Brian Paul
2009-03-21st: Silence compiler warnings.Michal Krol