aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-242-14/+14
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-2/+1
* xlib: s/INLINE/inline/Brian Paul2014-09-041-3/+3
* xlib: fix missing mesautil build breakageBrian Paul2014-08-041-0/+1
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+1
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-302-3/+3
* xlib: s/FREE/free/Brian Paul2014-04-101-1/+1
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+2
* drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-3/+4
* automake: allow only shared buildsEmil Velikov2014-03-111-2/+0
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-111-6/+1
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+1
* xlib: remove unneeded context tracking codeBrian Paul2014-03-031-43/+4
* xlib: simplify context handlingBrian Paul2014-03-033-109/+28
* xlib: remove unused realglx.[ch] filesBrian Paul2014-03-033-517/+4
* xlib: switch to c11 mutex functionsBrian Paul2014-03-033-14/+14
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-12/+8
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-5/+1
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-1/+4
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-1/+6
* x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-10/+1
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-1/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0515-15/+0
* xlib: add null ctx check in glXDestroyContext()Brian Paul2013-05-241-10/+12
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2315-45/+60
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2315-15/+15
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2315-15/+15
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-4/+4
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul2013-01-291-5/+4
* xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul2013-01-291-1/+2
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* scons: Fix dependencies of generated headers.José Fonseca2013-01-211-3/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* xlib: handle _mesa_initialize_visual()'s return valueBrian Paul2012-12-311-9/+12
* xlib: include headers to fix errors/warningsBrian Paul2012-12-171-0/+2