hgl: trivial bits

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-28 21:54:20 +01:00 committed by Alexander von Gluck IV
parent 311b59495c
commit 5b8900ded3
4 changed files with 11 additions and 3 deletions

View File

@ -172,6 +172,14 @@ if HAVE_ST_XVMC
SUBDIRS += state_trackers/xvmc targets/xvmc
endif
##
## Don't forget to bundle the remaining (non autotools) state-trackers/targets
##
EXTRA_DIST += \
state_trackers/hgl targets/haiku-softpipe
##
## Gallium tests
##

View File

@ -13,7 +13,7 @@ env.Append(CPPPATH = [
sources = [
'hgl.c',
'bitmap_wrapper.cpp',
'bitmap_wrapper.cpp',
]
st_haiku = env.ConvenienceLibrary(

View File

@ -95,7 +95,7 @@ hgl_st_framebuffer_validate(struct st_context_iface *stctx,
for (unsigned i = 0; i < count; i++) {
enum pipe_format format = PIPE_FORMAT_NONE;
unsigned bind = 0;
switch(statts[i]) {
case ST_ATTACHMENT_FRONT_LEFT:
case ST_ATTACHMENT_BACK_LEFT:

View File

@ -2,7 +2,7 @@ Import('*')
env.Prepend(LIBS = [
ws_haiku,
st_haiku,
st_haiku,
trace,
rbug,
mesautil,