summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-26Check for __USE_MISC for defining uint & ushortAlan Hourihane1-1/+1
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul4-14/+52
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien1-8/+19
2010-01-26intel: make sure we update the renderbuffers after a swapJesse Barnes1-0/+2
2010-01-26add missing SCons.UtilAlan Hourihane1-0/+1
2010-01-26vbo: if 'end' is out of bounds, clamp itBrian Paul1-0/+4
2010-01-26vbo: clamp DrawElements start/end to max possible valuesBrian Paul1-0/+10
2010-01-26fix typoAlan Hourihane1-2/+1
2010-01-26Allow the environment to override certain flags.Alan Hourihane1-0/+11
2010-01-26only use -Werror flags with gcc 4.2.x and 4.3.x.Alan Hourihane1-2/+8
2010-01-26glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner1-3/+10
2010-01-26mesa: remove redundant _MaxElement computationBrian Paul1-6/+0
2010-01-26progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul1-1/+7
2010-01-26docs: document Intel, R300 env varsBrian Paul1-0/+19
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu3-32/+4
2010-01-26egl: Fix a segfault when a display is initialized again.Chia-I Wu1-0/+1
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu5-52/+7
2010-01-26egl: Fix leaks in eglReleaseThread.Chia-I Wu1-6/+13
2010-01-26egl: Refactor _eglMakeCurrent.Chia-I Wu1-78/+158
2010-01-26egl: Add _eglGetAPIContext.Chia-I Wu2-1/+16
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu2-2/+10
2010-01-26egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu1-1/+1
2010-01-26glsl/pp: Silence GCC "no previous prototype" warning.Vinson Lee1-1/+1
2010-01-25intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt3-1/+7
2010-01-25Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt2-21/+20
2010-01-25i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt2-4/+3
2010-01-25i965: Fix build after merge of mesa stable branch.Eric Anholt1-0/+1
2010-01-26docs: Mention EGL and OpenGL ES in 7.8 release notes.Chia-I Wu1-0/+2
2010-01-26glx: Build GLX normally.Chia-I Wu2-13/+10
2010-01-26docs: Update EGL documentation.Chia-I Wu1-1/+9
2010-01-26egl/xdri: Update with glxclient.h change.Chia-I Wu1-1/+0
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg5-15/+31
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul97-207/+93
2010-01-25r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher1-1/+1
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson3-53/+106
2010-01-25radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson1-2/+6
2010-01-25radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson1-1/+1
2010-01-25radeong: Clean up domain usages.Corbin Simpson1-11/+18
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson8-219/+67
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz1-2/+12
2010-01-25vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira1-2/+2
2010-01-25Fix compressed texture loads for non-minimal pitches againLuca Barbieri1-2/+4
2010-01-25winsys/drm: Correctly install EGL drivers.Chia-I Wu1-1/+1
2010-01-25pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca2-335/+769
2010-01-25llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca1-1712/+0
2010-01-25vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz1-1/+2
2010-01-25st/xorg: Improve options and print them to logJakob Bornecrantz2-3/+18
2010-01-25vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz1-5/+5
2010-01-25st/xorg: Export helper function for detecting modesettingJakob Bornecrantz2-0/+23
2010-01-25st/xorg: Fix warningJakob Bornecrantz1-0/+2