aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: whitespace fixesBrian Paul2010-02-231-4/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-1/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | st/mesa: fix texture deallocation bugBrian Paul2010-02-011-12/+10
|/
* Fix compressed texture loads for non-minimal pitches againLuca Barbieri2010-01-251-2/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-14/+44
|\
| * st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul2010-01-201-12/+44
| * st/mesa: Remove unnecessary headers from st_cb_texture.c.Vinson Lee2010-01-141-2/+0
* | Fix compressed texture loads for non-minimal pitchesLuca Barbieri2010-01-111-1/+16
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-1/+1
|\|
| * st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer2010-01-041-1/+1
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-13/+13
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-17/+14
|\ \
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-18/+15
* | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-3/+3
* | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* | Merge branch 'width0'Roland Scheidegger2009-11-271-6/+6
|\ \ | |/ |/|
| * gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-6/+6
* | 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
|\| |