Brian Paul
1fdedf067d
mesa: added Makefile.egl to GALLIUM_FILES
пре 15 година
Thierry Vignaud
7fc3a766c0
mesa: add missing file to GALLIUM_FILES
Signed-off-by: Brian Paul <brianp@vmware.com>
пре 15 година
Ian Romanick
88b7329cdd
mesa: set version string to 7.8.1
пре 15 година
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 година
Ian Romanick
a6a4613135
mesa: set version string to 7.8
Also set the correct release date.
пре 15 година
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 година
Ian Romanick
4eead42550
mesa: set version string to 7.8-rc2
пре 15 година
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 година
Ian Romanick
f0c3262927
mesa: set version string to 7.8-rc1
пре 15 година
George Sapountzis
323238864f
include/GL: drop more deprecated headers
пре 15 година
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 година
Brian Paul
e215830c38
mesa: update tarball file list, bump version string
пре 15 година
George Sapountzis
9a4a219d20
drop header files and demos for dropped window systems
пре 15 година
George Sapountzis
ddecefbb82
drop linux-solo configs
пре 15 година
Kristian Høgsberg
40c6bb58be
Drop classic mesa svga driver
пре 15 година
Kristian Høgsberg
e14a5b14b2
Drop glide driver
пре 15 година
Kristian Høgsberg
230d263aca
Remove GGI support
пре 15 година
Kristian Høgsberg
b5c3199afe
Remove dos driver
пре 15 година
Kristian Høgsberg
4387580e50
Remove directfb support
пре 15 година
George Sapountzis
295a02549d
glapi: fix es after mv
пре 15 година
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 година
Brian Paul
3c28fad20b
mesa: remove darwin-x86ppc and dangling darwin refs in Makefile
пре 15 година
Kristian Høgsberg
6e8897ff9f
Retire miniglx and move the actual glx code up to src/glx
пре 15 година
Brian Paul
c9a210f158
makefile: added src/glsl/Makefile.template to tarball list
пре 16 година
Chia-I Wu
976c858acc
Clean up ES_FILES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
пре 16 година
Brian Paul
bd96b51303
mesa: bump version to 7.7.1-DEVEL
пре 16 година
Brian Paul
6a7b6a530d
llvmpipe: added linux-llvm-debug configuration
пре 16 година
Michal Krol
75f371e973
Remove grammar module -- no dependencies left.
пре 16 година
michal
068596c9a7
Build mesa glsl with make.
Still don't know how to add glsl to mesa dependencies.
пре 16 година
Ian Romanick
ba167f812c
mesa: set version string to 7.7-rc1
Also modify the Makefile to use the correct version for the tarballs.
пре 16 година
Brian Paul
cba614bd88
mesa: omit VC6, VC7 project files from tarballs
Only VC8 project file is known to work.
пре 16 година
Chia-I Wu
97ea8e9263
Add new config for OpenGL ES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
пре 16 година
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 година
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 година
Brian Paul
24e2f61469
mesa: assorted top-level Makefile clean-ups
пре 16 година
Brian Paul
0b1de63ad8
mesa: add progs/objviewer to tarball list
пре 16 година
Brian Paul
69a3043f41
mesa: bump version to 7.6.1
пре 16 година
Ian Romanick
f0dc378705
Prep for 7.6 release
пре 16 година
Brian Paul
2b692cd6d6
mesa: include new u_format.csv file in tarballs
пре 16 година
Brian Paul
f78eafcacb
mesa: bump version to 7.7
пре 16 година
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 година
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 година
Thierry Vignaud
2674d1ba50
mesa: make sure r300/compiler/ sources are included in tarball
пре 16 година
Brian Paul
823703418e
mesa: added *.shtest files to demo tarball
пре 16 година
Brian Paul
c57d81ddc9
mesa: include glew headers in MesaDemos tarballs
пре 16 година
Brian Paul
9c4b877519
mesa: bump version to 7.5.1
пре 16 година
Brian Paul
b9e2e32daf
mesa: include GLEW sources in MesaDemos tarball
пре 16 година
Ian Romanick
bf75ee9ccc
mesa: set version string to 7.7-rc3
пре 16 година
Brian Paul
a77b455af0
mesa: set version to 7.5
пре 16 година
Brian Paul
077a06c140
mesa: bump version to 7.5-rc4
пре 16 година