summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27mesa: Use the appropriate relocation.José Fonseca
2008-06-26gallium: Describe pixel block.José Fonseca
2008-06-25mesa: point size arraysBrian Paul
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-24egl: Stdint was missing from eglconfigutil.hJakob Bornecrantz
2008-06-24mesa: Fix Windows GDI winsys build.José Fonseca
2008-06-24gallium: Avoid double arithmetic.José Fonseca
2008-06-24mesa: Use standard integer types.José Fonseca
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-06-24dri/intel: Use standard integer types.José Fonseca
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-24egl: Use standard integer types.José Fonseca
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-06-24gdi: Update for surface_alloc_storage changes.José Fonseca
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-06-24mesa: Use _mesa_bsearch.José Fonseca
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-06-24mesa: Move variable declarations to the scope top.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-24mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-06-24mesa: No getenv on WinCE.José Fonseca
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-up inverted do_copy_texsubimage()Brian Paul
2008-06-23gallium: fix Y-inverted copiesBrian Paul
2008-06-23gallium: remove dead/prototype codeBrian 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-23Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul
2008-06-23Create $(TOP)/$(LIB_DIR) for install, tooDan Nicholson
2008-06-23Ensure all objects are built when installing DRIDan Nicholson
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz
2008-06-23gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz