index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
x11
/
fakeglx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+4
*
xlib: remove unused Fake_glXGetAGPOffsetMESA() function
Brian Paul
2018-08-08
1
-10
/
+0
*
x11: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2018-03-12
1
-15
/
+0
*
x11: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2018-03-12
1
-25
/
+0
*
xlib: call _mesa_warning() instead of fprintf()
Brian Paul
2017-12-12
1
-1
/
+2
*
xlib: remove dummy GLX_MESA_set_3dfx_mode implementation
Emil Velikov
2017-12-01
1
-13
/
+0
*
xlib: remove empty GLX_MESA_agp_offset stubs
Emil Velikov
2017-12-01
1
-3
/
+0
*
xlib: remove empty GLX_NV_vertex_array_range stubs
Emil Velikov
2017-12-01
1
-26
/
+0
*
xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
1
-6
/
+0
*
xlib: remove MESA_GLX_VISUAL_HACK
John Sheu
2016-04-15
1
-23
/
+19
*
xlib: fix leaks of returned values from XGetVisualInfo
John Sheu
2016-04-15
1
-8
/
+21
*
xlib: fix memory leak of and remove vishandle from XMesaVisualInfo
John Sheu
2016-04-15
1
-38
/
+24
*
xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfig
John Sheu
2016-04-15
1
-18
/
+8
*
xlib: fix memory leak on Display close
John Sheu
2016-04-12
1
-1
/
+1
*
xlib: add support for GLX_ARB_create_context
Brian Paul
2016-03-29
1
-0
/
+52
*
configure: nuke --with-max-{width,height}
Emil Velikov
2015-04-01
1
-1
/
+1
*
xlib: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-1
/
+2
*
xlib: include stdio.h
Brian Paul
2015-03-05
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
1
-2
/
+1
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
1
-10
/
+10
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
1
-2
/
+1
*
xlib: simplify context handling
Brian Paul
2014-03-03
1
-108
/
+26
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
1
-1
/
+4
*
glx: Changes to visual configs initialization.
Tomasz Lis
2013-07-18
1
-1
/
+6
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
xlib: add null ctx check in glXDestroyContext()
Brian Paul
2013-05-24
1
-10
/
+12
*
xlib: check for null ctx pointer in glXIsDirect()
Brian Paul
2013-05-21
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
Brian Paul
2013-01-04
1
-0
/
+14
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-4
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-4
/
+4
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-9
/
+9
*
xlib: silence unused var warning
Brian Paul
2012-02-27
1
-0
/
+1
*
xlib: remove STENCIL_BITS
Brian Paul
2012-02-24
1
-3
/
+3
*
xlib: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-3
/
+3
*
xlib: call register_with_display() in Fake_glXChooseFBConfig()
Brian Paul
2012-01-11
1
-0
/
+3
*
Remove remnants of legacy glide support
Guillem Jover
2011-10-04
1
-17
/
+0
*
glx: add a few missing glXChooseFBConfig() attributes
Brian Paul
2011-07-11
1
-0
/
+4
*
xlib: pass Display pointer to XMesaGarbageCollect()
Andy Skinner
2011-02-22
1
-4
/
+4
*
xlib: silence unused var warning
Brian Paul
2010-10-25
1
-0
/
+1
*
mesa/xlib: Remove support for color-index rendering
Ian Romanick
2010-03-03
1
-242
/
+101
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-9
/
+9
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
1
-2
/
+2
[next]