Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-05 | remove intel->pipe field | Brian | |
2007-11-05 | remove some struct decls | Brian | |
2007-11-05 | s/intelDisplayBuffer/intelDisplaySurface | Brian | |
2007-11-05 | simplify intelSwapBuffers() | Brian | |
2007-11-05 | remove useless code | Brian | |
2007-11-05 | remove disabled vblank/sync code | Brian | |
2007-11-05 | disable vblank/sync code | Brian | |
2007-11-05 | remove dead pageflip code | Brian | |
2007-11-05 | disable page flip code | Brian | |
2007-11-05 | replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() call | Brian | |
2007-11-05 | remove extern decls for non-existant functions | Brian | |
2007-11-05 | #include clean-ups, fixes | Brian | |
2007-11-05 | comment about renderbuffers vs. surfaces | Brian | |
2007-11-05 | remove some dead code, clean-ups | Brian | |
2007-11-05 | more clean-up in intelDisplayBuffer() | Brian | |
2007-11-01 | Start re-working SwapBuffers. | Brian | |
intelCopyBuffer() is now intelDisplayBuffer(): it displays the given surface in the on-screen window. Added a pipe_surface parameter to winsys->flush_frontbuffer(). Front buffer rendering/flushing actually works now. But, we should only allocate the front surface on demand... | |||
2007-11-01 | Use new state tracker context/destroy funcs with wrap Mesa context. | Brian | |
2007-11-01 | remove _mesa_init_driver_functions() | Brian | |
2007-10-31 | move a few lines of code | Brian | |
2007-10-31 | Lift VBO/tnl stuff up out of drivers | Brian | |
2007-10-31 | remove intelInvalidateState | Brian | |
2007-10-31 | re-enable fb size assertions which were previously disabled | Brian | |
2007-10-29 | Update intel_is_format_supported. | José Fonseca | |
2007-10-29 | Fix i915simple build. | José Fonseca | |
2007-10-26 | surface_alloc() is now a winsys function. | Brian | |
This allows surfaces to be allocated without a rendering context. A few loose ends to resolve, but in working condition. | |||
2007-10-26 | Actually move region_alloc() and region_release() to intel_winsys. | José Fonseca | |
2007-10-25 | Move region_alloc() and region_release() to pipe_winsys. | Brian | |
This allows regions to be allocated w/out a rendering context. | |||
2007-10-11 | implement intel_user_buffer_create() | Brian | |
2007-10-11 | Initial support for user-space buffer objects. | Brian | |
Basically, add userBuffer/Data/Size fields to _DriBufferObject, check those fields in driBOMap/Unmap(). New driGenUserBuffer() function. | |||
2007-10-03 | intel_winsys: Adapt to DRM changes (again). | Michel Dänzer | |
It was decided after all to stick to 'pipes' here, even though the actual meaning is now 'planes'. | |||
2007-09-18 | intel_winsys: Disable scheduled buffer swaps for now. | Michel Dänzer | |
They don't work with private back buffers yet. This gets vsync working. | |||
2007-09-14 | intel_winsys: Fix intel_buffer_reference. | Michel Daenzer | |
Correctly clear the pointer to the old buffer (not sure how this could build at all before...) and only reference the new one when its pointer is non-NULL. | |||
2007-09-14 | intel_winsys: Adapt to recent drm changes (s/pipes/planes/). | Michel Daenzer | |
2007-09-10 | merge buffer_unreference(), buffer_reference() | Brian | |
2007-08-11 | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] | Keith Whitwell | |
2007-08-11 | Fix some build failures. Move intelScreenContext to intel_context.c | Keith Whitwell | |
2007-08-11 | add intel_lock.c to build | keithw | |
2007-08-11 | remove intel_ioctl.c | keithw | |
2007-08-11 | move batch ioctl to intel_batchbuffer.c | keithw | |
2007-08-11 | remove unused irq functions | keithw | |
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 | add missing printf | keithw | |
2007-08-10 | move dri_bo() to a header file | keithw | |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | |
2007-08-10 | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | |
2007-08-10 | Clean up / sanitize debugging | Keith Whitwell | |
2007-08-10 | Remove dead include line | Keith Whitwell | |
2007-08-10 | Fix merge issue | Keith Whitwell | |