summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2007-08-17Use simple st->pipe->clear() in more cases for depth/stencil clears.Brian
2007-08-17added assertions, disable debug outputBrian
2007-08-16Move VS code from st_atom_fs.c to st_atom_vs.c.michal
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-16misc changes to support vertex shaders (disabled by default)Brian
2007-08-16make pass-through vertex shaderBrian
2007-08-16Begin added vertex shader state/support.Brian
2007-08-15translate GL texture targets to PIPE_TEXTURE_x valuesBrian
2007-08-15added PIPE_PRIM_x tokens (matching GL), use in a few placesBrian
2007-08-15convert vbo->draw_prims() to pipe->draw_arrays(): works in very limited cases...Brian
2007-08-15sketch out vbo drawing functionBrian
2007-08-14added glCopyPixels stubBrian
2007-08-13set renderbuffer Width/Height = texture sizeBrian
2007-08-13Added st_fb_orientation() function to determine the up/down orientation of th...Brian
2007-08-13fix up some render-to-texture code ... almost thereBrian
2007-08-13added an assertionBrian
2007-08-13fix some issues with texture/mipmap_tree state trackingBrian
2007-08-13check for ctx==NULL in st_renderbuffer_delete()Brian
2007-08-13flush pipe before reading imageBrian
2007-08-11added Bitmap() stub, call st_validate_state() in DrawPixelsBrian
2007-08-11added st_cb_queryobj.cBrian
2007-08-11Begin/EndQuery functionsBrian
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10Y invert, clean-upBrian
2007-08-10invert Y for scissorBrian
2007-08-10added pipe->max_texture_size() query, use it in st_drawpixels()Brian
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10fix image orientationBrian
2007-08-10readpixels handles any format/type/packing/transfer ops nowBrian
2007-08-10setup sampler state, computed wincoords with pixel zoom factorsBrian
2007-08-10don't hardcode cppBrian
2007-08-10added st_sizeof_format()Brian
2007-08-10basic texture-based glDrawPixels path worksBrian
2007-08-10use st_mesa_format_to_pipe_format()Brian
2007-08-10added st_mesa_format_to_pipe_format()Brian
2007-08-10minor clean-upsBrian
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-10pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian
2007-08-10fix asst glitchesBrian
2007-08-10use st_cb_readpixels.cBrian
2007-08-10glReadPixelsBrian
2007-08-10more render to texture workBrian
2007-08-10sketch out some render-to-texture codeBrian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-10Rename (file contains surface format-related functions)Brian
2007-08-10code movementBrian
2007-08-09init strb->Base.DataType appropriately, clean-upsBrian
2007-08-09Split texfilter enums to match common hardware usage.Keith Whitwell
2007-08-09silence warningKeith Whitwell
2007-08-09more work toward texture-based glDrawPixelsBrian