Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-31 | draw: Fix build after TGSI declaration interface changes. | Michal Krol | |
2008-05-31 | gallium: Refactor TGSI decalaration tokens. | Michal Krol | |
* Incorporate declaration_interpolation into declaration itself. * Remove declaration_mask -- always use declaration_range. | |||
2008-05-31 | i915: Comment out dead & problematic code. | Michal Krol | |
2008-05-31 | i915: Add mising include. | Michal Krol | |
2008-05-31 | draw: Remove const qualifier. | Michal Krol | |
2008-05-31 | gallium: Fix preprocessor logic. | Michal Krol | |
2008-05-31 | draw: Remove const qualifier. | Michal Krol | |
2008-05-31 | scons: Enable mesa state tracker in all platforms by default. | José Fonseca | |
But only actually build it on some. This results in a better default scons experience. | |||
2008-05-31 | draw: Eliminate stdio usage. | José Fonseca | |
2008-05-31 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | |
2008-05-31 | i915: Eliminate void pointer arithmetic. | José Fonseca | |
2008-05-31 | gallium: MSVC 8.0 already defines the cosf, sinf, etc. | José Fonseca | |
2008-05-31 | gallium: Port timing functions to WinCE. | José Fonseca | |
2008-05-31 | r500: Use 8bit fog alpha compare value. | Markus Amsler | |
This fixes transparency issues on r500 by enabling backwards compatibility with the r300 alpha compare value. | |||
2008-05-30 | [intel-gem] Remember last offset of reused BOs to avoid more kernel relocs. | Eric Anholt | |
This is good for about 5% on ipers on 965, and should help any cpu-bound app. | |||
2008-05-30 | gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver | Brian Paul | |
2008-05-30 | egl: eglGetProcAddress() stub | Brian Paul | |
2008-05-30 | egl: new eglGetProcAddress() code | Brian Paul | |
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested. | |||
2008-05-30 | egl: bind the OpenGL API | Brian Paul | |
2008-05-30 | egl: specify client API by bit flag, not string | Brian Paul | |
2008-05-30 | egl: clean-up re-org of the client API state | Brian Paul | |
2008-05-30 | egl: added eglDestroySurface function | Brian Paul | |
2008-05-30 | egl: fix-up window resizes | Brian Paul | |
2008-05-30 | egl: check for EGL_DRIVER env var to override normal driver selection process | Brian Paul | |
2008-05-30 | egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now) | Brian Paul | |
2008-05-30 | egl: assorted fixes. The code works now. | Brian Paul | |
2008-05-30 | egl: added surface_alloc_storage() | Brian Paul | |
2008-05-30 | egl: fix width/height tests | Brian Paul | |
2008-05-30 | link libEGL with Xlib | Brian Paul | |
2008-05-30 | draw: trim incoming primitives | Keith Whitwell | |
2008-05-30 | mesa: undo accidental setting of _ForceEyeCoords | Keith Whitwell | |
2008-05-30 | Fix segfault in _save_OBE_DrawElements() when using VBO and display list ↵ | Brian Paul | |
(bug 16156) This was previously fixed in master by commit 982dcb74fd19b88208d127b8019e2a2af979cac2 by Haihao Xiang. | |||
2008-05-30 | i915: Now using draw_elements_range | Jakob Bornecrantz | |
2008-05-30 | i915: Made batch buffer size much larger | Jakob Bornecrantz | |
2008-05-30 | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/drivers/i915simple/i915_context.h | |||
2008-05-30 | i915: Remade texture allocation code again | Jakob Bornecrantz | |
2008-05-30 | i915: Fix extentions not being set | Jakob Bornecrantz | |
2008-05-30 | sis: Removed useless comment | Jakob Bornecrantz | |
2008-05-29 | egl: new EGL/gallium/softpipe/xlib winsys | Brian Paul | |
Checkpoint commit. Most required code is in place, and compiles, but totally untested. | |||
2008-05-29 | egl: added Name field to _EGLDriver so a driver name string can propogate up ↵ | Brian Paul | |
through EGL_VERSION string | |||
2008-05-29 | egl: use softpipe_egl driver by default | Brian Paul | |
2008-05-29 | comments in _eglMain() | Brian Paul | |
2008-05-30 | gallium: Provide the INT64_C/UINT64_C macros. | José Fonseca | |
"long long" types and 1234LL constants are not supported by eVC. | |||
2008-05-30 | gallium: Replace getenv by placeholder code on WinCE. | José Fonseca | |
WinCE processes supposedly have environment, but it is not clear which API to use. | |||
2008-05-29 | draw: quieten some debug | Keith Whitwell | |
2008-05-29 | i915: Fix GPU lockup on resize | Jakob Bornecrantz | |
2008-05-29 | Fix segfault on exit in unichrome driver (bug 16150) | Luc Verhaegen | |
2008-05-29 | undo prev change to this VC7 project file | Brian Paul | |
Meant to update the VC8 project file. | |||
2008-05-29 | added prog_uniform.[ch] | Karl Schultz | |
2008-05-29 | Assorted Windows fixes (Karl Schultz) | Brian Paul | |