Age | Commit message (Expand) | Author |
2010-05-10 | intel: Also flush front buffer in glFinish() | Kristian Høgsberg |
2010-05-10 | intel: Drop intelFlush() | Kristian Høgsberg |
2010-05-10 | intel: Only flush fake front buffer on API level glFlush() | Kristian Høgsberg |
2010-05-10 | intel: Don't mark front buffer dirty if we're only reading | Kristian Høgsberg |
2010-05-10 | intel: Mark frontbuffer dirty in intel_prepare_render() | Kristian Høgsberg |
2010-05-04 | i965: When an RB gets a new region, clear the old from the state cache. | Eric Anholt |
2010-05-04 | intel: Don't tile textures so small that size is blown up by over 2x. | Eric Anholt |
2010-05-04 | intel: Update renderbuffers unconditionally in intelSetTexBuffer2() | Kristian Høgsberg |
2010-05-04 | intel: Enable GL_EXT_framebuffer_object for gles2 | Kristian Høgsberg |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg |
2010-04-28 | intel: Only register ES2 extensions for ES2 contexts | Kristian Høgsberg |
2010-04-28 | intel: Advertise GLES1/2 for i915+ when enabled | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-21 | intel: Add Sandybridge mobile chipset id | Zhenyu Wang |
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang |
2010-04-29 | i965: Fix cube map layouts on Ironlake. | Eric Anholt |
2010-04-22 | DRI2: add config query extension | Jesse Barnes |
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 |