summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2008-11-29[glitz/glx] Add offscreen pixmap support.Nicolas Bruguier10-23/+681
2008-11-29[glitz] Add visual depth in drawable format.Nicolas Bruguier1-3/+12
2008-11-29[glitz] Add scanline order in glitz_format_drawable_t.Nicolas Bruguier1-0/+9
2008-11-29[glx] Add glitz_glx_set_render_type method.Nicolas Bruguier4-9/+35
2008-11-29[glx] Sort format with non double buffering in first place.Nicolas Bruguier1-1/+1
2008-11-29[glitz] Move headers install in glitz include subdirectory.Nicolas Bruguier2-2/+3
2008-11-29[glx] Sort format with lower depth_size in first place.Nicolas Bruguier1-1/+1
2008-11-29[glx] Avoid memleak in glitz_glx_find_drawable_format_for_visualNicolas Bruguier1-0/+6
2007-09-26Rename .cvsignore files.Kristian Høgsberg1-0/+0
2006-05-24Add glitz_drawable_get_gl_string and direct rendering to the feature maskDavid Reveman1-0/+3
2006-05-22Fix pbuffer resize issueDavid Reveman2-3/+7
2006-03-13Add support for avoiding context switchesDavid Reveman4-10/+32
2006-03-13Add CopySubBufferMESA supportDavid Reveman6-4/+64
2006-02-14fbconfigs and pbuffers if GLX 1.3David Reveman1-12/+15
2006-02-10fglrx hack and some missing ChangeLog entriesDavid Reveman1-7/+14
2006-02-06Draw buffer and swap buffer fixesDavid Reveman1-1/+1
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman1-0/+3
2005-11-29Add YUV surfacesDavid Reveman2-3/+9
2005-09-14Merge new codeDavid Reveman9-1356/+1548
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-2/+11
2005-06-29Add glitz_glx_find_drawable_format_for_visualDavid Reveman3-5/+71
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman1-28/+26
2005-04-12Add glitz_context_t interfaceDavid Reveman4-21/+145
2005-03-12Fix non thread safe initialization code in GLX backendDavid Reveman1-17/+17
2005-03-10Fix pixel offset issue and add temporary workaround for problem with NPOT tex...David Reveman1-0/+17
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...David Reveman9-101/+81
2004-11-03Added cvsignore files to glx and agl directoriesDavid Reveman1-0/+7
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman12-0/+2034