summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-27egl: Windows updates to the platform.h filesJonathan White2-15/+11
2008-06-27i915: Fix the last of the stride/pitch changesJakob Bornecrantz3-12/+12
2008-06-27mesa: Replace void * arithmetic.José Fonseca1-1/+1
2008-06-27gdi: Update for cpp removal.José Fonseca1-3/+5
2008-06-27cell: Update for cpp removal.José Fonseca2-63/+18
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca34-485/+513
2008-06-27scons: Get x86-64<->x86 cross build of assembly files right.José Fonseca1-0/+7
2008-06-27scons: Fix i965/xlib build.José Fonseca2-1/+7
2008-06-27scons: Fix typo.José Fonseca1-1/+1
2008-06-27mesa: Use the appropriate relocation.José Fonseca1-1/+1
2008-06-26gallium: Describe pixel block.José Fonseca1-0/+56
2008-06-25mesa: point size arraysBrian Paul11-5/+110
2008-06-24gallium: remove some old dispatch codeBrian Paul1-22/+0
2008-06-24gallium: remove bad assertionBrian Paul1-1/+0
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