summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-14st/egl: Hookup gbm for drm backendgbm-3Benjamin Franzke6-43/+98
2011-06-14egl_dri2: Hookup gbm as drm platformBenjamin Franzke5-61/+129
2011-06-14gbm: Add gallium (drm) backendBenjamin Franzke9-0/+703
2011-06-14gbm: Add dri backendBenjamin Franzke7-1/+573
2011-06-14Add gbm (generic/graphics buffer manager)Benjamin Franzke18-2/+949
2011-06-14st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke1-0/+19
2011-06-14intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-06-14dri: Add dupImage to DRIimageExtensionBenjamin Franzke1-0/+2
2011-06-14apple: Set the glapi dispatch table on context bindJeremy Huddleston4-3/+4
2011-06-14configure.ac: cleanup the gallium-r300 optionMarek Olšák1-19/+13
2011-06-14st/xorg: remove unused variableMarek Olšák1-1/+0
2011-06-14r600g: do not link with softpipeMarek Olšák1-1/+0
2011-06-14r300g: do not link with softpipeMarek Olšák1-1/+0
2011-06-14xorg-radeon: rename to xorg-r300Marek Olšák4-31/+31
2011-06-14target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák3-52/+9
2011-06-14r600g: skip SPI setup for position and face inputsVadim Girlin2-4/+4
2011-06-14r600g: move depth texture flushing out of line.Dave Airlie6-7/+36
2011-06-13meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source.Eric Anholt1-0/+14
2011-06-13intel: Fix mipmap and format handling of blit glCopyPixels().Eric Anholt1-45/+53
2011-06-13intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.Eric Anholt1-64/+27
2011-06-13intel: Use rb->Data and rb->RowStride to handle spans Y flipping.Eric Anholt1-7/+4
2011-06-13intel: Clean up intel_render_texture with a rename and a helper function.Eric Anholt1-10/+6
2011-06-13intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt12-80/+97
2011-06-13dri: include swrast.h, not s_texrender.hBrian Paul2-2/+2
2011-06-13glx: Remove check for gc->vtable->destroyJeremy Huddleston1-2/+1
2011-06-13apple: applegl_destroy_context: Pass along the correct displayJeremy Huddleston1-1/+1
2011-06-13apple: Dead code removalJeremy Huddleston2-2/+0
2011-06-13glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2-2594/+3891
2011-06-13i915g: add a few more render target formatsDaniel Vetter1-0/+7
2011-06-13mesa: move texrender.c to swrastBrian Paul8-44/+35
2011-06-13vbo: minor simplification in print_draw_arrays() debug functionBrian Paul1-4/+4
2011-06-13mesa: move invariant code out of loop in get_tex_rgba()Brian Paul1-14/+14
2011-06-13r600g: Put shaders into immutable buffers.Mathias Fröhlich2-2/+3
2011-06-13r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich1-15/+11
2011-06-13r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich1-12/+14
2011-06-13r600g: Fix typo.Mathias Fröhlich1-1/+1
2011-06-13r600g: remove useless call to u_upload_flushPierre-Eric Pelloux-Prayer1-5/+0
2011-06-13st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirtyMarek Olšák1-1/+2
2011-06-13r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer1-0/+1
2011-06-13mapi: declare x86_entry_start/end staticChia-I Wu2-5/+6
2011-06-13mapi: Fix tls with shared/es-glapi on x86-64Benjamin Franzke1-1/+3
2011-06-13wayland-drm: remove depend on "make clean"Chia-I Wu1-0/+1
2011-06-13egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu1-0/+6
2011-06-13egl_dri2: add dri2_load_driver_swrastChia-I Wu3-19/+44
2011-06-12egl_dri2: Compare configs before matching themBenjamin Franzke1-1/+13
2011-06-12st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke4-0/+15
2011-06-12egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2-3/+23
2011-06-11apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston1-0/+15
2011-06-11apple: Store the CGL API version number for future referenceJeremy Huddleston2-5/+5
2011-06-11apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2-19/+17