aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apple: Set the glapi dispatch table on context bindJeremy Huddleston2011-06-144-3/+4
* configure.ac: cleanup the gallium-r300 optionMarek Olšák2011-06-141-19/+13
* st/xorg: remove unused variableMarek Olšák2011-06-141-1/+0
* r600g: do not link with softpipeMarek Olšák2011-06-141-1/+0
* r300g: do not link with softpipeMarek Olšák2011-06-141-1/+0
* xorg-radeon: rename to xorg-r300Marek Olšák2011-06-144-31/+31
* target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák2011-06-143-52/+9
* r600g: skip SPI setup for position and face inputsVadim Girlin2011-06-142-4/+4
* r600g: move depth texture flushing out of line.Dave Airlie2011-06-146-7/+36
* meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source.Eric Anholt2011-06-131-0/+14
* intel: Fix mipmap and format handling of blit glCopyPixels().Eric Anholt2011-06-131-45/+53
* intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.Eric Anholt2011-06-131-64/+27
* intel: Use rb->Data and rb->RowStride to handle spans Y flipping.Eric Anholt2011-06-131-7/+4
* intel: Clean up intel_render_texture with a rename and a helper function.Eric Anholt2011-06-131-10/+6
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-1312-80/+97
* dri: include swrast.h, not s_texrender.hBrian Paul2011-06-132-2/+2
* glx: Remove check for gc->vtable->destroyJeremy Huddleston2011-06-131-2/+1
* apple: applegl_destroy_context: Pass along the correct displayJeremy Huddleston2011-06-131-1/+1
* apple: Dead code removalJeremy Huddleston2011-06-132-2/+0
* glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2011-06-132-2594/+3891
* i915g: add a few more render target formatsDaniel Vetter2011-06-131-0/+7
* mesa: move texrender.c to swrastBrian Paul2011-06-138-44/+35
* vbo: minor simplification in print_draw_arrays() debug functionBrian Paul2011-06-131-4/+4
* mesa: move invariant code out of loop in get_tex_rgba()Brian Paul2011-06-131-14/+14
* r600g: Put shaders into immutable buffers.Mathias Fröhlich2011-06-132-2/+3
* r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich2011-06-131-15/+11
* r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich2011-06-131-12/+14
* r600g: Fix typo.Mathias Fröhlich2011-06-131-1/+1
* r600g: remove useless call to u_upload_flushPierre-Eric Pelloux-Prayer2011-06-131-5/+0
* st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirtyMarek Olšák2011-06-131-1/+2
* r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer2011-06-131-0/+1
* mapi: declare x86_entry_start/end staticChia-I Wu2011-06-132-5/+6
* mapi: Fix tls with shared/es-glapi on x86-64Benjamin Franzke2011-06-131-1/+3
* wayland-drm: remove depend on "make clean"Chia-I Wu2011-06-131-0/+1
* egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu2011-06-131-0/+6
* egl_dri2: add dri2_load_driver_swrastChia-I Wu2011-06-133-19/+44
* egl_dri2: Compare configs before matching themBenjamin Franzke2011-06-121-1/+13
* st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-124-0/+15
* egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-122-3/+23
* apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston2011-06-111-0/+15
* apple: Store the CGL API version number for future referenceJeremy Huddleston2011-06-112-5/+5
* apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2011-06-112-19/+17
* apple: Use _glapi_create_table_from_handle to initialize our dispatch tableJeremy Huddleston2011-06-111-1117/+1
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-115-2/+7947
* r300g: max_anisotropy of 1 is not anisotropic filteringMarek Olšák2011-06-111-1/+1
* i915g: implement fence signallingDaniel Vetter2011-06-111-2/+6
* i965: Add support for GL_FIXED vertex attributes.Eric Anholt2011-06-104-1/+41
* glsl: Fix incorrect optimization of instructions before discard statements.Eric Anholt2011-06-101-3/+17
* Fix format not a string literal error with -Werror=format-securityEugeni Dodonov2011-06-101-1/+1
* i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attachedChad Versace2011-06-101-11/+5