summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2010-09-28i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang
2010-09-28i965: sandybridge pipe control workaround before write cache flushZhenyu Wang
2010-09-28i965: Add all device ids for sandybridgeZhenyu Wang
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick
2010-09-25intel: Remove unnecessary header.Vinson Lee
2010-09-24intel: Remove unnecessary headers.Vinson Lee
2010-09-24intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.Vinson Lee
2010-09-24intel: Improve some of the miptree debugging.Eric Anholt
2010-09-24intel: More reverting of the sw fallback for depth texture border color.Eric Anholt
2010-09-24intel: Add fallback debug to glGenerateMipmap.Eric Anholt
2010-09-24intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers.Eric Anholt
2010-09-24i965: Add support for rendering to SARGB8 FBOs.Eric Anholt
2010-09-24intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.Eric Anholt
2010-09-24intel: Dead comment removal.Eric Anholt
2010-09-23intel: Remove dead intelIsTextureResident().Eric Anholt
2010-09-23intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.Eric Anholt
2010-09-23intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt
2010-09-23intel: Remove disabled stencil drawpixels acceleration.Eric Anholt
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg
2010-09-22intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-20Fix typos in comments and debug output strings.Timo Wiren
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-09-07i965: Enable EXT_framebuffer_blit internally.Kenneth Graunke
2010-08-30i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier
2010-08-26intel: Merge identical cases in switch statement.Nick Bowler
2010-08-25intel: Support EGL_MESA_image_drmKristian Høgsberg
2010-08-25intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt
2010-08-23i965: Add sandybridge D0 pci idsZhenyu Wang
2010-08-20intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt
2010-08-17i915: Enable ARB_fragment_shader by default.Eric Anholt
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt
2010-08-05intel: Check for a NULL src buffer prior to bltChris Wilson
2010-08-05intel: Check for region allocation failure.Chris Wilson
2010-08-04intel: Remove unnecessary header.Vinson Lee
2010-07-30intel: Add missing header to intel_context.c.Vinson Lee
2010-07-29intel: Add missing header.Vinson Lee
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-07-08intel: Update intel_decode.c from intel-gpu-tools.Eric Anholt
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-18intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt