summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
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
2010-06-16intel: Remove unnecessary headers.Vinson Lee
2010-06-14intel: Remove long-dead comment about releasing texture heaps.Eric Anholt
2010-06-11i965: Remove caching of surface state objects.Eric Anholt
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt
2010-06-10mesa: move arbprogram.[ch] to main/Brian Paul
2010-06-10intel: Remove unnecessary header.Vinson Lee
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt
2010-06-09intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt
2010-06-08intel: Flag NEW_BUFFERS when changing draw buffers.Eric Anholt
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-08intel: Clean up stale comments in intel_batchbuffer.c.Eric Anholt
2010-06-08intel: Remove the non-gem paths for batchbuffer upload.Eric Anholt
2010-06-08intel: Update comment in intel_tex_copy from before miptree x/y rework.Eric Anholt
2010-06-04i915: Don't use XRGB8888 on 830 and 845.Eric Anholt
2010-06-04intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt
2010-06-01intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBAKristian Høgsberg
2010-05-31intel: Initialize batch->reserved_space on allocationChris Wilson
2010-05-28i965: fix PIPE_CONTROL command for gen6.Zou Nan hai
2010-05-26i965: Add support for EXT_timer_query on Ironlake.Eric Anholt
2010-05-26intel: Handle decode of PIPE_CONTROL instructions.Eric Anholt
2010-05-26i965: Don't PIPE_CONTROL instruction cache flush.Eric Anholt
2010-05-23i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt