Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Noop dispatch: move warning code out of the generated functions | Kristian Høgsberg | |
This reduces libGL size by 11% here, going from 360968 bytes to 320008 bytes. | |||
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 | 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-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 | 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 | 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-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 | 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 | |
2010-01-01 | ARB prog parser: Silence unused variable warnings. | Vinson Lee | |
2010-01-01 | gallium/util: Replace h_addr with h_addr_list[0]. | Vinson Lee | |
Fixes compilation error on Mac OS. | |||
2010-01-01 | glu/sgi: Initialize members of class Knotvector. | Vinson Lee | |
2010-01-01 | glu/sgi: Initialize member of struct Property. | Vinson Lee | |
2010-01-01 | tgsi: Add missing semantic name in text parser. | Igor Oliveira | |
2010-01-01 | r300: Fix scons build. | José Fonseca | |
2010-01-01 | llvmpipe: Add missing include path. | José Fonseca | |
The abscense was being masked previously. | |||
2010-01-01 | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | |
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca | |
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | |||
2010-01-01 | gallium: Remove the sct module. | José Fonseca | |
Not used, and its functionality is now addressed by pipe_context::is_texture/buffer_referenced callbacks. | |||
2010-01-01 | scons: Build progs together with everything else. | José Fonseca | |
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default |