aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add a driconf option to disable flush throttling.Paul Berry2013-03-211-1/+2
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-181-4/+55
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-051-14/+0
* i965: Make sRGB-capable framebuffers by default.Eric Anholt2013-03-011-2/+9
* 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
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-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
* i965: Bump maximum supported ES2 context version to 3.0Chad Versace2013-01-251-1/+1
* intel: Don't expose XRGB8888 visuals any moreIan Romanick2013-01-211-2/+1
* i965: Enable floating-point textures alwaysIan Romanick2013-01-211-18/+5
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-10/+7
* intel: Expose support for DRI_API_GLES3Chad Versace2013-01-151-0/+2
* intel: Move validation of context version into intelInitContextChad Versace2013-01-151-22/+9
* intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2013-01-151-11/+91
* driconf: Add a new option: disable_glsl_line_continuationsCarl Worth2013-01-111-1/+2
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* intel: Use designated initializers for DRI extension structsChad Versace2012-11-191-16/+20
* 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: Add missing #include <time.h>Quentin Glidic2012-10-091-0/+1
* intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick2012-09-281-1/+3
* intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace2012-09-271-6/+6
* intel: Mark some file-local code as static.Eric Anholt2012-09-271-1/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-121-1/+1
* intel: avoid undefined variable warnings in intel_screen.cPaul Berry2012-09-061-2/+3
* mesa: s/FREE/free/Brian Paul2012-09-011-8/+8
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-5/+5
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-8/+127
* intel: Clean up bits of cruft in intelCreateContextIan Romanick2012-08-291-40/+11
* i965: Set context flagsIan Romanick2012-08-291-2/+3
* i965: Reenable the fragment shader precompile.Kenneth Graunke2012-08-271-1/+1
* dri: Remove image write functionJakob Bornecrantz2012-08-261-28/+0
* intel: Refactor intel_downsample_for_dri2_flushChad Versace2012-08-141-30/+0
* i965: Validate API and version in brwCreateContextIan Romanick2012-08-131-2/+6
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-131-0/+4
* i830: Validate API and version before calling i830CreateContextIan Romanick2012-08-131-0/+18
* intel: In the i915 driver, the chipset cannot be i965Ian Romanick2012-08-131-8/+5
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-0/+17
* i965: Add perf debug for stalls during shader compiles.Eric Anholt2012-08-121-0/+13
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+1
* intel: Fix compiler warnings from winsys msaa.Eric Anholt2012-08-071-1/+1
* intel: Advertise multisample DRI2 configs on gen >= 6Chad Versace2012-08-071-3/+51
* intel: Clarify intel_screen_make_configsChad Versace2012-08-071-20/+16
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-8/+2
* intel: Refactor creation of DRI2 configsChad Versace2012-08-071-91/+98