summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Downsample on DRI2 flushChad Versace2012-08-071-0/+31
* intel: Set num samples for winsys renderbuffersChad Versace2012-08-071-6/+11
* intel: Use consistent pattern in intelCreateBufferChad Versace2012-08-011-4/+2
* intel: Decrease nesting level in intelCreateBufferChad Versace2012-08-011-66/+63
* intel: Remove dead code in intelAllocateBufferChad Versace2012-08-011-85/+7
* intel: move error on create context to proper pathJordan Justen2012-07-241-1/+1
* i965: Add a driconf option to disable GL_ARB_blend_func_extended.Kenneth Graunke2012-07-191-1/+2
* intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt2012-07-171-0/+8
* intel: Convert to using private depth/stencil buffers (v2)Eric Anholt2012-07-171-12/+5
* gbm: Add new gbm_bo_import entry pointKristian Høgsberg2012-07-161-1/+7
* intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONEKristian Høgsberg2012-07-161-1/+4
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-111-2/+48
* intel: Add support for new __DRIimage formatsKristian Høgsberg2012-07-111-0/+15
* intel: Share common __DRIimage allocation codeKristian Høgsberg2012-07-051-40/+19
* intel: Just look up image->internal_format using _mesa_get_format_base_formatKristian Høgsberg2012-07-051-10/+2
* intel: Remove unused __DRIimage::data_type fieldKristian Høgsberg2012-07-051-12/+0
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-031-2/+30
* i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2012-04-301-0/+10