summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-12-21st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-20st/mesa: Remove comment cruft from st_context.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee
2010-12-18st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee
2010-12-18st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
2010-12-16st/mesa: s/varient/variantBrian Paul
2010-12-14st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul
2010-12-14st/mesa: rename the varient release functionsBrian Paul
2010-12-13st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul
2010-12-13st/mesa: add geom program code in destroy_program_variants()Brian Paul
2010-12-13st/mesa: program struct commentsBrian Paul
2010-12-13st/mesa: use st_fragment_program() instead of castBrian Paul
2010-12-13st/mesa: rename variableBrian Paul
2010-12-13st/mesa: minor re-indentingBrian Paul
2010-12-13st/mesa: make st_delete_program() staticBrian Paul
2010-12-13st/mesa: add comments, fix formatting in st_cb_program.cBrian Paul
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul
2010-12-13mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul
2010-12-08st/mesa: translate shader system inputsBrian Paul
2010-12-06st/mesa: Unbind all constant buffersJakob Bornecrantz
2010-12-06st/mesa: fix mipmap generation bugBrian Paul
2010-12-05st/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INSTANCED_DRAWINGBrian Paul
2010-12-05st/mesa: initialize key in st_vp_varientMarek Olšák
2010-12-03st/mesa: new comment about updating state varsBrian Paul
2010-12-03mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák
2010-12-02st/mesa: avoid large stack allocations in readpixels codeBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-22st/mesa: set MaxUniformComponentsMarek Olšák
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objectsMarek Olšák
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-15st/mesa: fix glDrawPixels(depth/stencil) bugsBrian Paul
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák
2010-11-04st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck
2010-11-02st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell
2010-10-31st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu
2010-10-28st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-10-27Track separate programs for each stageIan Romanick