- 01 Nov, 2010 1 commit
-
-
José Fonseca authored
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
-
- 31 Oct, 2010 16 commits
-
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
Fixes some VTX protection errors introduced by e89af209.
-
Benjamin Franzke authored
[olv: formatted for 80-column wrapping]
-
Chia-I Wu authored
API_DEFINES is the defines for libmesagallium.a. Append it to egl_CPPFLAGS only when st_GL.so, which uses libmesagallium.a, is built.
-
Chia-I Wu authored
Prefix EGL driver names by "egl_". Make it clear that EGL_CLIENT_APIS is only used by egl_gallium.
-
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
- 30 Oct, 2010 7 commits
-
-
Francisco Jerez authored
Previously nouveau_state_emit() was being called directly, sometimes that doesn't work because it doesn't update the derived GL context.
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Francisco Jerez authored
-
Chia-I Wu authored
Without this, update_textures may not pick up the new pipe_resource. It is actually update_textures that should check stObj->sampler_view->texture != stObj->pt, but let's follow st_TexImage and others for now.
-
Brian Paul authored
Fixes fd.o bug 31128.
-
Chia-I Wu authored
Make it a warning for now to smooth the transition.
-
- 29 Oct, 2010 16 commits
-
-
Kenneth Graunke authored
It's also equivalent to Elements(...) which is already used elsewhere.
-
Eric Anholt authored
Fixes failure on restoring state when the program was active but deleted, and the name no longer exists. Bug #31194
-
Brian Paul authored
-
José Fonseca authored
-
Chia-I Wu authored
Fix $ make CC="ccache gcc"
-
Chia-I Wu authored
Conflicts: src/mapi/glapi/glapi_sparc.S src/mapi/glapi/glapi_x86.S src/mapi/glapi/glapidispatch.h src/mapi/glapi/glapioffsets.h src/mapi/glapi/glprocs.h
-
Chia-I Wu authored
Output API info first. Move GLU/GLw/GLUT and EGL near driver info.
-
Chia-I Wu authored
-
Chia-I Wu authored
Make autoconf decide the client APIs enabled first. Then when OpenGL and OpenGL ES are disabled, there is no need to build src/mesa/; when OpenGL is disabled, no $mesa_driver should be built. Finally, add --enable-openvg to enable OpenVG. With these changes, an OpenVG only build can be configured with $ ./configure --disable-opengl --enable-openvg src/mesa, src/glsl, and src/glx will be skipped, which saves a great deal of compilation time. And an OpenGL ES only build can be configured with $ ./configure --disable-opengl --enable-gles-overlay
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
Some integer formats work with some packed datatypes.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-