summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2010-12-06i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.cEric Anholt
2010-12-04intel: Add an env var override to execute for a different GPU revision.Eric Anholt
2010-11-23i915: Disallow alpha, red, RG, and sRGB as render targetsIan Romanick
2010-11-20intel: Remove unnecessary header.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-10intel: Add a new B43 pci id.Robert Hooker
2010-11-09intel: Add assert check for blitting alignment.Peter Clifton
2010-11-09Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt
2010-11-09intel: Fix the client-side swapbuffers throttling.Eric Anholt
2010-11-08intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton
2010-11-03intel: Remove leftover dri1 locking fields in the context.Eric Anholt
2010-11-03intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt
2010-11-03intel: Avoid taking logbase2 of several things that we max.Eric Anholt
2010-11-03intel: Remove the magic unaligned memcpy code.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-11-02intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt
2010-10-27intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick
2010-10-18i965: Avoid blits in BufferCopySubdata on gen6.Eric Anholt
2010-10-18i965: Fix assertion failure on gen6 BufferSubData to busy BO.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-12intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.Eric Anholt
2010-10-11intel_extensions: Add ability to set GLSL version via environmentChad Versace
2010-10-08intel: Enable GL_ARB_explicit_attrib_locationIan Romanick
2010-10-07gles2: Add GL_EXT_texture_format_BGRA8888 supportKristian Høgsberg
2010-10-01i965: Enable GL_ARB_texture_rgIan Romanick
2010-09-30i965: Update renderer strings for sandybridgeAdam Jackson
2010-09-30dri/intel: remove duplicated includeNicolas Kaiser
2010-09-30i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang
2010-09-28i965: fallback bitmap operation on sandybridgeZhenyu Wang
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