summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-10st/mesa: rename vars, added commentsBrian Paul
2010-05-10st/mesa: only set prevInstWrotePsiz if translating a vertex programBrian Paul
2010-05-10st/mesa: additional assertions in dst_register()Brian Paul
2010-05-09st/mesa: Ignore internal_format in st_context_teximage.Chia-I Wu
2010-05-06st/mesa: fix compressed mipmap generation for small image sizesBrian Paul
2010-05-06st/mesa: fix bug in compute_num_levels()Brian Paul
2010-05-06st/mesa: when copying mipmap levels between textures, start at BaseLevelBrian Paul
2010-05-05st/mesa: fix per-vertex point sizeMarek Olšák
2010-05-05st/mesa: Remove unnecessary headers.Vinson Lee
2010-05-05st/mesa: Fix texture-from-pixmap.Chia-I Wu
2010-05-04st/mesa: remove commented-out struct fieldBrian Paul
2010-05-04st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul
2010-05-04st/mesa: return success/fail from guess_and_alloc_texture()Brian Paul
2010-05-04st/mesa: improved st_texture_image_copy()Brian Paul
2010-05-04mesa/st: Fill in native program limits.José Fonseca
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