summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add list of bugs fixed in 7.10.3 releaseIan Romanick2011-06-131-0/+39
* 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-103-4/+4
* docs: 7.10.3 release notes skeleton file, linksBrian Paul2011-06-103-0/+64
* mesa: add include/c99/*.h files to tarballsBrian Paul2011-06-101-0/+1
* 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-104-4/+16
* 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
* darwin: Fix VG_LIB_GLOB to also match the unversioned symlinkJeremy Huddleston2011-06-071-1/+1
* darwin: Don't link against libGL when building libOSMesaJeremy Huddleston2011-06-071-1/+1
* darwin: Set VG_LIB_{NAME,GLOB} to fix make installJeremy Huddleston2011-06-061-10/+12
* apple: Package applegl source into MesaLib tarballJeremy Huddleston2011-06-061-0/+12
* darwin: Define GALLIUM_DRIVERS_DIRS in darwin configJeremy Huddleston2011-06-061-0/+2
* 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