summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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
2007-08-10code movementBrian
2007-08-10invert Y axisBrian
2007-08-09asst changes to get softpipe rendering again (no zbuf support for now)Brian
2007-08-09init strb->Base.DataType appropriately, clean-upsBrian
2007-08-09export softpipe_init_surface_funcs()Brian
2007-08-09added null ptr checksBrian
2007-08-09Split texfilter enums to match common hardware usage.Keith Whitwell
2007-08-09silence warningKeith 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-09Add more i915 state packets.Keith Whitwell
2007-08-09Remove unused fileKeith Whitwell
2007-08-09invert Y axis with the viewport transformation to put things right side upBrian
2007-08-09vertex colors are ARGBBrian
2007-08-09Missing filesKeith Whitwell
2007-08-09Some basic state - blend and ztest sort of work.Keith Whitwell
2007-08-09Remove references to fallbacks from this directoryKeith Whitwell