summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-26support an 'embedded' platform target which turns off most parts of theAlan Hourihane
2010-01-26Check for __USE_MISC for defining uint & ushortAlan Hourihane
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien
2010-01-26intel: make sure we update the renderbuffers after a swapJesse Barnes
2010-01-26vbo: if 'end' is out of bounds, clamp itBrian Paul
2010-01-26vbo: clamp DrawElements start/end to max possible valuesBrian Paul
2010-01-26mesa: remove redundant _MaxElement computationBrian Paul
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu
2010-01-26egl: Fix a segfault when a display is initialized again.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
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