Age | Commit message (Expand) | Author |
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang |
2010-04-08 | intel: Call intel_prepare_render() in intelClear() | Li Peng |
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu |
2010-03-30 | intel: Bump intel driver date to later than the date on the 7.8 branch | Ian Romanick |
2010-03-30 | intel: Remove redundant fields from struct intel_context | Kristian Høgsberg |
2010-03-30 | intel: Use fb->Height when flipping read buffer orientation | Kristian Høgsberg |
2010-03-23 | i965: Stop abusing ctx->NewState flags for storing driver internal changes. | Eric Anholt |
2010-03-22 | i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c. | Eric Anholt |
2010-03-22 | intel: Call intel_prepare_render() before looking up regions. | Kristian Høgsberg |
2010-03-22 | Merge branch '7.8' | Brian Paul |
2010-03-18 | intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs. | Ian Romanick |
2010-03-18 | intel: Call _mesa_make_current() after getting initial buffers | Kristian Høgsberg |
2010-03-17 | intel: Call _mesa_make_current() after getting initial buffers | Kristian Høgsberg |
2010-03-17 | intel: Replace mt->pitch with mt->region->pitch. | Eric Anholt |
2010-03-17 | intel: Return false like other blit failure paths if out of aperture. | Eric Anholt |
2010-03-17 | intel: Respect src pitch in _mesa_copy_rect(). | Eric Anholt |
2010-03-17 | intel: Rely on allocated region pitch for the miptree pitch. | Eric Anholt |
2010-03-17 | intel: Assert that the linear blits succeed. | Eric Anholt |
2010-03-17 | intel: Remove level_offset now that it's unused. | Eric Anholt |
2010-03-17 | intel: Remove extra tiling setting after allocating a tiled region. | Eric Anholt |
2010-03-17 | intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too. | Eric Anholt |
2010-03-16 | i965: Fix readpixels from ReadBuffer != DrawBuffer. | Eric Anholt |
2010-03-16 | i965: Fix inversion for glCopyPixels to/from FBOs. | Eric Anholt |
2010-03-16 | intel: Remove more code for x8z24 visuals, since we only do s8z24. | Eric Anholt |
2010-03-06 | dri: drop MINIGLX_SOURCES (2) | George Sapountzis |
2010-03-05 | intel: Remove support for the DRI1 TFP extension. | Eric Anholt |
2010-03-05 | intel: Only do batchbuffer debug if --enable-debug is used. | Eric Anholt |
2010-03-05 | intel: Replace batch macro contents with function calls. | Eric Anholt |
2010-03-05 | intel: Move the assertions about reloc delta from the macros to the function. | Eric Anholt |
2010-03-05 | intel: Check that the batch is mapped per BEGIN, not each OUT. | Eric Anholt |
2010-03-05 | Merge branch 'object-purgeable' | Chris Wilson |
2010-03-05 | APPLE_object_purgeable: intel | Chris Wilson |
2010-03-04 | intel: Remove non-kernel-exec-fencing support. | Eric Anholt |
2010-03-04 | intel: Remove the unused s8 spans code. Not hit during no_rast piglit. | Eric Anholt |
2010-03-04 | i915: Enable texture tiling by default. | Eric Anholt |
2010-03-03 | i915: Tell the kernel when we actually need fence registers on our BOs. | Eric Anholt |
2010-03-03 | intel: Use drm_intel_bo_alloc_tiled for region allocs. | Eric Anholt |
2010-03-03 | i915: Don't do the pitch expansion for tiled buffers. | Eric Anholt |
2010-03-03 | intel: Use GTT mapping in the blit fallback path in case there's tiling. | Eric Anholt |
2010-03-03 | intel: Set InternalFormat for renderbuffers created from an EGLImage | Kristian Høgsberg |
2010-03-02 | intel: passs correct context type to intel_prepare_render() call | Brian Paul |
2010-02-26 | intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer | Kristian Høgsberg |
2010-02-25 | intel: Fix up INTEL_NO_HW support. | Eric Anholt |
2010-02-25 | i965: Fix up some Sandybridge define checks for the structure rebase. | Eric Anholt |
2010-02-25 | i965: Untested Sandybridge SF setup. | Eric Anholt |
2010-02-25 | i965: Add basic decode of new gen6 packet boundaries. | Eric Anholt |
2010-02-25 | i965: Set up sandybridge depthbuffer. | Eric Anholt |
2010-02-25 | intel: Start adding defines and some bits for sandybridge bringup. | Eric Anholt |
2010-02-24 | intel: Implement GL_OES_EGL_image entrypoints | Kristian Høgsberg |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg |