aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+13
* st/mesa: fix non-mipmap lastLevel calculation.Cooper Yuan2009-10-011-1/+5
* st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul2009-09-281-0/+3
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-281-53/+9
|\
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-53/+9
| |\
| | * st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul2009-09-281-53/+9
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-201-5/+13
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle2009-09-201-5/+13
| |\|
| | * st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul2009-09-161-3/+3
| | * st/mesa: fix texture memory allocation bugBrian Paul2009-09-161-2/+10
| | * st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
| | * st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-021-14/+51
* | | mesa: move generate mipmap callsBrian Paul2009-09-151-12/+0
|/ /
* | st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
* | st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-031-14/+51
* | mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-2/+2
* | mesa/st: Add support for binding pipe surface to texture.Chia-I Wu2009-08-051-0/+6
* | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-13/+4
|/
* st/mesa: silence warningBrian Paul2009-07-271-1/+2
* mesa: Fix logbase2.José Fonseca2009-07-161-7/+5
* mesa: Report the true face number when flushing.José Fonseca2009-07-141-3/+8
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-7/+28
* mesa: Assume depth textures have a single level unless told otherwise.José Fonseca2009-07-021-1/+3
* st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz2009-06-301-0/+27
* st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz2009-06-301-0/+58
* 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