summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-07-02pipebuffer: Debug buffer manager to detect buffer under- and overflows.José Fonseca
2008-07-02pipebuffer: Verify usage flag consistency. Minor cleanups.José Fonseca
2008-07-01i915: Last reference to surface -> pitchJakob Bornecrantz
2008-07-01gallium: Use the inline keyword on C++.José Fonseca
2008-06-28egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul
2008-06-27egl: helps if the stride is rightZack Rusin
2008-06-27eh, we need a buildbot... fix the compilationZack Rusin
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison
2008-06-27i915: Fix the last of the stride/pitch changesJakob Bornecrantz
2008-06-27gdi: Update for cpp removal.José Fonseca
2008-06-27cell: Update for cpp removal.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-27scons: Fix i965/xlib build.José Fonseca
2008-06-26gallium: Describe pixel block.José Fonseca
2008-06-24gallium: remove some old dispatch codeBrian Paul
2008-06-24gallium: remove bad assertionBrian Paul
2008-06-24gallium: Fix whole source being used in u_blitJakob Bornecrantz
2008-06-24i915: Create a texture and surface for shared frontbufferJakob Bornecrantz
2008-06-24i915: Added texture_blanket functionJakob Bornecrantz
2008-06-24i915: Moved screen creation to intel_be_deviceJakob Bornecrantz
2008-06-24gallium: Fix warning in u_blit.hJakob Bornecrantz
2008-06-24gallium: Avoid double arithmetic.José Fonseca
2008-06-24dri/intel: Use standard integer types.José Fonseca
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-24gdi: Update for surface_alloc_storage changes.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-06-23gallium: code for PIPE_SUBSYSTEM_WINDOWS_USERJonathan White
2008-06-24gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc...José Fonseca
2008-06-24gallium: WinCE does not have cosf, sinf, etc.José Fonseca
2008-06-23gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul
2008-06-23i915: Add render and texture support for tiled texture and buffersJakob Bornecrantz
2008-06-23gallium: fix Y-inverted copiesBrian Paul
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-23gallium: added some assertionsBrian Paul
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz
2008-06-23gallium: Fix warning in u_draw_quad.hJakob Bornecrantz
2008-06-23i915: Removed level_offset from i915_textureJakob Bornecrantz
2008-06-22draw: fix non-i386 buildsKeith Whitwell
2008-06-20gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul
2008-06-20gallium: fix some surface usage bugsBrian Paul
2008-06-20egl: added cpp assertions/sanity checksBrian Paul
2008-06-20egl: added null ptr checksBrian Paul
2008-06-19egl: use dlsym() to try to identify APIsBrian Paul
2008-06-19i915: Fixed cubemap layoutsJakob Bornecrantz
2008-06-19gallium: Handle malloc failure.José Fonseca
2008-06-19i915: Refractored and clean up i915_texture.cJakob Bornecrantz
2008-06-19gallium: Add extra parenthesis as advised by gcc.José Fonseca