Re: Request for Evoc proposal draft review.(Shatter support for X server)

2014-06-12 Thread Check Nyah
Hello, Dave Okay I have two main worries with this project, a) I'm a lousy mentor, between timezones and workload I'm not sure I can commit to spending much time on this, but hey maybe I can make myself, if you only ask questions I know! alright Dave thanks for the heads up :) b) I think

Re: Request for Evoc proposal draft review.(Shatter support for X server)

2014-06-12 Thread Check Nyah
Hello Dave, I have the necessary modifications to the proposal as you suggested. I'll like you to review the modified proposal here: Evoc Proposal http://bz.bzflag.bz/~Ch3ck/ and tell me if there are any further changes I should make. Thanks, Nyah ___

Re: xserver dependency on crypto library because of a hashmap

2014-06-12 Thread Marek Behun
I still am of the opinion that there should be used some simpler hash function. If it was the case that the sha1 hash was the best option, here I present my opinion on why an external implementation is irrelevant and does not make a difference on effectivity. I believe all of those have been in

[PULL] glamor-fixes

2014-06-12 Thread Eric Anholt
The following changes since commit e27a839bf0488d5b1cc2e2a887f2ea0e3d790790: mi: Build fix: mieqProcessDeviceEvent returns void (2014-06-06 01:04:03 -0700) are available in the git repository at: git://people.freedesktop.org/~anholt/xserver for you to fetch changes up to

Re: [PATCH 13/13] mi: Draw all points/spans for miZeroPolyArc at once if possible

2014-06-12 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: Drawing all of the spans in one driver call is a considerable performance improvement, which we can do unless the arcs are double-dashed, in which case overlapping dashes should draw the latter arc contents. Signed-off-by: Keith Packard