summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
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
2007-08-09commentsBrian
2007-08-09move viewport Y inversion to state trackerBrian
2007-08-09assertionsBrian
2007-08-09Checkpoint intel_renderbuffer removal.Brian
2007-08-09checkpoint: no longer using intel_fbo.cBrian
2007-08-09Quieten TGSIKeith Whitwell
2007-08-08update lod bias, limitsBrian
2007-08-08setup frag shader state: color pass-through programBrian
2007-08-07debug infoBrian
2007-08-07set mt->formatBrian
2007-08-07s/intel/st/Brian
2007-08-07plug in texture/sampler state updateBrian
2007-08-07texture image state handlingBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
2007-08-06new headerBrian
2007-08-06fix asst. warningsBrian
2007-08-06use new texture funcsBrian
2007-08-06clean-upsBrian
2007-08-06new texture functionsBrian
2007-08-06minor renamingBrian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-03more work on st_choose_pipe_format()Brian
2007-08-03framebuffer object functionsBrian