summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-26egl: Fix leaks in eglReleaseThread.Chia-I Wu
2010-01-26egl: Refactor _eglMakeCurrent.Chia-I Wu
2010-01-26egl: Add _eglGetAPIContext.Chia-I Wu
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu
2010-01-26egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu
2010-01-26glsl/pp: Silence GCC "no previous prototype" warning.Vinson Lee
2010-01-25intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt
2010-01-25Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt
2010-01-25i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt
2010-01-25i965: Fix build after merge of mesa stable branch.Eric Anholt
2010-01-26glx: Build GLX normally.Chia-I Wu
2010-01-26egl/xdri: Update with glxclient.h change.Chia-I Wu
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson
2010-01-25radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson
2010-01-25radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson
2010-01-25radeong: Clean up domain usages.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz
2010-01-25vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira
2010-01-25Fix compressed texture loads for non-minimal pitches againLuca Barbieri
2010-01-25winsys/drm: Correctly install EGL drivers.Chia-I Wu
2010-01-25pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca
2010-01-25llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca
2010-01-25vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz
2010-01-25st/xorg: Improve options and print them to logJakob Bornecrantz
2010-01-25vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz
2010-01-25st/xorg: Export helper function for detecting modesettingJakob Bornecrantz
2010-01-25st/xorg: Fix warningJakob Bornecrantz
2010-01-25gallium-docs: Add note on scissor.Corbin Simpson
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g: fix zero-area scissorMarek Olšák
2010-01-24r300g,radeong: set tiling flags in libdrmMarek Olšák
2010-01-24radeong: do not emit a zero-sized command streamMarek Olšák
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: Make resource void pointer in _eglCheckResource.Chia-I Wu
2010-01-25egl: Install EGL headers.Chia-I Wu
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu
2010-01-25egl: Update headers.Chia-I Wu
2010-01-25egl: check if driver_name is nullIgor Oliveira
2010-01-24st/mesa: fix int->uint conversion for negative scissor bound valuesBrian Paul
2010-01-24mesa: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul
2010-01-24st/mesa: fix unsigned/signed breakage in scissorXavier Chantry
2010-01-25nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz
2010-01-25nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz
2010-01-25nouveau/winsys: be nice and close the device on destroyMarcin Slusarz
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-24nv50: fix handling of FragCoord inputChristoph Bumiller