summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-13flush pipe before reading imageBrian
2007-08-11Change/fix surface allocation functions.Brian
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-11added Bitmap() stub, call st_validate_state() in DrawPixelsBrian
2007-08-11remove some temp pipe hacksBrian
2007-08-11added st_cb_queryobj.cBrian
2007-08-11Begin/EndQuery functionsBrian
2007-08-11repair breakage from recent pipe_winsys re-orgBrian
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-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
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-11add intel_lock.c to buildkeithw
2007-08-11remove intel_ioctl.ckeithw
2007-08-11move batch ioctl to intel_batchbuffer.ckeithw
2007-08-11remove unused irq functionskeithw
2007-08-11move locking to new filekeithw
2007-08-11remove intelGetString()keithw
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-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