summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2007-08-11mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c (fi...Brian
2007-08-11do clipping in get_tile()Brian
2007-08-11fix invalid usage of buffer_unreference()Brian
2007-08-11notes/asserts for get/put_tile()Brian
2007-08-11move pipe_buffer_handle definition to top of file, use it in pipe_regionBrian
2007-08-11remove #include mtypes.hBrian
2007-08-11Pull in improved debug from masterKeith Whitwell
2007-08-11make it easier to compare debug code with non-pipe versionKeith Whitwell
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10use winsys supported_formats() querykeithw
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-10alignment/pitch/width 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-10Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.michal
2007-08-10Support predicates.michal
2007-08-10add missing break stmtBrian
2007-08-10added pipe_surface_unreference()Brian
2007-08-10include surface.offset in address calculationsBrian
2007-08-10Missing filesKeith 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-10flesh out w/ more formats, y=0=top conventionBrian
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-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-09Emit drawrect command as we no longer ask the kernel to do this.Keith Whitwell
2007-08-09Don't reemit hardware state *every* primitive.Keith Whitwell
2007-08-09*numFormats = 3Brian
2007-08-09Checkpoint intel_renderbuffer removal.Brian
2007-08-09Update opcode list.michal
2007-08-09Further opcode list reorg.michal
2007-08-09Quieten TGSIKeith Whitwell
2007-08-09Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell
2007-08-09Pull in debug code for human-readable batchbuffer dumps.Keith Whitwell
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell
2007-08-09Declare missing opcode aliases. Declare SGN opcode.michal
2007-08-08clean-upBrian
2007-08-08use surface offset value in get_tile()Brian