summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-1/+1
2015-03-11xlib: use strdup() instead of _mesa_strdup()Brian Paul1-1/+2
2015-03-05xlib: include stdio.hBrian Paul4-1/+4
2015-02-26mesa: don't include math.h in compiler.hBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner3-14/+14
2015-02-20drivers/x11: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2014-12-12drivers/x11: Add headers to distribution.Matt Turner1-0/+2
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-08Don't cast the return value of malloc/reallocMatt Turner2-3/+2
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner2-14/+14
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-2/+1
2014-09-04xlib: s/INLINE/inline/Brian Paul1-3/+3
2014-08-04xlib: fix missing mesautil build breakageBrian Paul1-0/+1
2014-08-04util: Gather some common macrosJason Ekstrand1-0/+1
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-0/+1
2014-05-19meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt2-3/+3
2014-04-10xlib: s/FREE/free/Brian Paul1-1/+1
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+2
2014-03-31drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov1-3/+4
2014-03-11automake: allow only shared buildsEmil Velikov1-2/+0
2014-03-11automake: use install-lib-links.mk across all classic mesaEmil Velikov1-6/+1
2014-03-03mesa: remove empty glthread.h fileBrian Paul1-1/+1
2014-03-03xlib: remove unneeded context tracking codeBrian Paul1-43/+4
2014-03-03xlib: simplify context handlingBrian Paul3-109/+28
2014-03-03xlib: remove unused realglx.[ch] filesBrian Paul3-517/+4
2014-03-03xlib: switch to c11 mutex functionsBrian Paul3-14/+14
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-12/+8
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-1/+1
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-4/+4
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-5/+1
2013-07-21scons: Don't use -z defs ld option on Mac.José Fonseca1-1/+2
2013-07-19scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca1-0/+3
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-1/+4
2013-07-18glx: Changes to visual configs initialization.Tomasz Lis1-1/+6
2013-06-28x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick1-10/+1
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-1/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller15-15/+0
2013-05-24xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-21xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-1/+1
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke15-45/+60
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke15-15/+15
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke15-15/+15
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-4/+4
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-01-29xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3