summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-01mesa: make _slang_swizzle_swizzle() non-privateBrian Paul2-9/+16
2008-07-01mesa: better function inlining in the presence of 'return' statementsBrian Paul1-23/+105
2008-07-01mesa: add/fix some IrInfo entries for debugging purposesBrian Paul1-3/+5
2008-07-01i915: Last reference to surface -> pitchJakob Bornecrantz1-1/+1
2008-07-01gallium: Use the inline keyword on C++.José Fonseca1-1/+3
2008-07-01scons: Output mapfile on windows ddk profile builds.José Fonseca1-0/+4
2008-06-30gles: Don't define GLAPIENTRY here.José Fonseca2-2/+0
2008-06-28mesa: added null ptr checksBrian Paul1-2/+2
2008-06-28s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()Brian Paul1-4/+6
2008-06-28mesa: check FEATURE_point_size_arrayBrian Paul1-0/+2
2008-06-28egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul1-0/+7
2008-06-28egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertionsBrian Paul1-3/+9
2008-06-28egl: WinCE doesn't have sys/types.hJosé Fonseca1-1/+3
2008-06-27egl: helps if the stride is rightZack Rusin1-1/+3
2008-06-27eh, we need a buildbot... fix the compilationZack Rusin2-6/+4
2008-06-27gallium: handle msaaRoland Scheidegger8-60/+77
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison3-2/+3
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