Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-07 | r5xx: Unbreak anisotropic filtering? | Corbin Simpson | |
Not quite finished, maybe? Not sure. | |||
2008-06-06 | r5xx: Fix speedy LIT once and for all. | Corbin Simpson | |
To do: Add a slightly more accurate LIT. Will do later. | |||
2008-06-07 | Fix CRLF line endings. | Jose Fonseca | |
2008-06-07 | Fix CRLF line endings. | Jose Fonseca | |
2008-06-06 | egl: improved Makefile | Brian Paul | |
2008-06-06 | egl: EGL->DRI adaptor/driver | Brian Paul | |
Allows regular DRI drivers to work with libEGL. | |||
2008-06-06 | egl: clean-ups | Brian Paul | |
2008-06-06 | mesa: disable visual warning unless LIBGL_DEBUG is defined | Brian Paul | |
2008-06-06 | egl: make _eglChooseDRMDriver() non-static | Brian Paul | |
2008-06-06 | egl: change default logging level to _EGL_WARNING | Brian Paul | |
2008-06-06 | gallium: additional comment | Brian Paul | |
2008-06-06 | r300: Improve texture layout calculations | Nicolai Haehnle | |
The texture layout calculations for mipmapped cubemaps used to be completely wrong, since the GPU expects images to be grouped by miplevel instead of by face number. This has been fixed now, though the memory layout is still slightly incorrect for the smaller miplevels. Unfortunately, the docs are lacking in that area. | |||
2008-06-06 | [intel-gem] Call the new throttle ioctl from swap buffers | Keith Packard | |
Swap buffers is a fairly reasonable time to wait for the hardware for a while; this keeps us from overrunning the ring. | |||
2008-06-06 | r300: Cleanup TX_MIN_FILTER defines | Nicolai Haehnle | |
This commit should not affect the functionality at all, just cleanup some of the original texture filter guesswork using information from the register documentation. | |||
2008-06-06 | r300: Remove unused variable r300_tex_obj::dirty_state and related defines | Nicolai Haehnle | |
This variable was only ever written to, but nobody used its value. | |||
2008-06-06 | mesa: sync up with latest Makefile changes on master | Brian Paul | |
2008-06-06 | s/subdirs/asm_subdirs/ | Brian Paul | |
2008-06-06 | move the install rules | Brian Paul | |
2008-06-06 | remove stray semicolon | Brian Paul | |
2008-06-06 | move a beos-ism down into drivers/beos/Makefile | Brian Paul | |
2008-06-06 | Remove the old, complicated default build rule; use the new driver_subdirs rule | Brian Paul | |
Also, all the old driver-specific rules are now gone. | |||
2008-06-06 | remove more old stuff, insert new driver_subdir build rules (but not enabled ↵ | Brian Paul | |
yet) | |||
2008-06-06 | new drivers/Makefile with simple default/clean/install rules | Brian Paul | |
2008-06-06 | move directfb-libgl into drivers/directfb/Makefile | Brian Paul | |
2008-06-06 | draw: fix intermediate buffer confusion in draw_vs_varient.c | Keith Whitwell | |
The final output buffer can't be used to hold intermediate results as the intermediate vertex size may be greater than the final vertex size, and in any case the output buffer may be uncached in hw drivers. | |||
2008-06-06 | egl: open X display if needed | Brian Paul | |
2008-06-06 | mesa: turn off ffvertex prog debug | Keith Whitwell | |
2008-06-06 | draw: make sure middle-end primitive is uptodate in vcache | Keith Whitwell | |
2008-06-06 | i915: Moved EGL_i915 to the common code | Jakob Bornecrantz | |
2008-06-06 | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | |
2008-06-06 | draw: Compile draw_vs_aos only on x86. | José Fonseca | |
2008-06-05 | sync up with Makefile changes on master | Brian Paul | |
2008-06-05 | Move fbdev driver construction into src/mesa/drivers/fbdev/Makefile | Brian Paul | |
2008-06-05 | reorder some lines, more make clean cmds | Brian Paul | |
2008-06-05 | remove X11, Glide, OSMesa sources | Brian Paul | |
2008-06-05 | added dependencies | Brian Paul | |
2008-06-05 | Move building of stand-alone Mesa into drivers/x11/Makefile | Brian Paul | |
Also, some re-org, renaming, and general clean-up. We're just a few steps away from removing the all the special case rules for building drivers. | |||
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-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul | |
This removes some cruft from src/mesa/Makefile. Something similar could be done for stand-alone / Xlib-Mesa libGL... | |||
2008-06-05 | insert mesa/ before include files | Brian Paul | |
(picked from master) | |||
2008-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul | |
This removes some cruft from src/mesa/Makefile. Something similar could be done for stand-alone / Xlib-Mesa libGL... | |||
2008-06-05 | insert mesa/ before include files | Brian Paul | |
2008-06-05 | egl: assorted fixes for Windows | Jonathan White | |
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h | |||
2008-06-05 | mesa: always build libglapi.a, updated subdir, gl.pc rule code from master | Brian Paul | |
2008-06-05 | egl: updated SUBDIRS | Brian Paul | |
2008-06-05 | egl: new src/egl/drivers/Makefile | Brian Paul | |
2008-06-05 | mesa: Makefile comment | Brian Paul | |
2008-06-05 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul | |
2008-06-05 | mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ↵ | Brian Paul | |
VBO funcs |