summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Remove unnecessary headers from st_cb_texture.c.Vinson Lee2010-01-141-2/+0
* st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer2010-01-041-1/+1
* st/mesa: get rid of compressed_num_bytes() codeBrian Paul2009-11-191-36/+4
* st/mesa: remove is_compressed_mesa_format()Brian Paul2009-11-191-21/+2
* st/mesa: remove pointless assertionBrian Paul2009-11-191-2/+0
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-031-7/+7
|\
| * st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencilBrian Paul2009-11-031-0/+2
| * st/mesa: fix tests for depth and depth/stencil texture formatsBrian Paul2009-11-031-7/+5
| * st/mesa: fix non-mipmap lastLevel calculation.Brian Paul2009-10-011-1/+5
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-68/+63
|\ \
| * | mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-4/+0
| * | mesa: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-2/+1
| * | mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-1/+0
| * | mesa: change compressed texture size callsBrian Paul2009-10-241-5/+4
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-3/+6
| * | mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-5/+5
| * | mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-0/+1
| * | mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-3/+2
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-15/+15
| * | st/mesa: use _mesa_texstore()Brian Paul2009-09-281-47/+36
| * | mesa: use texture format functionsBrian Paul2009-09-271-3/+3
| * | st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-37/+47
* | | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-1/+2
* | | 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