st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.
[mesa.git] / src / mesa / state_tracker /
2010-05-12 Chia-I Wust/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture...
2010-05-12 Chia-I Wust/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit...
2010-05-12 Chia-I Wust/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
2010-05-12 Chia-I Wust/mesa: Make FEATURE_feedback and FEATURE_rastpos...
2010-05-12 Chia-I Wust/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawp...
2010-05-12 Chia-I Wust/mesa: Make st_cb_accum.h FEATURE_accum aware.
2010-05-12 Chia-I Wumesa: Make FEATURE_EXT_transform_feedback more modular.
2010-05-12 Brian Paulst/mesa: update query code for transform feedback
2010-05-11 José Fonsecamesa/st+tgsi: Provide a free callback to match with...
2010-05-11 Vinson Leest/mesa: Remove unnecessary header.
2010-05-11 José Fonsecamesa/st: Remove internal flushes from Mesa state tracker.
2010-05-11 Brian Paulmesa: more transform feedback infrastructure
2010-05-10 Brian Paulst/mesa: rename vars, added comments
2010-05-10 Brian Paulst/mesa: only set prevInstWrotePsiz if translating...
2010-05-10 Brian Paulst/mesa: additional assertions in dst_register()
2010-05-09 Chia-I Wust/mesa: Ignore internal_format in st_context_teximage.
2010-05-06 Brian Paulst/mesa: fix compressed mipmap generation for small...
2010-05-06 Brian Paulst/mesa: fix bug in compute_num_levels()
2010-05-06 Brian Paulst/mesa: when copying mipmap levels between textures...
2010-05-05 Marek Olšákst/mesa: fix per-vertex point size
2010-05-05 Vinson Leest/mesa: Remove unnecessary headers.
2010-05-05 Chia-I Wust/mesa: Fix texture-from-pixmap.
2010-05-05 Brian Paulst/mesa: remove commented-out struct field
2010-05-04 Brian Paulst/mesa: need to pass srcLevel to st_texture_image_copy()
2010-05-04 Brian Paulst/mesa: return success/fail from guess_and_alloc_texture()
2010-05-04 Brian Paulst/mesa: improved st_texture_image_copy()
2010-05-04 José Fonsecamesa/st: Fill in native program limits.
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: remove unused needFlush parameter to st_finali...
2010-05-03 Brian Paulst/mesa: updated comments and fix some formatting in...
2010-05-03 Brian Paulst/mesa: rename srcImageStride -> srcRowStride and...
2010-05-03 Brian Paulst/mesa: consolidate and clean-up texture memory alloca...
2010-05-03 Brian Paulst/mesa: updated comments for st_texture_image_map()
2010-05-03 Brian Paulst/mesa: move some texture size calculation code
2010-05-03 Brian Paulst/mesa: remove old convolution-related vars and min...
2010-05-03 Brian Paulst/mesa: remove unsupported convolution code
2010-05-03 Brian Paulst/mesa: updated comment
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: restore original last_layer comparison
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-02 Kristian Høgsbergst/mesa: Create context for API_OPENGL as first priority
2010-04-28 Kristian Høgsbergst/mesa: Move st_cb_drawtex.c to the mesa state tracker
2010-04-22 Kristian Høgsbergst/mesa: Use API-aware context constructor
2010-04-21 José Fonsecamesa/st: Translate a few more mesa/gallium formats.
2010-04-30 Brian Paulst/mesa: ignore gl_texture_object::BaseLevel when alloc...
2010-04-29 Brian Paulst/mesa: remove unused/disabled code
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian Paulst/mesa: move/improve Mesa GPU program debugging
2010-04-28 Brian Paulst/mesa: add missing debug entry for DEBUG_CONSTANTS
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Brian Paulst/mesa: fix incorrect RowStride computation
2010-04-28 Brian Paulst/mesa: fill in stImage->level in st_generate_mipmap()
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian Paulmesa: move/rename is_depth_or_stencil_format()
2010-04-27 Brian Paulst/mesa: rename var and update st_choose_format() comments
2010-04-27 Brian Paulst/mesa: call is_format_supported() for compressed...
2010-04-27 Brian Paulst/mesa: 80-column wrapping
2010-04-27 Brian Paulst/mesa: try to get actual compressed format for GL_COM...
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 Brian Paulst/mesa: fix strides in (de)compress_image() functions
2010-04-25 Jakob Bornecrantzst_api: Remove st_module
2010-04-24 Brian Paulst/mesa: checkpoint WIP: mipmap generation for compress...
2010-04-23 Brian Paulst/mesa: minor improvements in fallback_generate_mipmap()
2010-04-23 Brian Paulst/mesa: remove unneeded #includes and add/update comments
2010-04-23 Brian Paulst/mesa: clean-up: use st_context() everywhere
2010-04-23 Brian Paulst/mesa: re-do binding flags in st_ChooseTextureFormat...
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings'
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings' to be consistent
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Brian Paulst/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag...
2010-04-23 Brian Paulst/mesa: get rid of default_deep_rgba_format()
2010-04-23 José Fonsecamesa/st: Remove dead members.
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian Paulst/mesa: assert that binding flags are properly set...
2010-04-22 Brian Paulst/mesa: fix binding flags in st_ChooseTextureFormat()
2010-04-22 Brian Paulst/mesa: consolidate code for finding supported formats
2010-04-22 Brian Paulst/mesa: refactor depth/stencil format selection code
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 Brian Paulst/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_...
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 José Fonsecamesa/st: Update for index bias interface change.
2010-04-19 Brian Paulst/mesa: invert scissor rect depending on FB orientation
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
2010-04-19 Brian Paulst/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
2010-04-19 Brian Paulst/mesa: remove st_texture_object::pipe field
2010-04-19 Brian Paulst/mesa: s/st_renderbuffer_get_sampler_view/st_get_rend...
2010-04-19 Brian Paulst/mesa: s/st_sampler_view_from_texture/st_create_textu...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_sampler_view/st_get_texture_sam...
2010-04-16 Brian Paulst/mesa: add prototype for st_bufferobj_validate_usage()
2010-04-16 Vinson Leest/mesa: Remove NULL check of pointer that could not...
2010-04-16 Vinson Leest/mesa: Move dereference and assignment to after NULL...
2010-04-15 Vinson Leest/mesa: Remove unnecessary headers.
next