| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The incoming CFLAGS already has -fPIC and -Wall. Don't want -g here either.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
If a path is in CFLAGS when building and that path contains gl.h
then the wrong gl.h is used when building. This can lead to very
confusing errors. The solution is rather than postpend the CFLAGS
we prepend the paths as expected allowing compilation to occur
as intended
Signed-off-by: Benjamin Close <[email protected]>
|
| |
|
|
|
|
|
|
| |
-Werror-implicit-function-declaration
Found-By: Tinderbox
|
|
|
|
|
|
|
|
| |
With the pixman CFLAGS at the beginning of the command line, my build
was picking up the glcore.h from glproto, which doesn't have any of the
TFP fields in __GLcontextmodes.
Signed-off-by: Dan Nicholson <[email protected]>
|
|
This works on top Gallium and KMS. The only thing that
does not work currently is swap buffers for shown mesa
screens. So the only fun thing this will produce is a
white screen.
The driver wishing to us the state_tracker needs to
implement the intrace as define in drm_api.h located
in gallium/include/state_tracker. And also have a
working KMS implementation.
|