Displaying 3 results from an estimated 3 matches for "intel_screen".
2005 Dec 17
6
i915drm
HI all,
I am running FreeBSD 6.0-STABLE (of today) on a HP Pavillon (centrino based
notebook with i915 graphic chipset).
I am trying to use the latest drm hook for i915, but I get this error:
drmsub0: <Intel i915GM> port 0x1800-0x1807 mem
0xb0080000-0xb00fffff,0xc0000000-0xcfffffff,0xb0000000-0xb003ffff irq 16 at
device 2.0 on pci0
error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or
2008 Feb 15
0
Patch to fix latest mesa git undefined symbol
...ter I patched the mesa driver.
Attached is the patch to nouveau_screen.c that adds a stub to resolve the
undefined symbol that all GL programs threw. I discussed it briefly with
herve who suggested I write the stub. A full implementation of the function
can be found in src/mesa/drivers/dri/i915/intel_screen.c. It's beyond my
current code expertise to know if it can be copypasted. I would appreciate
comments or questions on why this patch is needed.
Also, if you still get "Direct Rendering: No" after applying the patch, here
is a way to debug more:
export LIBGL_DEBUG=verbose
mesa-git/...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
..._drm_api.c | 18 -
src/gallium/winsys/drm/nouveau/egl/Makefile | 3 -
src/gallium/winsys/drm/nouveau/xorg/Makefile | 3 -
src/gallium/winsys/g3dvl/nouveau/Makefile | 5 +-
src/mesa/drivers/directfb/idirectfbgl_mesa.c | 2 +-
src/mesa/drivers/dri/intel/intel_screen.c | 2 +-
src/mesa/drivers/dri/nouveau/Makefile | 59 ++
src/mesa/drivers/dri/nouveau/nouveau_bo_state.c | 184 +++++
src/mesa/drivers/dri/nouveau/nouveau_bo_state.h | 107 +++
src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 172 ++++
src/mesa/drivers/dri/no...