summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)Author
2010-03-17Merge branch '7.8' into masterPauli Nieminen
2010-03-16st/mesa: Invalidate sampler view when texture object changes.Michal Krol
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger
2010-03-15st/mesa: Pass in correct sampler view object to blitter.Michal Krol
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13mesa: Fix memory leak in decompress-with-blit.Keith Whitwell
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-23st/mesa: whitespace fixesBrian Paul
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01st/mesa: fix texture deallocation bugBrian Paul
2010-01-25Fix compressed texture loads for non-minimal pitches againLuca Barbieri
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul
2010-01-14st/mesa: Remove unnecessary headers from st_cb_texture.c.Vinson Lee
2010-01-11Fix compressed texture loads for non-minimal pitchesLuca Barbieri
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-11-19st/mesa: get rid of compressed_num_bytes() codeBrian Paul
2009-11-19st/mesa: remove is_compressed_mesa_format()Brian Paul
2009-11-19st/mesa: remove pointless assertionBrian Paul
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencilBrian Paul
2009-11-03st/mesa: fix tests for depth and depth/stencil texture formatsBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove _mesa_compressed_row_stride() callsBrian Paul
2009-10-24mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-10-01st/mesa: fix non-mipmap lastLevel calculation.Brian Paul