Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | r300g: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | Fix glut to work with -fvisibility=hidden | Kristian Høgsberg | |
The GLUTAPI #define used in the header file to mark the font structs visible wasn't kicking in because of the #define glutBitmap9By15 XXX prior to #include <GL/glut.h>. High quality code... worked around by copying the GLUTAPI specifier to the invidual C files. | |||
2010-01-03 | Export a few glapi functions used by gallium and r300 | Kristian Høgsberg | |
Fixes breakage from -fvisibility-hidden commit. | |||
2010-01-03 | r300g: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | llvmpipe: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | Compile with -fvisibility-hidden by default | Kristian Høgsberg | |
We have all functions that need to be visible marked with PUBLIC and this is trimming around 4% off the DRI driver .so size. | |||
2010-01-03 | mesa: Cope with the degenerate case of zero length ranges. | José Fonseca | |
Fixes assertion failures on glean's bufferObject test. | |||
2010-01-03 | gdi: Don't generate import libraries for opengl32.dll. | José Fonseca | |
Both MinGW and MSVC include opengl32 import libraries, and its safer to always use those. | |||
2010-01-03 | mesa: fix blend enable/disable calls in meta.c code | Francis Galiegue | |
Fixes regression in some DRI drivers since the GL_EXT_draw_buffers2 changes. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-03 | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2010-01-03 | glxcmds: Fix comment about __DRI_ALLOCATE | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2010-01-03 | trace: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | rtasm: Play nicely with Windows's Data Execution Prevention. | José Fonseca | |
2010-01-03 | progs/vp: Ensure null-terminated byte string. | Vinson Lee | |
2010-01-02 | progs/tests: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-02 | progs/tests: Silence warn_unused_result warning. | Vinson Lee | |
2010-01-02 | i810: Fix include recursion. | Vinson Lee | |
2010-01-02 | sis: ifdef out unused variable. | Vinson Lee | |
Silences GCC warning. | |||
2010-01-02 | st/xorg: Ensure null-terminated byte string. | Vinson Lee | |
2010-01-02 | r300g: Use C-style comments. | Vinson Lee | |
2010-01-02 | glu/sgi: Initialize members of struct O_curve. | Vinson Lee | |
2010-01-03 | svga: Use a shader id as low as possible. | José Fonseca | |
2010-01-03 | util: Minor enhancements/corrections to the bitmask logic. | José Fonseca | |
2010-01-03 | svga: Rename error labels. | José Fonseca | |
Make it easier to insert/remove error branches. | |||
2010-01-02 | glu/sgi: Initialize members of struct O_surface. | Vinson Lee | |
2010-01-02 | glu/sgi: Initialize member of struct O_trim. | Vinson Lee | |
2010-01-02 | gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS. | José Fonseca | |
2010-01-02 | autoconf: fix build breakage | Marc Dietrich | |
2010-01-02 | mesa: added _mesa_GetBufferParameteri64v() | Brian Paul | |
This is a new function in GL 3.2. No dispatch for this function yet. | |||
2010-01-01 | glu/sgi: Initialize member of struct Property. | Vinson Lee | |
2010-01-01 | progs/samples: 'Silence no previous prototype' warnings. | Vinson Lee | |
2010-01-01 | glu/sgi: Initialize member of struct Dlnode. | Vinson Lee | |
2010-01-01 | glu/sgi: Initialize members of struct O_nurbscurve. | Vinson Lee | |
2010-01-02 | scons: Build glew on all platforms. | José Fonseca | |
It is required for progs. | |||
2010-01-01 | x86: Silence printf format warnings. | Vinson Lee | |
2010-01-02 | scons: Update the MSVC SA to match latest scons code. | José Fonseca | |
2010-01-02 | scons: Axe generic.py. | José Fonseca | |
Progs are now built together with the rest so no longer needed. | |||
2010-01-01 | progs/rbug: s/wait/rbug_wait/ | Vinson Lee | |
wait conflicts with wait in /usr/include/sys/wait.h. | |||
2010-01-01 | llvmpipe: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-02 | scons: Put glut and glew shared libraries into build/xxx/bin or lib. | José Fonseca | |
Use bin subdir for windows dlls, lib for unices. | |||
2010-01-02 | python: Don't generate a import library for python module either. | José Fonseca | |
2010-01-02 | i965: Add missing include. | José Fonseca | |
2010-01-02 | scons: Remove duplicated code. | José Fonseca | |
2010-01-02 | scons: Disable version symlinking for DLLs. | José Fonseca | |
Fixes windows build. | |||
2010-01-02 | gdi: Don't generate import libraries for opengl32.dll. | José Fonseca | |
Both MinGW and MSVC include opengl32 import libraries, and its safer to always use those. | |||
2010-01-02 | scons: Fix glew build on MSVC. | José Fonseca | |
The environment for building the DLL needs to be quite different from the environment for building the programs, in order to get the dllexport/dllimport attribute done currectly. I don't know how MinGW managed to build the programs, but MS linker refuses to link symbols with mismatching attributes. | |||
2010-01-02 | util: Silent potential loss of precision warnings. | José Fonseca | |
Also ensure multiplication doesn't happen for negative numbers. | |||
2010-01-01 | llvmpipe: Use C-style comment. | Vinson Lee | |
2010-01-01 | gallium/util: Silence format warnings. | Vinson Lee | |