summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable GL_ARB_texture_rgIan Romanick2010-10-013-0/+67
* i965: Update renderer strings for sandybridgeAdam Jackson2010-09-301-0/+13
* dri/intel: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang2010-09-301-2/+8
* i965: fallback bitmap operation on sandybridgeZhenyu Wang2010-09-281-0/+6
* i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang2010-09-281-0/+5
* i965: sandybridge pipe control workaround before write cache flushZhenyu Wang2010-09-282-1/+21
* i965: Add all device ids for sandybridgeZhenyu Wang2010-09-281-6/+14
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-2/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-271-2/+0
* intel: Remove unnecessary header.Vinson Lee2010-09-251-1/+0
* intel: Remove unnecessary headers.Vinson Lee2010-09-242-21/+0
* intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.Vinson Lee2010-09-241-0/+1
* intel: Improve some of the miptree debugging.Eric Anholt2010-09-241-2/+11
* intel: More reverting of the sw fallback for depth texture border color.Eric Anholt2010-09-241-4/+1
* intel: Add fallback debug to glGenerateMipmap.Eric Anholt2010-09-241-0/+4
* intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers.Eric Anholt2010-09-241-3/+2
* i965: Add support for rendering to SARGB8 FBOs.Eric Anholt2010-09-242-0/+6
* intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.Eric Anholt2010-09-241-0/+4
* intel: Dead comment removal.Eric Anholt2010-09-241-1/+0
* intel: Remove dead intelIsTextureResident().Eric Anholt2010-09-231-18/+0
* intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.Eric Anholt2010-09-231-180/+1
* intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt2010-09-231-6/+0
* intel: Remove disabled stencil drawpixels acceleration.Eric Anholt2010-09-231-210/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-232-16/+6
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-222-4/+4
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-221-3/+3
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-221-0/+3
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-1/+0
* Fix typos in comments and debug output strings.Timo Wiren2010-09-201-1/+1
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* i965: Enable EXT_framebuffer_blit internally.Kenneth Graunke2010-09-071-0/+1
* i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier2010-08-301-0/+13
* intel: Merge identical cases in switch statement.Nick Bowler2010-08-261-11/+5
* intel: Support EGL_MESA_image_drmKristian Høgsberg2010-08-253-0/+87
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-256-37/+32
* intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt2010-08-232-1/+5
* i965: Add sandybridge D0 pci idsZhenyu Wang2010-08-231-1/+3
* intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt2010-08-201-0/+6
* i915: Enable ARB_fragment_shader by default.Eric Anholt2010-08-171-1/+1
* Merge branch 'master' into glsl2Ian Romanick2010-08-138-428/+41
|\
| * intel: Check for a NULL src buffer prior to bltChris Wilson2010-08-051-1/+1
| * intel: Check for region allocation failure.Chris Wilson2010-08-051-0/+6
| * intel: Remove unnecessary header.Vinson Lee2010-08-041-1/+0
| * intel: Add missing header to intel_context.c.Vinson Lee2010-07-301-0/+1
| * intel: Add missing header.Vinson Lee2010-07-291-0/+1
| * intel: Don't depend on context config values when picking texture formatsKristian Høgsberg2010-07-291-24/+12
| * intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-281-7/+20