summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytesPaul Berry2013-01-241-0/+21
* intel: Fix ReadPixels on buffers whose width >= 32kbytesPaul Berry2013-01-241-4/+24
* intel: callocing a 32 byte temp is silly, so don'tIan Romanick2013-01-241-3/+3
* intel: Enable S3TC extensions alwaysIan Romanick2013-01-231-6/+4
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+0
* i965: Implement the GL_ARB_base_instance extension.Kenneth Graunke2013-01-221-0/+2
* intel: Don't expose XRGB8888 visuals any moreIan Romanick2013-01-211-2/+1
* i965: Enable floating-point textures alwaysIan Romanick2013-01-212-20/+5
* intel: Enable GL_OES_depth_texture_cube_mapIan Romanick2013-01-201-0/+1
* i965: Add support for GL_ARB_texture_buffer_object_rgb32.Eric Anholt2013-01-181-0/+1
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-1812-50/+46
* intel: Make intel_blit.c take pitches in bytes.Eric Anholt2013-01-188-19/+15
* intel: Enable GL_ARB_internalformat_queryIan Romanick2013-01-151-0/+1
* intel: Support blitting to multiple color draw buffersAnuj Phogat2013-01-151-32/+60
* intel: Expose support for DRI_API_GLES3Chad Versace2013-01-151-0/+2
* intel: Move validation of context version into intelInitContextChad Versace2013-01-153-30/+70
* intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2013-01-152-11/+96
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-122-1/+7
* i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2013-01-122-0/+2
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-111-1/+2
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-096-125/+115
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-095-26/+34
* intel: Move compute_msaa_layout earlier in file.Paul Berry2013-01-091-38/+41
* mesa: Add ALIGN() macro to main/macros.h.Paul Berry2013-01-081-13/+0
* intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick2013-01-041-1/+1
* i965: Fix glCompressedTexSubImage2D offsets for ETC textures.Paul Berry2013-01-041-0/+3
* i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke2012-12-291-2/+2
* intel: Skip texture validation logic when nothing has changed.Eric Anholt2012-12-285-2/+30