summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: updated comments for st_texture_image_map()Brian Paul2010-05-031-4/+6
* st/mesa: move some texture size calculation codeBrian Paul2010-05-031-10/+6
* st/mesa: remove old convolution-related vars and min pitch codeBrian Paul2010-05-031-15/+2
* st/mesa: remove unsupported convolution codeBrian Paul2010-05-031-10/+6
* st/mesa: updated commentBrian Paul2010-05-031-4/+5
* st/mesa: remove dead codeBrian Paul2010-05-031-18/+0
* st/mesa: restore original last_layer comparisonBrian Paul2010-05-031-1/+1
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-023-1/+340
|\
| * st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg2010-05-021-4/+4
| * st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg2010-04-282-0/+330
| * st/mesa: Use API-aware context constructorKristian Høgsberg2010-04-221-1/+10
* | 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