summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-03gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca
2008-06-02draw: fast element translate path without deltaKeith Whitwell
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-06-02gallium: Port util_time functions to windows userspace.José Fonseca
2008-06-02gallium: More tweaks for the cosf/sinf logic.José Fonseca
2008-06-02rtasm: Use enum sse_cc in sse_cmpps.José Fonseca
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca
2008-06-02i915: Fixed some warningsJakob Bornecrantz
2008-06-02i915: Fixed initialization of surfaceJakob Bornecrantz
2008-06-02gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for ↵José Fonseca
good.
2008-06-02gallium: Identify each Windows platform individually from scons.José Fonseca
2008-06-02scons: Set /W3 warning level for all MSVC based platforms.José Fonseca
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol
is used, the simple swizzle must be set to identity.
2008-06-02brw: SWZ no longer aliases MOV.Michal Krol
2008-06-02i915: SWZ no longer aliases MOV.Michal Krol
2008-06-02cell: SWZ no longer aliases MOV.Michal Krol
2008-06-02tgsi: SWZ no longer aliases to MOV.Michal Krol
2008-06-02gallium: The SWZ opcode no longer aliases MOV.Michal Krol
Also, when the extended swizzle token is used, the simple swizzle and negate are set to X,Y,Z,W and FALSE, respectively.
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31i915: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31cell: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31util: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31tgsi: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallivm: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31draw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallium: Refactor TGSI decalaration tokens.Michal Krol
* Incorporate declaration_interpolation into declaration itself. * Remove declaration_mask -- always use declaration_range.
2008-05-31i915: Comment out dead & problematic code.Michal Krol
2008-05-31i915: Add mising include.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31gallium: Fix preprocessor logic.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31scons: 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-31draw: Eliminate stdio usage.José Fonseca
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-31i915: Eliminate void pointer arithmetic.José Fonseca
2008-05-31gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca
2008-05-31gallium: Port timing functions to WinCE.José Fonseca
2008-05-30gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul
2008-05-30egl: eglGetProcAddress() stubBrian Paul
2008-05-30egl: new eglGetProcAddress() codeBrian Paul
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested.
2008-05-30egl: bind the OpenGL APIBrian Paul
2008-05-30egl: specify client API by bit flag, not stringBrian Paul
2008-05-30egl: clean-up re-org of the client API stateBrian Paul
2008-05-30egl: added eglDestroySurface functionBrian Paul
2008-05-30egl: fix-up window resizesBrian Paul
2008-05-30egl: check for EGL_DRIVER env var to override normal driver selection processBrian Paul
2008-05-30egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul