Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-06 | Remove garbage text. | michal | |
2007-08-06 | Use fp_attr_to_slot[]. | michal | |
2007-08-06 | Reorder opcodes. | michal | |
2007-08-06 | Translate the remaining ops. | michal | |
2007-08-06 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
2007-08-06 | added xm_softpipe.c | Brian | |
2007-08-06 | use new xmesa_create_softpipe() | Brian | |
2007-08-06 | softpipe/winsys interface | Brian | |
2007-08-06 | Translate MESA GLSL opcodes to TGSI opcodes. | michal | |
2007-08-06 | Add path for GL includes in mesa tree. | michal | |
2007-08-06 | added st_cb_texture.c | Brian | |
2007-08-06 | clean-ups | Brian | |
2007-08-06 | switch to new texture functions in state tracker | Brian | |
2007-08-06 | use new texture funcs | Brian | |
2007-08-06 | clean-ups | Brian | |
2007-08-06 | new texture functions | Brian | |
2007-08-06 | comments | Brian | |
2007-08-06 | Add GLSL opcodes. | michal | |
2007-08-06 | disable/remove intel dependencies | Brian | |
2007-08-06 | more intel_context removal | Brian | |
2007-08-06 | disable some PBO code, remove intel dependencies | Brian | |
2007-08-06 | remove timing code | Brian | |
2007-08-06 | Replace intel_texture_object with st_texture_object, intel_texture_image ↵ | Brian | |
with st_texture_image | |||
2007-08-06 | minor renaming | Brian | |
2007-08-06 | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian | |
2007-08-06 | More code movement, removal of intel dependencies | Brian | |
2007-08-06 | remove more intel dependencies | Brian | |
2007-08-06 | remove intel dependencies from intel_mipmap_tree.c | Brian | |
2007-08-06 | checkpoint: move some texture layout code | Brian | |
2007-08-06 | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> ↵ | Brian | |
pipe_mipmap_tree and move some code) | |||
2007-08-06 | Add pipe buffer managment functions. | Keith Whitwell | |
The state_tracker driver needs these to implement, eg. pixel buffer objects, vertex buffer objects. | |||
2007-08-05 | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | |
This interface is defined by softpipe and any window system (eg i915pipe) wishing to use softpipe is required to implement the interface. Currently the interface is all about buffer management. Generalizing, each pipe driver will advertise an interface in a similar spirit to this, and again any window system driver wishing to use that rendering pipeline will have to implement the interface it defines. It clearly isn't a one-way street however, as softpipe could just do its own buffer management with malloc. The interaction with a buffer manager is desired to allow us to exercise the hardware swapbuffers functionality of the i915pipe driver, and also to get a feel for the way hardware drivers which really need a buffer manager will work. | |||
2007-08-03 | remove intel_pixel.c | Brian | |
2007-08-03 | added st_cb_fbo.c | Brian | |
2007-08-03 | more work on st_choose_pipe_format() | Brian | |
2007-08-03 | framebuffer object functions | Brian | |
2007-08-03 | Remove dead files | Keith Whitwell | |
2007-08-03 | Rip out more dead drawing-related code. | Keith Whitwell | |
2007-08-03 | Remove "static region" support. | Keith Whitwell | |
The frontbuffer/driBufMgr interactions are handled as a special case in the intel_screen code. | |||
2007-08-03 | Simplify frontbuffer / sarea / rotation management. | Keith Whitwell | |
Remove lots of old cruft. | |||
2007-08-03 | Workaround wierd oops on gutsy when building mesa. | Keith Whitwell | |
2007-08-02 | added pipe->supported_formats() | Brian | |
2007-08-02 | hook in teximage bits | Brian | |
2007-08-02 | more formats | Brian | |
2007-08-02 | trim #includes | Brian | |
2007-08-02 | beginings of teximage functions | Brian | |
2007-08-02 | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian | |
pipe->clear() only used to clear whole buffers (no scissor) w/out masking. Draw a colored quadrilateral in all other cases. | |||
2007-08-02 | call st_init_cb_drawpixels | Brian | |
2007-08-02 | added st_cb_drawpixels.c | Brian | |
2007-08-02 | initial work for textured-quad glDrawPixels | Brian | |