aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt2010-05-141-19/+8
* intel: Don't update window system renderbuffers on TexImage.Eric Anholt2010-05-132-3/+5
* intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg2010-05-111-1/+3
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-112-4/+12
* intel: Also flush front buffer in glFinish()Kristian Høgsberg2010-05-101-0/+1
* intel: Drop intelFlush()Kristian Høgsberg2010-05-1012-26/+19
* intel: Only flush fake front buffer on API level glFlush()Kristian Høgsberg2010-05-101-17/+29
* intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg2010-05-101-1/+12
* intel: Mark frontbuffer dirty in intel_prepare_render()Kristian Høgsberg2010-05-101-9/+8
* i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt2010-05-044-6/+16
* intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt2010-05-041-4/+3
* intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg2010-05-041-2/+1
* intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg2010-05-041-0/+1
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-025-9/+129
|\
| * intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg2010-04-283-2/+104
| * intel: Advertise GLES1/2 for i915+ when enabledKristian Høgsberg2010-04-281-0/+12
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-283-6/+11
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* | i965: Fix cube map layouts on Ironlake.Eric Anholt2010-04-292-5/+5
* | DRI2: add config query extensionJesse Barnes2010-04-221-0/+1
|/
* intel: Add Sandybridge mobile chipset idZhenyu Wang2010-04-211-1/+3
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-213-14/+12
* intel: Call intel_prepare_render() in intelClear()Li Peng2010-04-082-2/+4
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+4
* intel: Bump intel driver date to later than the date on the 7.8 branchIan Romanick2010-03-301-1/+1
* intel: Remove redundant fields from struct intel_contextKristian Høgsberg2010-03-302-21/+8
* 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