summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-24gallium: Fix whole source being used in u_blitJakob Bornecrantz1-16/+54
2008-06-24Fix CRLF line endings.José Fonseca50-6059/+6059
2008-06-24Allow CRLF automatic conversion on MSVC project files.José Fonseca1-4/+0
2008-06-24i915: Create a texture and surface for shared frontbufferJakob Bornecrantz2-3/+66
2008-06-24i915: Added texture_blanket functionJakob Bornecrantz1-0/+34
2008-06-24i915: Moved screen creation to intel_be_deviceJakob Bornecrantz5-28/+26
2008-06-24gallium: Fix warning in u_blit.hJakob Bornecrantz1-0/+1
2008-06-24egl: Stdint was missing from eglconfigutil.hJakob Bornecrantz1-0/+1
2008-06-24mesa: Fix Windows GDI winsys build.José Fonseca1-0/+1
2008-06-24gallium: Avoid double arithmetic.José Fonseca1-1/+1
2008-06-24mesa: Use standard integer types.José Fonseca4-33/+37
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca2-2/+2
2008-06-24dri/intel: Use standard integer types.José Fonseca1-2/+2
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca3-15/+10
2008-06-24egl: Use standard integer types.José Fonseca2-10/+10
2008-06-24mesa/dri: User standard integer types.José Fonseca56-347/+347
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca4-38/+38
2008-06-24mesa: WGL is not part of the WinCE API.José Fonseca1-2/+3
2008-06-24gdi: Update for surface_alloc_storage changes.José Fonseca1-1/+2
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca9-29/+30
2008-06-24mesa: Use _mesa_bsearch.José Fonseca1-4/+4
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca1-1/+18
2008-06-24mesa: Replace abort by asserts.José Fonseca4-8/+10
2008-06-24mesa: Move variable declarations to the scope top.José Fonseca1-5/+4
2008-06-24mesa: Don't include sys/types.h on WinCE.José Fonseca1-0/+2
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul4-3/+37
2008-06-23gallium: code for PIPE_SUBSYSTEM_WINDOWS_USERJonathan White1-0/+25
2008-06-24mesa: ASSERT macro is already defined by WinCE headers.José Fonseca1-0/+2
2008-06-24mesa: No getenv on WinCE.José Fonseca1-0/+4
2008-06-24gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc...José Fonseca1-2/+2
2008-06-24gallium: WinCE does not have cosf, sinf, etc.José Fonseca1-1/+1
2008-06-23gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul1-1/+1
2008-06-23i915: Add render and texture support for tiled texture and buffersJakob Bornecrantz4-7/+16
2008-06-23gallium: fix-up inverted do_copy_texsubimage()Brian Paul1-21/+30
2008-06-23gallium: fix Y-inverted copiesBrian Paul1-1/+4
2008-06-23gallium: remove dead/prototype codeBrian Paul1-22/+0
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul5-5/+5
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul3-3/+3
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul1-4/+10
2008-06-23gallium: added some assertionsBrian Paul1-0/+6
2008-06-23Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul1-2/+2
2008-06-23Create $(TOP)/$(LIB_DIR) for install, tooDan Nicholson1-2/+2
2008-06-23Ensure all objects are built when installing DRIDan Nicholson1-1/+1
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz2-3/+112
2008-06-23gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz2-0/+19
2008-06-23scons: Update to target WinCE 6.0.José Fonseca2-15/+78
2008-06-23gallium: Fix warning in u_draw_quad.hJakob Bornecrantz1-0/+1
2008-06-23i915: Removed level_offset from i915_textureJakob Bornecrantz2-19/+12
2008-06-22draw: fix non-i386 buildsKeith Whitwell1-1/+21
2008-06-20gallium: s/feadback/feedback/, duhBrian1-2/+2