Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Emit colour buffer address, raster op, colour format etcHEADglamo | Thomas White | |
2010-05-24 | New framebuffer initialisation function | Thomas White | |
2010-02-18 | Push __driDriverExtensions out of dri_util.c and into the glamo driver ↵ | Martin Jansa | |
http://cgit.freedesktop.org/mesa/mesa/commit/?id=39a0e4e7de379a182c1544fa24d5cb2a7687ec72 | |||
2010-02-18 | glamo_cmdq: add stdlib header for size_t | Martin Jansa | |
2010-02-18 | glamo: fbo, use MESA_FORMAT_* wrt ↵ | Martin Jansa | |
http://cgit.freedesktop.org/mesa/mesa/commit/?id=45e76d2665b38ba3787548310efc59e969124c01 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
2010-02-18 | glamo: update driCreateConfigs call wrt ↵ | Martin Jansa | |
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cce4a1e10361458630511543b7a8a6438544775 | |||
2010-02-18 | glamo: remove Private postfix from __DRI* wrt ↵ | Martin Jansa | |
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d61f07318c8678901b948fdaa8ccdf37aa3203e9 | |||
2010-02-18 | Upload matrix state | Thomas White | |
2010-02-18 | Fire the engine at the end of the pipeline | Thomas White | |
2010-02-18 | Use burst command for vertex submission | Thomas White | |
2010-02-18 | Actually send vertex stream info to GPU | Thomas White | |
2010-02-18 | Update copyright dates | Thomas White | |
2010-02-18 | Poke fewer registers for glamoClear | Thomas White | |
2010-02-18 | Fix glamoClear() using burst commands | Thomas White | |
2010-02-18 | Remove unused 'regname' | Thomas White | |
2010-02-18 | Use burst commands instead of single commands | Thomas White | |
2010-02-18 | Ready for vertex submission to hardware | Thomas White | |
2010-02-18 | Use correct colour for glClear() | Thomas White | |
2010-02-18 | Remove debug | Thomas White | |
2010-02-18 | glClear() placeholder code | Thomas White | |
It draws something! | |||
2010-02-18 | Add MSAA stuff to calls to driCreateConfigs | Thomas White | |
2010-02-18 | Loads of triangle and context stuff | Thomas White | |
2010-02-18 | Glamo->glamo | Thomas White | |
2010-02-18 | Remove old glamo-regs.h (Should be glamo_regs.h) | Thomas White | |
2010-02-18 | Add register header and implement glClear() (sort of) | Thomas White | |
2010-02-18 | Formatting in glamo_tris.c | Thomas White | |
2010-02-18 | CmdQ fixes | Thomas White | |
2010-02-18 | Formatting | Thomas White | |
2010-02-18 | Add command queue stuff | Thomas White | |
2010-02-18 | Indentation in glamo_state.c | Thomas White | |
2010-02-18 | Implement glamoResizeBuffers | Thomas White | |
2010-02-18 | Tidy up | Thomas White | |
2010-02-18 | Indentation | Thomas White | |
It's official. Indenting with spaces make me sick. | |||
2010-02-18 | Fix renderbuffers | Thomas White | |
2010-02-18 | More framebuffer stuff | Thomas White | |
2010-02-18 | Link against libdrm_glamo | Thomas White | |
..and remove a commented out old thing from the Makefile | |||
2010-02-18 | Framebuffer, renderbuffer, state and initial triangle stuff | Thomas White | |
2010-02-18 | Fix after rebase against Mesa 7.4 | Thomas White | |
2010-02-18 | Comment out config call which was segfaulting | Thomas White | |
2010-02-18 | Add state hooks | Thomas White | |
2010-02-18 | Context stuff | Thomas White | |
2010-02-18 | Move the modeline to the bottom of the file | Thomas White | |
2010-02-18 | One more missing include | Thomas White | |
2010-02-18 | Includes and formatting | Thomas White | |
2010-02-18 | Skeleton Glamo DRI driver | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-02-18 | intel: Include main/hash.h using "" instead of <> | Kristian Høgsberg | |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg | |
This uses a stamp mechanisms to mark the DRI drawable as invalid. Instead of immediately updating the buffers we just bump the drawable stamp and call out to DRI2GetBuffers "later". "Later" used to be at LOCK_HARDWARE time, and this patch brings back callouts at the points where we used to call LOCK_HARDWARE. A new function, intel_prepare_render(), is called where we used to call LOCK_HARDWARE, and if the buffers are invalid, we call out to DRI2GetBuffers there. This lets us invalidate buffers only when notified instead of on every glViewport() call. If the loader calls the DRI invalidate entrypoint, we disable viewport triggered buffer invalidation. Additionally, we can clean up the old viewport mechanism a bit, since we can just invalidate the buffers and not worry about reentrancy and whatnot. | |||
2010-02-17 | dri/nouveau: Some multithreaded rendering fixes. | Francisco Jerez | |
2010-02-17 | nouveau: fix legacy dri driver build | Johannes Obermayr | |
2010-02-16 | dri/nouveau: Use event driven buffer validation. | Francisco Jerez | |