| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: skip SPI setup for position and face inputs | Vadim Girlin | 2011-06-14 | 2 | -4/+4 |
* | r600g: move depth texture flushing out of line. | Dave Airlie | 2011-06-14 | 6 | -7/+36 |
* | meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source. | Eric Anholt | 2011-06-13 | 1 | -0/+14 |
* | intel: Fix mipmap and format handling of blit glCopyPixels(). | Eric Anholt | 2011-06-13 | 1 | -45/+53 |
* | intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans. | Eric Anholt | 2011-06-13 | 1 | -64/+27 |
* | intel: Use rb->Data and rb->RowStride to handle spans Y flipping. | Eric Anholt | 2011-06-13 | 1 | -7/+4 |
* | intel: Clean up intel_render_texture with a rename and a helper function. | Eric Anholt | 2011-06-13 | 1 | -10/+6 |
* | intel: Move the draw_x/draw_y to the renderbuffer where it belongs. | Eric Anholt | 2011-06-13 | 12 | -80/+97 |
* | dri: include swrast.h, not s_texrender.h | Brian Paul | 2011-06-13 | 2 | -2/+2 |
* | glx: Remove check for gc->vtable->destroy | Jeremy Huddleston | 2011-06-13 | 1 | -2/+1 |
* | apple: applegl_destroy_context: Pass along the correct display | Jeremy Huddleston | 2011-06-13 | 1 | -1/+1 |
* | apple: Dead code removal | Jeremy Huddleston | 2011-06-13 | 2 | -2/+0 |
* | glapi: Add check for NULL symbol_prefix in gentable and fix warnings | Jeremy Huddleston | 2011-06-13 | 2 | -2594/+3891 |
* | i915g: add a few more render target formats | Daniel Vetter | 2011-06-13 | 1 | -0/+7 |
* | mesa: move texrender.c to swrast | Brian Paul | 2011-06-13 | 8 | -44/+35 |
* | vbo: minor simplification in print_draw_arrays() debug function | Brian Paul | 2011-06-13 | 1 | -4/+4 |
* | mesa: move invariant code out of loop in get_tex_rgba() | Brian Paul | 2011-06-13 | 1 | -14/+14 |
* | r600g: Put shaders into immutable buffers. | Mathias Fröhlich | 2011-06-13 | 2 | -2/+3 |
* | r600g: Allow VRAM for the initial domain for every buffer binding. | Mathias Fröhlich | 2011-06-13 | 1 | -15/+11 |
* | r600g: Set the domains value also for recycled buffer objects. | Mathias Fröhlich | 2011-06-13 | 1 | -12/+14 |
* | r600g: Fix typo. | Mathias Fröhlich | 2011-06-13 | 1 | -1/+1 |
* | r600g: remove useless call to u_upload_flush | Pierre-Eric Pelloux-Prayer | 2011-06-13 | 1 | -5/+0 |
* | st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirty | Marek Olšák | 2011-06-13 | 1 | -1/+2 |
* | r600g: fixed bo memory leak issue | Pierre-Eric Pelloux-Prayer | 2011-06-13 | 1 | -0/+1 |
* | mapi: declare x86_entry_start/end static | Chia-I Wu | 2011-06-13 | 2 | -5/+6 |
* | mapi: Fix tls with shared/es-glapi on x86-64 | Benjamin Franzke | 2011-06-13 | 1 | -1/+3 |
* | wayland-drm: remove depend on "make clean" | Chia-I Wu | 2011-06-13 | 1 | -0/+1 |
* | egl_dri2: try swrastg_dri if swrast_dri fails | Chia-I Wu | 2011-06-13 | 1 | -0/+6 |
* | egl_dri2: add dri2_load_driver_swrast | Chia-I Wu | 2011-06-13 | 3 | -19/+44 |
* | egl_dri2: Compare configs before matching them | Benjamin Franzke | 2011-06-12 | 1 | -1/+13 |
* | st/eglwayland: Add support for EGL_DEFAULT_DISPLAY | Benjamin Franzke | 2011-06-12 | 4 | -0/+15 |
* | egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY | Benjamin Franzke | 2011-06-12 | 2 | -3/+23 |
* | apple: Request OpenGL 3.2 from OpenGL.framework if available | Jeremy Huddleston | 2011-06-11 | 1 | -0/+15 |
* | apple: Store the CGL API version number for future reference | Jeremy Huddleston | 2011-06-11 | 2 | -5/+5 |
* | apple: Use a struct glx_config * rather than a void * in apple_visual_create_... | Jeremy Huddleston | 2011-06-11 | 2 | -19/+17 |
* | apple: Use _glapi_create_table_from_handle to initialize our dispatch table | Jeremy Huddleston | 2011-06-11 | 1 | -1117/+1 |
* | glapi: Add API that can create a _glapi_table from a dlfcn handle | Jeremy Huddleston | 2011-06-11 | 5 | -2/+7947 |
* | r300g: max_anisotropy of 1 is not anisotropic filtering | Marek Olšák | 2011-06-11 | 1 | -1/+1 |
* | i915g: implement fence signalling | Daniel Vetter | 2011-06-11 | 1 | -2/+6 |
* | i965: Add support for GL_FIXED vertex attributes. | Eric Anholt | 2011-06-10 | 4 | -1/+41 |
* | glsl: Fix incorrect optimization of instructions before discard statements. | Eric Anholt | 2011-06-10 | 1 | -3/+17 |
* | Fix format not a string literal error with -Werror=format-security | Eugeni Dodonov | 2011-06-10 | 1 | -1/+1 |
* | i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attached | Chad Versace | 2011-06-10 | 1 | -11/+5 |
* | r600g: VGT_PRIMITIVE_TYPE is special | Alex Deucher | 2011-06-09 | 2 | -3/+3 |
* | r600g: Handle CONFIG regs properly | Alex Deucher | 2011-06-09 | 2 | -32/+31 |
* | i965/gen6: Add support for gl_PointCoord. | Eric Anholt | 2011-06-09 | 1 | -0/+3 |
* | i965/gen6: Fix point sprite texture coordinate overrides. | Eric Anholt | 2011-06-09 | 1 | -7/+7 |
* | i965/gen6: Refactor SF setup a bit to handle overrides in one place. | Eric Anholt | 2011-06-09 | 1 | -19/+24 |
* | r300g: fix texturing with non-3D textures and wrap R mode set to sample border | Marek Olšák | 2011-06-09 | 1 | -0/+6 |
* | r300g: don't enable aniso with nearest filtering | Marek Olšák | 2011-06-09 | 1 | -41/+39 |