summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Regenerate parser files from previous two commitsIan Romanick2011-06-132-545/+589
* mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.Eric Anholt2011-06-131-0/+10
* mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2011-06-132-0/+30
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-06-123-23/+22
* st/wgl: Remove buggy assertion.José Fonseca2011-06-121-2/+0
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-06-121-1/+25
* st/wgl: Cope with zero width/height windows.José Fonseca2011-06-121-12/+38
* st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-06-121-5/+12
* st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-06-121-3/+3
* st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-06-121-8/+53
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-06-121-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-06-121-0/+13
* osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Jeremy Huddleston2011-06-111-0/+28
* mesa: return after invalidating renderbufferMarek Olšák2011-06-121-0/+1
* mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2011-06-122-6/+31
* mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák2011-06-121-0/+2
* st/mesa: fix compressed mipmap generation.Dave Airlie2011-06-121-6/+4
* mesa: Ignore blits to/from missing buffersIan Romanick2011-06-121-8/+37
* mesa: Don't try to clear a NULL renderbufferIan Romanick2011-06-121-0/+8
* st/mesa: remove asserts in st_texture_image_copyMarek Olšák2011-06-111-4/+0
* mesa: bump version to 7.10.3Brian Paul2011-06-101-2/+2
* st/mesa: fix software accum buffer format bugBrian Paul2011-06-101-3/+9
* vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()Brian Paul2011-06-101-9/+11
* vbo: check array indexes to prevent negative indexingBrian Paul2011-06-102-10/+13
* draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-101-5/+57
* st/mesa: fix incorrect texture level/face/slice accessesBrian Paul2011-06-102-10/+17
* mesa: check that flex/bison are installedBrian Paul2011-06-101-4/+4
* mesa: add some missing GLAPIENTRY keywordsBrian Paul2011-06-101-8/+8
* r300g: clear can be killed by render conditionMarek Olšák2011-06-103-7/+35
* r300g: fix occlusion queries when depth test is disabled or zbuffer is missingMarek Olšák2011-06-102-4/+29
* r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák2011-06-091-0/+6
* r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák2011-06-091-2/+11
* apple: Fix build failures in applegl_glx.cJeremy Huddleston2011-06-062-17/+31
* apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-063-3/+20
* glx: Dead code removalJeremy Huddleston2011-06-061-2/+0
* apple: ifdef out come glapi-foo on darwinJeremy Huddleston2011-06-061-0/+4
* apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston2011-06-061-4/+6
* apple: Rename GLXcontextJeremy Huddleston2011-06-061-1/+1
* apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston2011-06-061-1/+1
* apple: Re-add driContext and do_destroyJeremy Huddleston2011-06-061-0/+5
* apple: Rename GLXcontextJeremy Huddleston2011-06-064-6/+6
* apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston2011-06-062-2/+2
* apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston2011-06-065-5/+5
* apple: Update GL specsJeremy Huddleston2011-06-067-439/+4738
* mesa: fix void pointer arithmetic warningsBrian Paul2011-06-011-21/+18
* mesa: queries of non-existent FBO attachments should return INVALID_OPERATIONMarek Olšák2011-06-011-1/+26
* mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/EndMarek Olšák2011-06-012-0/+6
* Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt2011-05-311-122/+0
* intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.Eric Anholt2011-05-311-25/+4
* swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.Eric Anholt2011-05-311-3/+3