summaryrefslogtreecommitdiff
path: root/src/intel_glamor.c
AgeCommit message (Collapse)Author
2011-12-16uxa/glamor: Fallback to new glamor pixmap if failed to create textured pixmap.Zhigang Gong
If we failed to create textured pixmap from BO's handle, we turn to create a new glamor pixmap by call glamor_create_pixmap rather than fallback to in-memory pixmap. Have to introduce a new wrapper function intel_glamor_create_pixmap. Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2011-12-14uxa/glamor: Silence a compiler warning for some unused codeChris Wilson
intel_glamor.c: In function 'intel_glamor_create_screen_image': intel_glamor.c:192:12: warning: variable 'pixmap' set but not used [-Wunused-but-set-variable] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong
Added one configuration option --enable-glamor to control whether use glamor. Added one new file intel_glamor.c to wrap glamor egl API for intel driver's usage. This commit doesn't really change the driver's control path. It just adds necessary files for glamor and change some configuration. Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com> Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>