Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-08 | Add some more opcodes | Keith Whitwell | |
2005-06-07 | New files - split off runtime assembly functions from | Keith Whitwell | |
t_vertex_sse.c. | |||
2005-05-26 | Make a couple minor corrections to gl_API.xml. Fixes the name of an | Ian Romanick | |
extension that was missing the GL_ part and uses the core GL type names for vertex buffer object functions instead of the ARB names. Also commits the resulting changes to the generated code. Some how, the #if sequence disappeared in the 1.52 version of glapi_x86.S. | |||
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2005-04-13 | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick | |
DRI drivers. A TLS enabled libGL can load a TLS or a non-TLS DRI driver, but a TLS DRI driver requires a TLS enabled libGL. This fixes bug #1822. | |||
2005-02-08 | Add new entrypoints for GL_EXT_framebuffer_object. | Brian Paul | |
2005-01-19 | There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ↵ | Daniel Borca | |
I am committing this because the current WIN32 SSE detection code crashes UnrealTournament2003. | |||
2005-01-12 | OpenGL 2.0 StencilFunc/Op/MaskSeparate functions | Brian Paul | |
2005-01-10 | Windows/ReactOS patch (Gregor Anich) | Brian Paul | |
2005-01-07 | Add a clean target to remove generated files. | Keith Whitwell | |
2005-01-07 | Use GNU AS label aliasing, if available. This must be enabled by adding | Ian Romanick | |
'-DHAVE_ALIAS' to DEFINES in the config file used for building. On the linux-dri-x86 build, this cuts 4KB from libGL.so. HAVE_ALIAS is not currently enabled in any of the configs. | |||
2005-01-06 | protected against elfish directives | Daniel Borca | |
2005-01-04 | use HIDDEN macro to export fewer symbols (bug 2210) | Brian Paul | |
2004-12-19 | Implement software ATI_fragment_shader | Dave Airlie | |
no error detection, slow, may not be 100% correct but a good start | |||
2004-12-15 | protected elfish code against non-elf compilers | Daniel Borca | |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | |
alias with the corresponding ARB functions. GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias with conventional vertex attributes, as GL_NV_vertex_program does. So, the ARB and NV version of VertexAttrib need to be distinct. | |||
2004-11-27 | Set symbol visibility to 'default', if supported by gcc. | Brian Paul | |
2004-11-02 | Added MMX optimized version of the RGB565 ReadRGBASpan routine. | Ian Romanick | |
2004-10-28 | renumber ARB_shader_objects and ARB_vertex_shader offsets | Michal Krol | |
to get BlendEquation have offset 710 fix param name lack with GetInfoLogARB | |||
2004-10-27 | add support for ARB_shader_objects and ARB_vertex_shader | Michal Krol | |
2004-10-26 | added an attention-getting comment for developers who get stopped in ↵ | Brian Paul | |
_mesa_test_os_sse_support() while debugging | |||
2004-10-23 | minor fixes from J.P. Delport | Brian Paul | |
2004-10-14 | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick | |
(and DrawPixels). The R200, R128, and Unichrome drivers get support in this commit. Other drivers would be easy enough to add for people that have the cards. The DRI (CVS) build will need to be updated to account for the new source files. | |||
2004-10-13 | Eliminate the funky SSE exception test from DRI builds. It's not need | Ian Romanick | |
(see the comment in the code), and it's just annoying. | |||
2004-10-02 | GL_ARB_draw_buffers | Brian Paul | |
2004-08-25 | Fix mgl name mangling (patch 1014800) | Brian Paul | |
2004-08-17 | Fixed an assembler warning / error (depending on the version of GAS used). | Ian Romanick | |
Fixed a crash in the optimized pthreads dispatch path. | |||
2004-07-02 | put back the correct dispatcher for non-threaded builds. | Daniel Borca | |
fixed x86 entrypoints for Mingw/DJGPP. | |||
2004-07-01 | Make sure THREADS is set no matter which threading model is selected. | Ian Romanick | |
2004-06-29 | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | |
broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004. | |||
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |
2004-04-13 | updated Glide driver documentation | Daniel Borca | |
fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) | |||
2004-04-08 | remove non-portable whitespace | Alan Hourihane | |
2004-03-26 | New Makefile system | Brian Paul | |
2004-03-03 | made NASM opcodes consistent | Daniel Borca | |
2004-02-20 | fixed some typos | Daniel Borca | |
2004-02-02 | s/getenv/_mesa_getenv/ | Brian Paul | |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | |
The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation. | |||
2004-01-09 | re-enable SSE code, except for the _mesa_sse_transform_points4_identity() ↵ | Brian Paul | |
function. Use the x86 version instead | |||
2004-01-06 | Add comment regarding sse disable | Keith Whitwell | |
2004-01-06 | SSE segfaults in conform - disable for now. | Keith Whitwell | |
2003-12-17 | Fix to work with the C preprocessor in GCC 3.3.x. | Ian Romanick | |
2003-12-04 | build fixes | Alan Hourihane | |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | |
2003-11-26 | accomodate vtx-0-2-branch | Daniel Borca | |
2003-11-24 | updated after APIspec fixes | Brian Paul | |
2003-11-24 | generate the OpenGL 1.5 entrypoints | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-10-23 | more MinGW fixes | Daniel Borca | |