summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-03st/mesa: remove dead codeBrian Paul
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul
2010-05-03st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul
2010-05-03st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul
2010-05-03st/mesa: consolidate and clean-up texture memory allocation codeBrian Paul
2010-05-03st/mesa: updated comments for st_texture_image_map()Brian Paul
2010-05-03st/mesa: move some texture size calculation codeBrian Paul
2010-05-03st/mesa: remove old convolution-related vars and min pitch codeBrian Paul
2010-05-03st/mesa: remove unsupported convolution codeBrian Paul
2010-05-03st/mesa: updated commentBrian Paul
2010-05-03st/mesa: remove dead codeBrian Paul
2010-05-03st/mesa: restore original last_layer comparisonBrian Paul
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-05-02st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg
2010-04-28st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg
2010-04-22st/mesa: Use API-aware context constructorKristian Høgsberg
2010-04-21mesa/st: Translate a few more mesa/gallium formats.José Fonseca
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-04-29st/mesa: remove unused/disabled codeBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-28st/mesa: move/improve Mesa GPU program debuggingBrian Paul
2010-04-28st/mesa: add missing debug entry for DEBUG_CONSTANTSBrian Paul
2010-04-28Merge branch '7.8'Brian Paul
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul
2010-04-27mesa: move/rename is_depth_or_stencil_format()Brian Paul
2010-04-27st/mesa: rename var and update st_choose_format() commentsBrian Paul
2010-04-27st/mesa: call is_format_supported() for compressed formatsBrian Paul
2010-04-27st/mesa: 80-column wrappingBrian Paul
2010-04-27st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formatsBrian Paul
2010-04-27st/mesa: fix strides in (de)compress_image() functionsBrian Paul
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-23st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul
2010-04-23st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul
2010-04-23st/mesa: remove unneeded #includes and add/update commentsBrian Paul
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-23st/mesa: re-do binding flags in st_ChooseTextureFormat(), againBrian Paul
2010-04-23st/mesa: replace 'usage' with 'bindings'Brian Paul
2010-04-23st/mesa: replace 'usage' with 'bindings' to be consistentBrian Paul
2010-04-23st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed texturesBrian Paul
2010-04-23st/mesa: get rid of default_deep_rgba_format()Brian Paul
2010-04-23mesa/st: Remove dead members.José Fonseca
2010-04-22st/mesa: assert that binding flags are properly set for drawing surfacesBrian Paul
2010-04-22st/mesa: fix binding flags in st_ChooseTextureFormat()Brian Paul
2010-04-22st/mesa: consolidate code for finding supported formatsBrian Paul
2010-04-22st/mesa: refactor depth/stencil format selection codeBrian Paul
2010-04-22Merge branch '7.8'Brian Paul