summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-307-81/+122
* st/mesa: remove unused/disabled codeBrian Paul2010-04-292-48/+0
* st/mesa: move/improve Mesa GPU program debuggingBrian Paul2010-04-281-10/+11
* st/mesa: add missing debug entry for DEBUG_CONSTANTSBrian Paul2010-04-281-0/+1
* Merge branch '7.8'Brian Paul2010-04-282-2/+7
|\
| * st/mesa: fix incorrect RowStride computationBrian Paul2010-04-281-1/+4
| * st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul2010-04-281-1/+3
* | mesa: move/rename is_depth_or_stencil_format()Brian Paul2010-04-271-22/+1
* | st/mesa: rename var and update st_choose_format() commentsBrian Paul2010-04-271-47/+53
* | st/mesa: call is_format_supported() for compressed formatsBrian Paul2010-04-271-4/+20
* | st/mesa: 80-column wrappingBrian Paul2010-04-271-14/+28
* | st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formatsBrian Paul2010-04-271-2/+20
* | st/mesa: fix strides in (de)compress_image() functionsBrian Paul2010-04-271-14/+2
* | st_api: Remove st_moduleJakob Bornecrantz2010-04-262-18/+24
* | st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul2010-04-231-10/+102
* | st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul2010-04-231-10/+11
* | st/mesa: remove unneeded #includes and add/update commentsBrian Paul2010-04-231-9/+7
* | st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-2320-114/+138
* | st/mesa: re-do binding flags in st_ChooseTextureFormat(), againBrian Paul2010-04-231-12/+17
* | st/mesa: replace 'usage' with 'bindings'Brian Paul2010-04-231-12/+20
* | st/mesa: replace 'usage' with 'bindings' to be consistentBrian Paul2010-04-231-10/+6
* | st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed texturesBrian Paul2010-04-231-5/+7
* | st/mesa: get rid of default_deep_rgba_format()Brian Paul2010-04-231-23/+1
* | mesa/st: Remove dead members.José Fonseca2010-04-231-1/+0
* | st/mesa: assert that binding flags are properly set for drawing surfacesBrian Paul2010-04-221-0/+10
* | st/mesa: fix binding flags in st_ChooseTextureFormat()Brian Paul2010-04-221-1/+14
* | st/mesa: consolidate code for finding supported formatsBrian Paul2010-04-221-92/+57
* | st/mesa: refactor depth/stencil format selection codeBrian Paul2010-04-221-12/+45
* | Merge branch '7.8'Brian Paul2010-04-221-0/+4
|\|
| * st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24Brian Paul2010-04-221-0/+4
* | mesa/st: Translate a few more mesa/gallium formats.José Fonseca2010-04-212-5/+17
* | gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-202-2/+2
* | Merge branch 'gallium-index-bias'José Fonseca2010-04-202-7/+7
|\ \
| * | mesa/st: Update for index bias interface change.José Fonseca2010-04-192-7/+7
* | | Merge branch '7.8'Jesse Barnes2010-04-191-5/+8
|\ \ \ | | |/ | |/|
| * | st/mesa: invert scissor rect depending on FB orientationBrian Paul2010-04-191-5/+8
* | | Merge branch '7.8'Brian Paul2010-04-192-2/+2
|\| |
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+2
* | | st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul2010-04-181-1/+1
* | | st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul2010-04-183-4/+4
* | | st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-188-14/+15
* | | st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-184-5/+5
* | | st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-185-9/+9
* | | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-186-6/+6
| |/ |/|
* | st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul2010-04-161-0/+6
* | st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee2010-04-161-4/+3
* | st/mesa: Move dereference and assignment to after NULL check.Vinson Lee2010-04-151-1/+2
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-04-141-3/+0
* | st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák2010-04-141-2/+1
* | st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák2010-04-141-0/+2