aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-198-42/+24
* i965: Add some checks for array textures in unsupported paths.Eric Anholt2012-11-193-0/+14
* i965: Add a little bit more debug info for validate blits.Eric Anholt2012-11-191-1/+3
* intel: Remove dead function prototype.Eric Anholt2012-11-191-5/+0
* i965: Remove stale comment about wrapped_depth.Eric Anholt2012-11-191-14/+0
* intel: Use core mesa support for determining lastLevel.Eric Anholt2012-11-171-3/+3
* mesa: don't always enable OES_standard_derivativesMarek Olšák2012-10-311-0/+1
* intel: support for 16 bit config with 24 depth and 8 stencilTapani Pälli2012-10-291-2/+7
* intel: If the visual is sRGB, use an sRGB internal formatIan Romanick2012-10-291-0/+2
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-20/+15
* intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace2012-10-181-1/+6
* i965: Make a helper function for the renderbuffer temporary mt workaround.Eric Anholt2012-10-162-0/+29
* intel: Add a macro for printing a debug warning once.Eric Anholt2012-10-161-0/+11
* intel: Remove NV_vertex_program support.Eric Anholt2012-10-151-2/+0
* intel: print debug either to stdout or `logcat' depending on platform.Oliver McFadden2012-10-121-3/+14
* intel: Add missing #include <time.h>Quentin Glidic2012-10-091-0/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford2012-10-031-1/+4
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-0/+1
* intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick2012-09-281-1/+3
* intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace2012-09-281-0/+2
* intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace2012-09-271-6/+6
* intel: Remove dead intel_format_to_rb_datatype.Eric Anholt2012-09-272-52/+0