Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | Use the specified X11 headers for xlib mesa | Dan Nicholson | |
The xlib build was using the system's Xlib headers or bombing if they weren't available. | |||
2009-03-09 | xmesa: set back-buffer's drawable field | Brian Paul | |
Fixes back-buffer rendering when MESA_BACK_BUFFER=pixmap | |||
2009-03-03 | xlib: code to force fixed function -> shader translation (for debug, disabled) | Brian Paul | |
2009-03-02 | mesa: comments and code documenting a bug with depth 32 TrueColor ↵ | Brian Paul | |
drawing/reading It seems that XGetImage() from a depth 32 TrueColor window is flakey. Drawing with XPutImage() instead of XPutPixel() seems to work better, but still not perfectly. Keep using the original code for now until more is learned. | |||
2009-03-02 | mesa: remove unused AUX buffers | Brian Paul | |
Remove all references to aux buffers 1..3. Keep AUX0 around for now just in case, but it'll probably go too someday. I don't know of any OpenGL drivers since the IRIX days that support aux color buffers. | |||
2009-02-23 | mesa: fix _glxapi_get_proc_address() for mangled names | Tom Fogal | |
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | |
This trims down and cleans up imports.h and glheader.h quite a bit. | |||
2009-02-21 | mesa: use an array for current texture objects | Brian Paul | |
Use loops to consolidate lots of texture object code. | |||
2009-02-09 | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | |
2009-02-04 | mesa: make Xlib glXIsDirect() always return True | Brian Paul | |
2009-02-03 | xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return True | Brian Paul | |
Some apps won't run w/ indirect rendering contexts. Also, consolidate some context-init code in new init_glx_context() function. | |||
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-01-10 | mesa: deprecate the GL/fxmesa.h header | Brian Paul | |
2009-01-10 | xmesa: deprecate the "XMesa" interface | Brian Paul | |
Move the include/GL/xmesa*.h files to src/mesa/drivers/x11/ so they're no longer considered public. | |||
2008-09-21 | mesa: improved driver query interface | Keith Whitwell | |
Brought over from gallium-0.2 branch. | |||
2008-09-18 | mesa: prefix more #includes with "main/" | Brian Paul | |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-07-15 | mesa: extra braces | Blair Sadewitz | |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | |
This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library. | |||
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
2008-06-21 | remove old comments | Brian Paul | |
2008-06-17 | assorted glide driver fixes | Wilfried Holzke | |
2008-06-09 | fix Xlib libGL.so build problem. | Brian Paul | |
Also, build driverfuncs.c into libmesa.a since it's always needed. | |||
2008-06-08 | remove realglx.[ch] from build | Brian | |
2008-06-05 | added dependencies | Brian Paul | |
2008-06-05 | new Makefile for building "stand-alone", Xlib-based libGL | Brian Paul | |
2008-06-05 | prefix some includes with mesa/ or glapi/ | Brian Paul | |
2008-05-27 | allow GLX_SAMPLES_ARB==0 (bug 16073) | Brian Paul | |
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis | |
2008-04-23 | glcore: tree sharing for DRI and XMesa | George Sapountzis | |
2008-04-23 | glcore: build from mesa | George Sapountzis | |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian | |
2008-02-16 | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915) | Brian | |
Also, general clean-up of the Xlib-optimized glDraw/CopyPixels code. | |||
2008-01-22 | Fix some issues with glDrawBuffer(GL_NONE), bug 14198 | Brian | |
Set _ColorDrawBuffers[0] = NULL if no renderbuffers enabled. Check that _ColorDrawBuffers[0] is non-null before dereferencing in a few places. | |||
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | |
Each array element is now a BUFFER_x token rather than a BUFFER_BIT_x bitmask. The number of active color buffers is specified by _NumColorDrawBuffers. This builds on the previous DrawBuffer changes and will help with drivers implementing GL_ARB_draw_buffers. | |||
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | |
These fields are no longer indexed by shader output. Now, we just have a simple array of renderbuffer pointers. If the shader writes to gl_FragData[i], send those colors to the N _ColorDrawBuffers. Otherwise, replicate the single gl_FragColor (or the fixed-function color) to the N _ColorDrawBuffers. A few more changes and simplifications can follow from this... | |||
2007-11-30 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | joukj | |
2007-11-03 | fix typo | Brian | |
2007-10-31 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk | |
2007-10-22 | don't apply ColorMask to main gc | Brian | |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk | |
2007-07-25 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk | |
2007-07-23 | fix GLX_STEREO handling (bug 11705) | Brian | |
2007-06-12 | fix GLX_USE_TLS breakage, fix a warning | Brian | |
2007-06-08 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk | |
2007-05-25 | remove #include "GL/glxtokens.h" | Brian | |
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer | |
Only build tested. | |||
2007-05-21 | return True for GLX_Y_INVERTED_EXT query | Brian | |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | |
Instead of separate fog/specular/texcoord/varying code, just treat all of them as generic attributes. Simplifies the point/line/triangle functions. | |||
2007-05-19 | Implement GLX_EXT_texture_from_pixmap. | Brian | |
Could be done more efficiently... but works. |