summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-17docs: fix swrast texrect bug 21461Brian Paul1-0/+2
2009-06-17swrast: add missing break in clamp_rect_coord_linear()Brian Paul1-0/+1
2009-06-15add patches from bug 21997Alan Hourihane6-29/+346
2009-06-01st/mesa: fix incorrect sprite origin when drawing to FBO/textureBrian Paul1-1/+2
2009-06-01draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul1-0/+1
2009-05-25xlib: Check GALLIUM_TRACE env var instead of XMESA_TRACE.José Fonseca2-2/+5
2009-05-25xlib: Don't override DEFINES.José Fonseca1-1/+1
2009-05-25trace: Defer the cast to after the check for enabled trace.José Fonseca1-7/+10
2009-05-24trace: Make calls dumping threadsafe.José Fonseca1-0/+7
2009-05-24trace: Make call no global.José Fonseca1-3/+4
2009-05-24python/retrace: Fix flush dirty logic.José Fonseca1-1/+1
2009-05-24python/retrace: Try to cope with failures creating textures.José Fonseca1-0/+6
2009-05-24python/retrace: Use colors on windows console.José Fonseca1-0/+70
2009-05-24python/retrace: Allow to specify the range of calls of interest.José Fonseca1-0/+7
2009-05-24xlib/trace: Fixup xlib traceJakob Bornecrantz1-5/+11
2009-05-24trace: Simplify cast wrappers.José Fonseca5-50/+27
2009-05-24xlib: Fix scons conditional compilation logic.José Fonseca2-2/+2
2009-05-24gallium: Also disable i965simple for sconsJakob Bornecrantz1-1/+1
2009-05-24scons: Don't use deprecated Options.José Fonseca2-9/+9
2009-05-23glut: Fix broken font symbols when gcc visibility attributes used.José Fonseca1-1/+1
2009-05-12util: MSVC portability fixes.José Fonseca2-4/+5
2009-05-12st: release the surfaceAlan Hourihane1-1/+2
2009-05-12st: fix crash when using accum_mad()Alan Hourihane1-1/+4
2009-05-07egl: use the GLX wrapper by default.Alan Hourihane1-4/+1
2009-04-24Merge commit 'origin/mesa_7_4_branch' into gallium-mesa-7.4Alan Hourihane14-29/+113
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane1-0/+4
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt1-7/+11
2009-04-23intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt1-3/+3
2009-04-20fixed intel front-buffer rendering segfaultBrian Paul1-0/+1
2009-04-20intel: added null screen->dri2.loader pointer checkBrian Paul1-1/+2
2009-04-18docs: create 7.4.2 release notes pageBrian Paul2-0/+60
2009-04-18docs: remove unused sectionsBrian Paul1-9/+0
2009-04-18docs: MD5 sums for 7.4.1 releaseBrian Paul1-1/+9
2009-04-18intel: update driver date, remove RC3 designationBrian Paul1-1/+1
2009-04-18mesa: bump version to 7.4.1Brian Paul1-1/+1
2009-04-18docs: prep for 7.4.1 releaseBrian Paul3-2/+9
2009-04-18mesa: bump version to 7.4.1Brian Paul2-4/+4
2009-04-18mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul1-0/+1
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer1-0/+5
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul1-0/+2
2009-04-17egl: don't crash with one more khronos apiZack Rusin1-0/+1
2009-04-17Merge commit 'origin/mesa_7_4_branch' into gallium-mesa-7.4Alan Hourihane11-14/+95
2009-04-16docs: fixed user clip plane restore bug in glPopAttrib()Brian Paul1-0/+1
2009-04-16mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Brian Paul1-1/+1
2009-04-16mesa: add distclean target to top-level MakefileBrian Paul1-1/+5
2009-04-16demos: use larger buffer for snprintf() call, see bug 21220Brian Paul1-1/+1
2009-04-15intel: Bump driver dateintel_2009q1_rc3Ian Romanick1-1/+1
2009-04-15docs: more bug fixes for Mesa 7.4.1Ian Romanick1-0/+4
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul1-1/+2
2009-04-11DRI2: Don't fault on NULL DrawBufferIan Romanick1-1/+1