summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2008-02-21gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-20gallium: mark texture object data dirty in do_copy_texsubimage()Brian
2008-02-20gallium: re-enable GenerateMipmap callsBrian
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-19Use gallium's rtasm module.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-14gallium: Cleanups related to clears.Keith Whitwell
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
2008-02-12gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian
2008-02-12gallium: clamp min_lod so it's never negativeBrian
2008-02-12gallium: remove dead codeBrian
2008-02-12gallium: added null ptr checkBrian
2008-02-12gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian
2008-02-12gallium: move gen-mipmap global/static vars into st_contextBrian
2008-02-12gallium: remove unused first_level param from st_texture_create()Brian
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-11gallium: take pitch/stride into account in mipmap generationBrian
2008-02-11gallium: comments about mipmap genBrian
2008-02-11gallium: implement software fallback for mipmap generationBrian
2008-02-11gallium: strip borders from textures passed to st_TexImage.Brian
2008-02-11gallium: use _mesa_tex_target_to_face()Brian
2008-02-08gallium: include st_cb_drawpixels.hBrian
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian
2008-02-08gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian
2008-02-06gallium: change pipe->texture_create() to operate like the CSO functionsBrian
2008-02-06clean-ups in guess_and_alloc_texture()Brian
2008-02-06plug in ctx->Driver.GenerateMipmap functionBrian
2008-02-06clean-upsBrian
2008-02-06added commentBrian
2008-02-06comments, clean-ups, constsBrian
2008-02-06clean-upBrian
2008-02-06gallium: add bitmap/drawpixels texcoord bias supportBrian
2008-01-31gallium: fix problem in which texcoords and varying vars got mapped to the sa...Brian
2008-01-31Fix problem in mapping vertex program outputs (found with "spring" game engine)Brian
2008-01-29gallium: don't rely on assert(0) for error handling - may be disabledKeith Whitwell
2008-01-28gallium: check if surface has defined status in check_clear_depth_with_quad()Brian
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-26gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell
2008-01-26gallium: specialize glFlush vs other flush semanticsKeith Whitwell
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-25gallium: added rastpos_destroy()Brian
2008-01-24gallium: added rastpos_destroy()Brian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-23gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...Brian
2008-01-23gallium: fix computation of raster.point_size_per_vertex flagBrian