~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to configs/linux-solo

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs, Bryce Harrington, Sarah Hobbs
  • Date: 2007-06-26 15:32:00 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070626153200-yh3jccl2b0pyc342
Tags: 7.0.0-0ubuntu1
[ Bryce Harrington ]
* New upstream release
  - Adds OpenGL 2.0 and 2.1 API support.
  - Fixed a few fog-related bugs.
  - Fixed broken GLSL mix() function.
  - Fixed broken GLSL exp() functions.
  - Fixed GLSL mod4(vec4, vec4) bug.
  - Implemented GLSL asin(), acos(), atan() functions.
  - Fixed an R300 driver bug that caused Xorg composite manager to
    crash
  - Fixed R300 vertex program/matrix bug (fdo# 10848)
  - GLSL dFdx() and dFdy() work for fragment program inputs now
    (texcoords)
  - Fixed potential crash when specifying an invalid texture unit as a
    sampler
  - Fixed incorrect GLX protocol request for glXDestroyPBuffer()
    (fdo# 10983)
  - ARB vp state.light[n].half value was incorrect (fdo# 10987)
  - Fixed a positional light source bug (fdo# 11009)
  - Fixed point size attenuation problem (fdo# 11042)
  - Fixed problem where glPopAttrib didn't restore texture object's
    LOD bias (fdo# 11049)
  - Fixed a TLS / TEXTREL problem (fdo# 7459)
  - Some texture code consolidation and simplifiction
  - R300 driver clean-ups.

[ Sarah Hobbs ]
* Added a conflicts of libgl1-mesa-glx against libgl1-mesa-swx11, and vice
  versa

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Add '-DGLX_USE_TLS' to ARCH_FLAGS to enable TLS support.
16
16
ARCH_FLAGS ?=
17
17
 
 
18
# DRM and pciaccess
 
19
LIBDRM_CFLAGS = `pkg-config --cflags libdrm`
 
20
LIBDRM_LIB = `pkg-config --libs libdrm`
 
21
PCIACCESS_CFLAGS = `pkg-config --cflags pciaccess`
 
22
PCIACCESS_LIB = `pkg-config --libs pciaccess`
 
23
 
 
24
 
18
25
DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \
19
26
        -D_BSD_SOURCE -D_GNU_SOURCE -DHAVE_POSIX_MEMALIGN \
20
27
        -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DDRM_USE_MALLOC -DIN_DRI_DRIVER
28
35
ASM_SOURCES = 
29
36
 
30
37
# Library/program dependencies
31
 
DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl -L$(TOP)/$(LIB_DIR) 
 
38
DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl -L$(TOP)/$(LIB_DIR) $(PCIACCESS_LIB)
32
39
GL_LIB_DEPS = -lm -lpthread -ldl
33
40
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm
34
41
GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lm
39
46
DRIVER_DIRS = dri
40
47
PROGRAM_DIRS = miniglx
41
48
 
42
 
#DRI_DIRS = ffb gamma sis savage
43
 
DRI_DIRS = i810 i915 mach64 mga r128 r200 radeon tdfx unichrome fb
 
49
#DRI_DIRS = ffb gamma sis savage tdfx unichrome fb
 
50
DRI_DIRS = i810 i915tex i915 mach64 mga r128 r200 radeon