summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-9/+10
* intel: Add a new B43 pci id.Robert Hooker2010-11-102-1/+4
* intel: Add assert check for blitting alignment.Peter Clifton2010-11-091-2/+3
* Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt2010-11-091-5/+1
* intel: Fix the client-side swapbuffers throttling.Eric Anholt2010-11-091-1/+5
* intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton2010-11-081-2/+5
* intel: Remove leftover dri1 locking fields in the context.Eric Anholt2010-11-031-3/+0
* intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt2010-11-031-15/+0
* intel: Avoid taking logbase2 of several things that we max.Eric Anholt2010-11-031-5/+1
* intel: Remove the magic unaligned memcpy code.Eric Anholt2010-11-031-89/+0
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-0310-75/+67
* intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt2010-11-022-13/+9
* intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick2010-10-271-0/+2
* i965: Avoid blits in BufferCopySubdata on gen6.Eric Anholt2010-10-181-1/+2
* i965: Fix assertion failure on gen6 BufferSubData to busy BO.Eric Anholt2010-10-181-10/+17
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1328-121/+121
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-133-9/+9
* intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.Eric Anholt2010-10-121-0/+2
* intel_extensions: Add ability to set GLSL version via environmentChad Versace2010-10-111-1/+18
* intel: Enable GL_ARB_explicit_attrib_locationIan Romanick2010-10-081-0/+1
* gles2: Add GL_EXT_texture_format_BGRA8888 supportKristian Høgsberg2010-10-071-0/+1
* 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