Kristian Høgsberg
56c3cce2a1
Remove last bits of progs/ infrastructure
15 years ago
Brian Paul
0a401b5d2f
mesa: remove old references to demo files and progs subdir
15 years ago
Chia-I Wu
e8d8ea2a39
progs: Remove remaining EGL demos.
They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos.
15 years ago
Chia-I Wu
238f782982
Update file list for the tarballs.
Mainly for the recent work on mapi and gles. The latter adds some
sources to src/mesa/main that are generated on the fly. This makes
python a requirement for building Mesa. An alternative is to package
those sources into the tarballs. That may be done in another commit.
15 years ago
Brian Paul
1fdedf067d
mesa: added Makefile.egl to GALLIUM_FILES
15 years ago
Thierry Vignaud
7fc3a766c0
mesa: add missing file to GALLIUM_FILES
Signed-off-by: Brian Paul <brianp@vmware.com>
15 years ago
Ian Romanick
88b7329cdd
mesa: set version string to 7.8.1
15 years ago
Chia-I Wu
a49db89326
Update DEMO_FILES for demos using EGL.
Reflect the recent addtion of eglut and reorganization of the EGL demos.
This helps remove ~2k lines of duplicated code
$ git diff --shortstat -M 57cc1db87b
18 files changed, 298 insertions(+), 2178 deletions(-)
15 years ago
Ian Romanick
a6a4613135
mesa: set version string to 7.8
Also set the correct release date.
15 years ago
Chia-I Wu
2ded27b2f0
Add missing EGL files to the tarballs.
Add the Makefile of Gallium EGL drivers and demos using EGL to the
tarballs.
15 years ago
Ian Romanick
4eead42550
mesa: set version string to 7.8-rc2
15 years ago
Ian Romanick
c1c9fad293
Remove nonexistant files from tarballs rule of Makefile
The Makefile should eventually be fixed to stop building tarballs if
one of the individual calls to tar fails.
15 years ago
Ian Romanick
f0c3262927
mesa: set version string to 7.8-rc1
15 years ago
George Sapountzis
323238864f
include/GL: drop more deprecated headers
15 years ago
Brian Paul
6ce4a85e0b
mesa: bump version to 7.9
Now that the 7.8 branch has been created Mesa/master will be version 7.9
15 years ago
Brian Paul
e215830c38
mesa: update tarball file list, bump version string
15 years ago
George Sapountzis
9a4a219d20
drop header files and demos for dropped window systems
15 years ago
George Sapountzis
ddecefbb82
drop linux-solo configs
15 years ago
Kristian Høgsberg
40c6bb58be
Drop classic mesa svga driver
15 years ago
Kristian Høgsberg
e14a5b14b2
Drop glide driver
15 years ago
Kristian Høgsberg
230d263aca
Remove GGI support
15 years ago
Kristian Høgsberg
b5c3199afe
Remove dos driver
15 years ago
Kristian Høgsberg
4387580e50
Remove directfb support
15 years ago
George Sapountzis
295a02549d
glapi: fix es after mv
15 years ago
José Fonseca
c3168e050e
makefiles: Don't complaint about changing configs if the same one is reselected.
Otherwise it creates unnecessary pain when automating builds in a build
server/farm.
15 years ago
Brian Paul
3c28fad20b
mesa: remove darwin-x86ppc and dangling darwin refs in Makefile
15 years ago
Kristian Høgsberg
6e8897ff9f
Retire miniglx and move the actual glx code up to src/glx
15 years ago
Brian Paul
c9a210f158
makefile: added src/glsl/Makefile.template to tarball list
15 years ago
Chia-I Wu
976c858acc
Clean up ES_FILES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
15 years ago
Brian Paul
bd96b51303
mesa: bump version to 7.7.1-DEVEL
15 years ago
Brian Paul
6a7b6a530d
llvmpipe: added linux-llvm-debug configuration
15 years ago
Michal Krol
75f371e973
Remove grammar module -- no dependencies left.
15 years ago
michal
068596c9a7
Build mesa glsl with make.
Still don't know how to add glsl to mesa dependencies.
15 years ago
Ian Romanick
ba167f812c
mesa: set version string to 7.7-rc1
Also modify the Makefile to use the correct version for the tarballs.
15 years ago
Brian Paul
cba614bd88
mesa: omit VC6, VC7 project files from tarballs
Only VC8 project file is known to work.
15 years ago
Chia-I Wu
97ea8e9263
Add new config for OpenGL ES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
16 years ago
Chia-I Wu
bfa66bd6f9
mesa/es: Add OpenGL ES overlay.
This is primitive support for OpenGL ES. It uses a subset of mesa
sources to build libesXgallium.a and libesXapi.a, where X is 1 for
OpenGL ES 1.x, 2 for OpenGL ES 2.x. The static libraries serve the same
purpose as libmesagallium.a and libglapi.a do for OpenGL.
This is based on the work of opengl-es branch.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
16 years ago
Keith Whitwell
211d7ab22b
i965g: add standalone xlib debug winsys
Create a dummy winsys that just debug-prints on calls into the winsys
functions. Will use this to get to the point where we are generating
sane-looking debug dumps and diassembly.
Also fix various warnings generated with the new compiler flags set in
this config.
16 years ago
Brian Paul
24e2f61469
mesa: assorted top-level Makefile clean-ups
16 years ago
Brian Paul
0b1de63ad8
mesa: add progs/objviewer to tarball list
16 years ago
Brian Paul
69a3043f41
mesa: bump version to 7.6.1
16 years ago
Ian Romanick
f0dc378705
Prep for 7.6 release
16 years ago
Brian Paul
2b692cd6d6
mesa: include new u_format.csv file in tarballs
16 years ago
Brian Paul
f78eafcacb
mesa: bump version to 7.7
16 years ago
Brian Paul
42943a4cf9
mesa: bump version to 7.5.2
I'm not 100% sure there'll be a 7.5.2 release, but just in case.
16 years ago
Brian Paul
1e2a71c5c2
mesa: add new program parser sources to tarball
The end user doesn't need the .y or .l or Makefile but include them anyway
in case someone wants to patch or debug things.
16 years ago
Thierry Vignaud
2674d1ba50
mesa: make sure r300/compiler/ sources are included in tarball
16 years ago
Brian Paul
823703418e
mesa: added *.shtest files to demo tarball
16 years ago
Brian Paul
c57d81ddc9
mesa: include glew headers in MesaDemos tarballs
16 years ago
Brian Paul
9c4b877519
mesa: bump version to 7.5.1
16 years ago