summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2013-03-05i965: Fix Crystal Well PCI IDs.Kenneth Graunke1-9/+9
2013-02-22i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick1-1/+1
2013-02-17intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick1-2/+2
2013-02-07i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke3-8/+58
2013-01-25i965: Enable ARB_shading_language_packingMatt Turner1-0/+1
2013-01-25i965: Bump maximum supported ES2 context version to 3.0Chad Versace1-1/+1
2013-01-25i965/Gen6+: Enable ARB_ES3_compatibility extensionPaul Berry1-0/+1
2013-01-24intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytesPaul Berry1-0/+21
2013-01-24intel: Fix ReadPixels on buffers whose width >= 32kbytesPaul Berry1-4/+24
2013-01-24intel: callocing a 32 byte temp is silly, so don'tIan Romanick1-3/+3
2013-01-23intel: Enable S3TC extensions alwaysIan Romanick1-6/+4
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+0
2013-01-22i965: Implement the GL_ARB_base_instance extension.Kenneth Graunke1-0/+2
2013-01-21intel: Don't expose XRGB8888 visuals any moreIan Romanick1-2/+1
2013-01-21i965: Enable floating-point textures alwaysIan Romanick2-20/+5
2013-01-20intel: Enable GL_OES_depth_texture_cube_mapIan Romanick1-0/+1
2013-01-18i965: Add support for GL_ARB_texture_buffer_object_rgb32.Eric Anholt1-0/+1
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt12-50/+46
2013-01-18intel: Make intel_blit.c take pitches in bytes.Eric Anholt8-19/+15
2013-01-15intel: Enable GL_ARB_internalformat_queryIan Romanick1-0/+1
2013-01-15intel: Support blitting to multiple color draw buffersAnuj Phogat1-32/+60
2013-01-15intel: Expose support for DRI_API_GLES3Chad Versace1-0/+2
2013-01-15intel: Move validation of context version into intelInitContextChad Versace3-30/+70
2013-01-15intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2-11/+96
2013-01-12i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2-1/+7
2013-01-12i965: Add an INTEL_DEBUG=no16 option.Kenneth Graunke2-0/+2
2013-01-11driconf: Add a new option: disable_glsl_line_continuationsCarl Worth1-1/+2
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry6-125/+115
2013-01-09intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry5-26/+34
2013-01-09intel: Move compute_msaa_layout earlier in file.Paul Berry1-38/+41
2013-01-08mesa: Add ALIGN() macro to main/macros.h.Paul Berry1-13/+0
2013-01-04intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick1-1/+1
2013-01-04i965: Fix glCompressedTexSubImage2D offsets for ETC textures.Paul Berry1-0/+3
2012-12-29i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke1-2/+2
2012-12-28intel: Skip texture validation logic when nothing has changed.Eric Anholt5-2/+30
2012-12-28intel: Turn a test in miptree_match_image into an assert.Eric Anholt1-2/+5
2012-12-26intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt1-1/+1
2012-12-22intel: Remove a couple of dead function prototypes.Eric Anholt1-5/+0
2012-12-22i965: Assert that relayout laid out something that won't need it again.Eric Anholt1-0/+6
2012-12-22i965: Also fix validation of Z32F_S8 textures.Eric Anholt1-0/+2
2012-12-22i965: Fix validation of ETC miptrees.Eric Anholt1-5/+7
2012-12-22qi965: Add perf debug for texture relayout.Eric Anholt1-0/+5
2012-12-14i965: expose ARB_texture_cube_map_arrayChris Forbes1-0/+1
2012-12-12mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák1-4/+1
2012-12-12mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák1-5/+1
2012-12-07intel: Enable ETC2 support on intel hardwareAnuj Phogat2-50/+83
2012-12-05i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2-0/+7
2012-12-03intel: Always enable GL_ARB_framebuffer_objectIan Romanick1-2/+1
2012-12-03i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke1-0/+1
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-1/+1