projects
/
profile
/
ivi
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
r600g: cleanup draw_vbo and add comments
[profile/ivi/mesa.git]
/
src
/
glx
/
2011-10-24
Jeremy Huddleston
apple: Implement applegl_unbind_context
tree
|
commitdiff
2011-10-21
Jeremy Huddleston
apple: Use the correct (OpenGL.framework) glViewport...
tree
|
commitdiff
2011-10-21
Jeremy Huddleston
apple: Silence some debug spew
tree
|
commitdiff
2011-10-14
Thomas Hellstrom
dri2: Implement a throttle dri extension.
tree
|
commitdiff
2011-09-20
José Fonseca
scons: MacOSX build fixes.
tree
|
commitdiff
2011-09-19
Matt Turner
Remove unneeded xdamages header from dri2_glx.c.
tree
|
commitdiff
2011-09-14
Michel Dänzer
glx/dri2: Don't call X server for SwapBuffers when...
tree
|
commitdiff
2011-09-14
Andrew Deason
GLX: Say something if we cannot connect via DRI2
tree
|
commitdiff
2011-09-06
nobled
Enable GLX_EXT_texture_from_pixmap in software.
tree
|
commitdiff
2011-08-27
Ian Romanick
dri: Remove all DRI1 drivers
tree
|
commitdiff
2011-08-27
Stéphane Marchesin
Merge branch 'master' of git://anongit.freedesktop...
tree
|
commitdiff
2011-08-19
Brian Paul
glx: use a block to fix declarations after code warning
tree
|
commitdiff
2011-08-18
Kristian Høgsberg
glx: Don't flush twice if we fallback to dri2CopySubBuffer
tree
|
commitdiff
2011-08-09
Brian Paul
glx: move declarations before code
tree
|
commitdiff
2011-08-05
Christopher James...
glx/dri2: Paper over errors in DRI2Connect when indirect
tree
|
commitdiff
2011-08-04
Bryan Cain
Merge branch 'glsl-to-tgsi'
tree
|
commitdiff
2011-07-21
Brian Paul
Merge branch 'gallium-polygon-stipple'
tree
|
commitdiff
2011-07-19
Henri Verbeet
glx: Avoid calling __glXInitialize() in driReleaseDrawa...
tree
|
commitdiff
2011-07-17
Jeremy Huddleston
darwin: Include glxhash.c in libGL on darwin
tree
|
commitdiff
2011-07-15
Marc Pignat
drisw: Fix 24bpp software rendering, take 2
tree
|
commitdiff
2011-07-14
Marek Olšák
Rename swrastg_dri to swrast_dri
tree
|
commitdiff
2011-07-13
Stéphane Marchesin
Merge branch 'master' of ssh://git.freedesktop.org...
tree
|
commitdiff
2011-07-11
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
tree
|
commitdiff
2011-07-08
Jesse Barnes
GLX/DRI2: handle swap event swap count wrapping
tree
|
commitdiff
2011-07-08
Jesse Barnes
DRI2/GLX: use new swap event types
tree
|
commitdiff
2011-07-04
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
tree
|
commitdiff
2011-07-04
Thomas Hellstrom
Merge branch 'xa_branch'
tree
|
commitdiff
2011-07-01
José Fonseca
scons: Actually add src/glx/SConscript.
tree
|
commitdiff
2011-06-29
Adam Jackson
drisw: Remove cargo culting that breaks GLX 1.3 ctors
tree
|
commitdiff
2011-06-29
Adam Jackson
glx: Verify that drawable creation on the client side...
tree
|
commitdiff
2011-06-29
Adam Jackson
glx: Alias glXFreeContextEXT to glXDestroyContext
tree
|
commitdiff
2011-06-21
Stéphane Marchesin
glx: Fix compile.
tree
|
commitdiff
2011-06-20
Jeremy Huddleston
glx: Bind to our context before __glXSetCurrentContext
tree
|
commitdiff
2011-06-20
Jeremy Huddleston
glx: Destroy the old context only after the new one...
tree
|
commitdiff
2011-06-20
Jeremy Huddleston
glx: Allow a context-specific fallback for glXGetProcAd...
tree
|
commitdiff
2011-06-17
Jeremy Huddleston
apple: Use apple_cgl_get_dl_handle() rather than openin...
tree
|
commitdiff
2011-06-17
Stéphane Marchesin
glx: implement drawable refcounting.
tree
|
commitdiff
2011-06-14
Jeremy Huddleston
apple: Set the glapi dispatch table on context bind
tree
|
commitdiff
2011-06-13
Jeremy Huddleston
glx: Remove check for gc->vtable->destroy
tree
|
commitdiff
2011-06-13
Jeremy Huddleston
apple: applegl_destroy_context: Pass along the correct...
tree
|
commitdiff
2011-06-13
Jeremy Huddleston
apple: Dead code removal
tree
|
commitdiff
2011-06-12
Jeremy Huddleston
apple: Request OpenGL 3.2 from OpenGL.framework if...
tree
|
commitdiff
2011-06-12
Jeremy Huddleston
apple: Store the CGL API version number for future...
tree
|
commitdiff
2011-06-12
Jeremy Huddleston
apple: Use a struct glx_config * rather than a void...
tree
|
commitdiff
2011-06-12
Jeremy Huddleston
apple: Use _glapi_create_table_from_handle to initializ...
tree
|
commitdiff
2011-06-09
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
glx: Remove some GLX_USE_APPLEGL guards around glapi
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
darwin: Use -fvisibility=hidden to set default symbol...
tree
|
commitdiff
2011-06-08
Chia-I Wu
mesa: merge glapidispatch.h into dispatch.h
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
apple: Update dispatch table to current OpenGL specs
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
apple: Dead code removal
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
apple: Remove apple_glx_get_proc_address
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
apple: Use glapi rather than reinventing the wheel
tree
|
commitdiff
2011-06-08
Jeremy Huddleston
apple: Rename __gl_api to __ogl_framework_api
tree
|
commitdiff
2011-06-06
Stéphane Marchesin
dri2: protect dri2FlushFrontBuffer against NULL buffers.
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: Finish build fixes for applegl_glx.c
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: More fixes for compilation failures
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: Fix multiple build failures in applegl_glx.c
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: Build darwin using applegl rather than indirect
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
glx: Dead code removal
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: ifdef out come glapi-foo on darwin
tree
|
commitdiff
2011-06-06
Jeremy Huddleston
apple: Change from XExtDisplayInfo to struct glx_display
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Rename GLXcontext
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Rename _gl_context_modes_find_visual to glx_conf...
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Re-add driContext and do_destroy
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Rename GLXcontext
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Rename __GLcontextModes to struct glx_config
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
tree
|
commitdiff
2011-06-05
Jeremy Huddleston
apple: Update GL specs
tree
|
commitdiff
2011-06-04
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
tree
|
commitdiff
2011-06-03
Eric Anholt
glx: Fix use-before-null-check in dri2InvalidateBuffers().
tree
|
commitdiff
2011-06-03
Christian König
Merge remote-tracking branch 'mareko/r300g-draw-instanc...
tree
|
commitdiff
2011-06-02
Adam Jackson
glx: Remove (unused, broken) fastImageUnpack fast path
tree
|
commitdiff
2011-06-02
Adam Jackson
glx: Fix another case of using req outside of the displ...
tree
|
commitdiff
2011-05-27
Stéphane Marchesin
glx: Fix glXGetFBConfigFromVisualSGIX.
tree
|
commitdiff
2011-05-25
Adam Jackson
glx: Don't refer to the request buffer outside of ...
tree
|
commitdiff
2011-05-24
Adam Jackson
glx: More comment cleanup
tree
|
commitdiff
2011-05-24
Adam Jackson
glx: Remove some misleading comments
tree
|
commitdiff
2011-05-24
Adam Jackson
drisw: Namespace better for ease of navigation
tree
|
commitdiff
2011-05-24
Adam Jackson
drisw: dead store removal
tree
|
commitdiff
2011-05-07
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
tree
|
commitdiff
2011-05-06
nobled
glx: Check flush DRI extension version at runtime
tree
|
commitdiff
2011-05-05
Dave Airlie
Revert "DRI2/GLX: make swap event handling match spec"
tree
|
commitdiff
2011-05-04
Jesse Barnes
DRI2/GLX: make swap event handling match spec
tree
|
commitdiff
2011-05-04
Jesse Barnes
GLX: don't crash when indirect clients try to set an...
tree
|
commitdiff
2011-05-02
Marek Olšák
glapi: regenerate files for AMD_draw_buffers_blend
tree
|
commitdiff
2011-04-26
Brian Paul
Squashed commit of the following:
tree
|
commitdiff
2011-04-23
Christian König
Merge remote branch 'origin/master' into pipe-video
tree
|
commitdiff
2011-04-10
Henri Verbeet
glx: Only remove the glx_display from the list after...
tree
|
commitdiff
2011-04-10
Henri Verbeet
glx: Destroy dri2Hash on DRI2 display destruction.
tree
|
commitdiff
2011-03-29
Marek Olšák
mesa: regenerate glapi files
tree
|
commitdiff
2011-03-19
Christian König
Merge remote branch 'origin/master' into pipe-video
tree
|
commitdiff
2011-03-15
Marek Olšák
mesa: regenerate glapi files
tree
|
commitdiff
2011-03-10
Brian Paul
glx: fix null pointer deref in __glXGenerateError()
tree
|
commitdiff
2011-03-07
Henri Verbeet
glx: Take GLPROTO_CFLAGS into account.
tree
|
commitdiff
2011-03-06
Dave Airlie
glx/dri: add initial dri interface for GLX_EXT_framebuf...
tree
|
commitdiff
2011-03-06
Dave Airlie
glx: add initial GLX_EXT_framebuffer_sRGB support.
tree
|
commitdiff
2011-02-28
Christian König
Merge remote branch 'origin/master' into pipe-video
tree
|
commitdiff
2011-02-26
Eric Anholt
dri2: Don't call the dri2 flush hook for swapbuffers...
tree
|
commitdiff
2011-02-26
Eric Anholt
glx: Don't do the implicit glFlush in SwapBuffers if...
tree
|
commitdiff
next