summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Add a driconf option to disable flush throttling.Paul Berry2013-03-213-2/+10
* i965/gen7: Align all depth miplevels to 8 in the X direction.Eric Anholt2013-03-201-1/+9
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-195-8/+19
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-183-4/+94
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-182-0/+2
* i965: Simplify separate stencil checkPaul Berry2013-03-161-1/+1
* intel: Remove some unused debug flags.Eric Anholt2013-03-112-8/+0
* intel: Improve the matching (more formats!) for TexImage from PBOs.Eric Anholt2013-03-051-25/+3
* intel: Improve the test for readpixels blit path format checking.Eric Anholt2013-03-053-37/+6
* intel: Fold intel_region_copy() into its one caller.Eric Anholt2013-03-053-53/+16
* intel: Transition intel_region_map() to being a miptree operation.Eric Anholt2013-03-055-91/+55
* intel: Remove num_mapped_regions tracking.Eric Anholt2013-03-052-14/+0
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-054-39/+2
* intel: Add missing perf debug for a stall on mapping a BO.Eric Anholt2013-03-051-0/+2
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-056-7/+21
* intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt2013-03-055-18/+13
* intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.Eric Anholt2013-03-051-0/+5
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-031-9/+9
* i965: enable ARB_texture_multisample on Gen6+Chris Forbes2013-03-021-0/+1
* i965: take the target into account for Gen7 MSAA modesChris Forbes2013-03-021-3/+19
* i965: add support for multisample texturesChris Forbes2013-03-024-7/+52
* intel: Use the new "ctx" local variable I just added some more.Eric Anholt2013-03-011-2/+2
* i965: Make sRGB-capable framebuffers by default.Eric Anholt2013-03-012-3/+63
* intel: Fix software copying of miptree faces for weird formats.Eric Anholt2013-03-013-61/+77
* intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt2013-03-012-4/+17
* intel: Enable __DRI_API_OPENGL_CORE api with dri2 contextsJordan Justen2013-02-281-0/+2
* intel: update max versions based on MESA_GL_VERSION_OVERRIDEJordan Justen2013-02-281-0/+10
* intel: Remove intel_mipmap_tree::wraps_etcChad Versace2013-02-282-21/+3
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt2013-02-131-9/+4
* intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick2013-02-081-2/+2
* intel: Ensure variable intel is used in i915 builds.Vinson Lee2013-02-081-1/+1
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-082-2/+1
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-083-12/+2
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-063-8/+58
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-1/+1
* intel: Fix regression in intel_create_image_from_name stride handlingTapani Pälli2013-02-041-1/+1
* intel: make sure to setup image dimension in image_from_planar setupAbdiel Janulgue2013-02-041-0/+1
* intel: implement create image from textureAbdiel Janulgue2013-02-011-21/+138
* intel: Account for mt->offset in intel_miptree_mapAbdiel Janulgue2013-02-011-2/+2
* intel: Create a miptree using offsets in intel_set_texture_image_regionAbdiel Janulgue2013-02-011-7/+53
* intel: add pixel offset calculator for miptree levelsAbdiel Janulgue2013-02-012-0/+21
* intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue2013-02-012-14/+25
* intel: expose dimensions and offsets of a miptree level in DRIImageAbdiel Janulgue2013-02-011-0/+7
* intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2013-01-282-7/+7
* intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt2013-01-294-9/+24
* intel: Typo fix: "pitsh" -> "pitch"Paul Berry2013-01-281-1/+1
* i965: Enable ARB_shading_language_packingMatt Turner2013-01-251-0/+1
* i965: Bump maximum supported ES2 context version to 3.0Chad Versace2013-01-251-1/+1
* i965/Gen6+: Enable ARB_ES3_compatibility extensionPaul Berry2013-01-251-0/+1