summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
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
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