aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Use fb->Height when flipping read buffer orientationKristian Høgsberg2010-03-301-12/+2
* i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt2010-03-231-3/+3
* i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.Eric Anholt2010-03-222-0/+2
* intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg2010-03-223-6/+9
* Merge branch '7.8'Brian Paul2010-03-221-1/+3
|\
| * intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs.Ian Romanick2010-03-181-1/+3
| * intel: Call _mesa_make_current() after getting initial buffersKristian Høgsberg2010-03-181-1/+1
* | intel: Call _mesa_make_current() after getting initial buffersKristian Høgsberg2010-03-171-1/+1
* | intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-176-88/+21
* | intel: Return false like other blit failure paths if out of aperture.Eric Anholt2010-03-171-16/+2
* | intel: Respect src pitch in _mesa_copy_rect().Eric Anholt2010-03-171-1/+1
* | intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt2010-03-174-25/+7
* | intel: Assert that the linear blits succeed.Eric Anholt2010-03-171-14/+17
* | intel: Remove level_offset now that it's unused.Eric Anholt2010-03-172-13/+5
* | intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt2010-03-172-9/+3
* | intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too.Eric Anholt2010-03-171-2/+2
* | i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt2010-03-161-8/+8
* | i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt2010-03-164-13/+20
* | intel: Remove more code for x8z24 visuals, since we only do s8z24.Eric Anholt2010-03-161-12/+7
* | dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1306/+0
|/
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-054-35/+0
* intel: Only do batchbuffer debug if --enable-debug is used.Eric Anholt2010-03-051-0/+10
* intel: Replace batch macro contents with function calls.Eric Anholt2010-03-051-28/+39
* intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt2010-03-052-2/+4
* intel: Check that the batch is mapped per BEGIN, not each OUT.Eric Anholt2010-03-051-1/+1
* Merge branch 'object-purgeable'Chris Wilson2010-03-052-1/+136
|\
| * APPLE_object_purgeable: intelChris Wilson2010-03-052-1/+136
* | intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-0413-581/+69
* | intel: Remove the unused s8 spans code. Not hit during no_rast piglit.Eric Anholt2010-03-041-59/+1
* | i915: Enable texture tiling by default.Eric Anholt2010-03-041-8/+3
|/
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-034-12/+49
* intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt2010-03-031-28/+11
* i915: Don't do the pitch expansion for tiled buffers.Eric Anholt2010-03-031-4/+4
* intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt2010-03-031-15/+14
* intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg2010-03-031-0/+1
* intel: passs correct context type to intel_prepare_render() callBrian Paul2010-03-021-1/+1
* intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg2010-02-261-1/+2
* intel: Fix up INTEL_NO_HW support.Eric Anholt2010-02-251-1/+2
* i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt2010-02-251-0/+2
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+13
* i965: Add basic decode of new gen6 packet boundaries.Eric Anholt2010-02-251-0/+6
* i965: Set up sandybridge depthbuffer.Eric Anholt2010-02-251-1/+3
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-254-4/+34
* intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg2010-02-242-0/+88
* intel: Implement DRI image extensionKristian Høgsberg2010-02-242-0/+101
* intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg2010-02-231-0/+1
* i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt2010-02-231-0/+1
* intel: assert that we do not overflow the batch buffer.Chris Wilson2010-02-221-1/+2
* intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson2010-02-221-0/+4
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2