summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10use winsys supported_formats() querykeithw
2007-08-10add missing printfkeithw
2007-08-10move dri_bo() to a header filekeithw
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-10glRead/DrawPixels testBrian
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-10alignment/pitch/width clean-upsBrian
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-10Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.michal
2007-08-10Support predicates.michal
2007-08-10added st_cb_readpixels.cBrian
2007-08-10use st_cb_readpixels.cBrian
2007-08-10glReadPixelsBrian
2007-08-10add missing break stmtBrian
2007-08-10more render to texture workBrian
2007-08-10sketch out some render-to-texture codeBrian
2007-08-10remove some temporary hacksBrian
2007-08-10added pipe_surface_unreference()Brian
2007-08-10include surface.offset in address calculationsBrian
2007-08-10Clean up / sanitize debuggingKeith Whitwell
2007-08-10Missing filesKeith Whitwell
2007-08-10Remove dead include lineKeith Whitwell
2007-08-10Fix merge issueKeith Whitwell
2007-08-10Give softpipe a native texture layout of its own.Keith Whitwell
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell
2007-08-10Pass pci_id to i915_create()Keith Whitwell
2007-08-10Add a printf method to winsys and use for all debugging.Keith Whitwell
2007-08-10Add a printf method to winsys. Not currently used.Keith Whitwell
2007-08-10obsolete filesBrian
2007-08-10no longer need intel_surface.cBrian
2007-08-10move intel_supported_formats() into intel_context.cBrian
2007-08-10we can now just rely on softpipe for surface creation, quad_read/write, etcBrian
2007-08-10flesh out w/ more formats, y=0=top conventionBrian
2007-08-10return (softpipe) in GL_RENDERER string - temporarilyBrian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-10Rename (file contains surface format-related functions)Brian