summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Turn a test in miptree_match_image into an assert.Eric Anholt2012-12-281-2/+5
* intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt2012-12-261-1/+1
* intel: Remove a couple of dead function prototypes.Eric Anholt2012-12-221-5/+0
* i965: Assert that relayout laid out something that won't need it again.Eric Anholt2012-12-221-0/+6
* i965: Also fix validation of Z32F_S8 textures.Eric Anholt2012-12-221-0/+2
* i965: Fix validation of ETC miptrees.Eric Anholt2012-12-221-5/+7
* qi965: Add perf debug for texture relayout.Eric Anholt2012-12-221-0/+5
* i965: expose ARB_texture_cube_map_arrayChris Forbes2012-12-141-0/+1
* mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák2012-12-121-4/+1
* mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák2012-12-121-5/+1
* intel: Enable ETC2 support on intel hardwareAnuj Phogat2012-12-072-50/+83
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-052-0/+7
* intel: Always enable GL_ARB_framebuffer_objectIan Romanick2012-12-031-2/+1
* i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke2012-12-031-0/+1
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+1
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes2012-11-261-0/+1
* intel: Use designated initializers for DRI extension structsChad Versace2012-11-191-16/+20