aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier2010-08-301-0/+13
* intel: Merge identical cases in switch statement.Nick Bowler2010-08-261-11/+5
* intel: Support EGL_MESA_image_drmKristian Høgsberg2010-08-253-0/+87
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-256-37/+32
* intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt2010-08-232-1/+5
* i965: Add sandybridge D0 pci idsZhenyu Wang2010-08-231-1/+3
* intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt2010-08-201-0/+6
* i915: Enable ARB_fragment_shader by default.Eric Anholt2010-08-171-1/+1
* Merge branch 'master' into glsl2Ian Romanick2010-08-138-428/+41
|\
| * intel: Check for a NULL src buffer prior to bltChris Wilson2010-08-051-1/+1
| * intel: Check for region allocation failure.Chris Wilson2010-08-051-0/+6
| * intel: Remove unnecessary header.Vinson Lee2010-08-041-1/+0
| * intel: Add missing header to intel_context.c.Vinson Lee2010-07-301-0/+1
| * intel: Add missing header.Vinson Lee2010-07-291-0/+1
| * intel: Don't depend on context config values when picking texture formatsKristian Høgsberg2010-07-291-24/+12
| * intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-281-7/+20
| * intel: Remove unused intel/server filesKristian Høgsberg2010-07-273-395/+0
* | intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt2010-08-133-3/+1
|/
* intel: Update intel_decode.c from intel-gpu-tools.Eric Anholt2010-07-084-192/+435
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-1/+1
|\
| * mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* | intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt2010-06-181-0/+2
* | intel: Remove unnecessary headers.Vinson Lee2010-06-162-6/+0
* | intel: Remove long-dead comment about releasing texture heaps.Eric Anholt2010-06-141-15/+0
* | i965: Remove caching of surface state objects.Eric Anholt2010-06-112-19/+0
* | i965: Add support for streaming indirect state rather than caching objects.Eric Anholt2010-06-113-1/+12
|/
* intel: Remove unnecessary header.Vinson Lee2010-06-101-1/+0
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-104-14/+50
* intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt2010-06-091-10/+67
* intel: Flag NEW_BUFFERS when changing draw buffers.Eric Anholt2010-06-081-0/+1
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-2/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-0811-66/+70
* intel: Clean up stale comments in intel_batchbuffer.c.Eric Anholt2010-06-081-4/+1
* intel: Remove the non-gem paths for batchbuffer upload.Eric Anholt2010-06-081-22/+4
* intel: Update comment in intel_tex_copy from before miptree x/y rework.Eric Anholt2010-06-081-1/+1
* i915: Don't use XRGB8888 on 830 and 845.Eric Anholt2010-06-043-2/+18
* intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt2010-06-041-1/+1
* intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBAKristian Høgsberg2010-06-011-0/+8
* intel: Initialize batch->reserved_space on allocationChris Wilson2010-05-311-2/+1
* i965: fix PIPE_CONTROL command for gen6.Zou Nan hai2010-05-281-1/+10
* i965: Add support for EXT_timer_query on Ironlake.Eric Anholt2010-05-261-0/+7
* intel: Handle decode of PIPE_CONTROL instructions.Eric Anholt2010-05-261-0/+27
* i965: Don't PIPE_CONTROL instruction cache flush.Eric Anholt2010-05-261-1/+0
* i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt2010-05-231-1/+0
* intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-204-35/+29
* i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt2010-05-181-1/+1
* i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-172-2/+2
* intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg2010-05-171-0/+6
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-142-2/+2
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-144-1/+6