Age | Commit message (Expand) | Author |
2007-08-11 | move locking to new file | keithw |
2007-08-11 | remove intelGetString() | keithw |
2007-08-10 | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell |
2007-08-10 | Y invert, clean-up | Brian |
2007-08-10 | invert Y for scissor | Brian |
2007-08-10 | use winsys supported_formats() query | keithw |
2007-08-10 | add missing printf | keithw |
2007-08-10 | move dri_bo() to a header file | keithw |
2007-08-10 | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | fix image orientation | Brian |
2007-08-10 | readpixels handles any format/type/packing/transfer ops now | Brian |
2007-08-10 | setup sampler state, computed wincoords with pixel zoom factors | Brian |
2007-08-10 | don't hardcode cpp | Brian |
2007-08-10 | added st_sizeof_format() | Brian |
2007-08-10 | basic texture-based glDrawPixels path works | Brian |
2007-08-10 | use st_mesa_format_to_pipe_format() | Brian |
2007-08-10 | added st_mesa_format_to_pipe_format() | Brian |
2007-08-10 | alignment/pitch/width clean-ups | Brian |
2007-08-10 | minor clean-ups | Brian |
2007-08-10 | Handle glFlush/glFinish through the state tracker. | Keith Whitwell |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian |
2007-08-10 | fix asst glitches | Brian |
2007-08-10 | Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. | michal |
2007-08-10 | Support predicates. | michal |
2007-08-10 | added st_cb_readpixels.c | Brian |
2007-08-10 | use st_cb_readpixels.c | Brian |
2007-08-10 | glReadPixels | Brian |
2007-08-10 | add missing break stmt | Brian |
2007-08-10 | more render to texture work | Brian |
2007-08-10 | sketch out some render-to-texture code | Brian |
2007-08-10 | remove some temporary hacks | Brian |
2007-08-10 | added pipe_surface_unreference() | Brian |
2007-08-10 | include surface.offset in address calculations | Brian |
2007-08-10 | Clean up / sanitize debugging | Keith Whitwell |
2007-08-10 | Missing files | Keith Whitwell |
2007-08-10 | Remove dead include line | Keith Whitwell |
2007-08-10 | Fix merge issue | Keith Whitwell |
2007-08-10 | Give softpipe a native texture layout of its own. | Keith Whitwell |
2007-08-10 | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell |
2007-08-10 | Pass pci_id to i915_create() | Keith Whitwell |
2007-08-10 | Add a printf method to winsys and use for all debugging. | Keith Whitwell |
2007-08-10 | Add a printf method to winsys. Not currently used. | Keith Whitwell |
2007-08-10 | obsolete files | Brian |
2007-08-10 | no longer need intel_surface.c | Brian |
2007-08-10 | move intel_supported_formats() into intel_context.c | Brian |
2007-08-10 | we can now just rely on softpipe for surface creation, quad_read/write, etc | Brian |
2007-08-10 | flesh out w/ more formats, y=0=top convention | Brian |
2007-08-10 | return (softpipe) in GL_RENDERER string - temporarily | Brian |
2007-08-10 | rename st_cb_teximage.h st_format.h | Brian |