aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Make intel_get_param return an intBen Widawsky2016-04-141-10/+7
* dri/i965: fix incorrect rgbFormat in intelCreateBuffer().Haixia Shi2016-04-121-8/+12
* i965: Check eu/subslices are > 0Ben Widawsky2016-04-081-1/+1
* i965: Fix eu/subslice warningBen Widawsky2016-04-081-11/+23
* i965: Extract SSEU configuration infoBen Widawsky2016-04-081-14/+21
* i965/chv: Display proper brandingBen Widawsky2016-03-111-1/+1
* i965: Query and store GPU properties from kernelBen Widawsky2016-03-111-0/+20
* nir: move to compiler/Emil Velikov2016-01-261-1/+1
* i965: Implement a drirc workaround for broken dual color blending.Kenneth Graunke2016-01-221-0/+1
* i965: Remove unused hw_must_use_separate_stencilBen Widawsky2016-01-131-2/+0
* i965: Start program_string_id from 1, not 0.Kenneth Graunke2015-12-221-0/+1
* i965/screen: Allow OpenGLES 3.1 for gen8+Jordan Justen2015-12-161-0/+5
* Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"Neil Roberts2015-12-161-6/+7
* i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visualsNeil Roberts2015-12-131-7/+6
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-2/+1
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965/skl+: Enable support for 16x multisamplingNeil Roberts2015-11-051-1/+4
* i965: Remove unused devinfo revisionBen Widawsky2015-10-241-3/+11
* i965: Configure bufmgr debug options from intel_screen.cKristian Høgsberg Kristensen2015-10-081-1/+13
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-3/+3
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* i965: Support importing R8 and GR88 dma_bufsChad Versace2015-07-281-0/+6
* i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson2015-07-241-13/+36
* i965: Enable resource streamer for the batchbufferAbdiel Janulgue2015-07-181-0/+14
* i965: bump libdrm requirement to 2.4.61 and drop in-tree workaroundEmil Velikov2015-07-131-5/+0
* i965: Query whether we have kernel support for the TIMESTAMP register onceChris Wilson2015-07-081-0/+22
* i965: Add compiler options to brw_compilerJason Ekstrand2015-06-231-0/+1
* i965: Move INTEL_DEBUG variable parsing to screen creation timeJason Ekstrand2015-06-231-0/+2
* i965: Store the command parser version number in intel_screenNeil Roberts2015-05-121-0/+7
* i965/sync: Implement DRI2_Fence extensionChad Versace2015-05-071-0/+2
* i965: Add XRGB8888 format to intel_screen_make_configsBoyan Ding2015-05-051-1/+2
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-221-2/+3
* i965/device_info: Add a supports_simd16_3src flagJason Ekstrand2015-04-221-1/+25
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-2/+23
* i965: Throttle rendering to an fboChris Wilson2015-03-181-4/+4
* i965: Remove "disable_derivative_optimization" driconf option.Kenneth Graunke2014-12-021-4/+0
* i965/skl: Set max OpenGL version the same as gen7/8Jordan Justen2014-11-031-0/+1
* i965: Delete intel_chipset.h.Kenneth Graunke2014-09-291-1/+0
* i965/gen6: Enable GL 3.3 and GLSL 3.30Chris Forbes2014-09-201-6/+1
* i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vertex_shader_layeredSamuel Iglesias Gonsalvez2014-09-191-1/+1
* i965: add support for RGBA dma_buf imports.Gwenole Beauchesne2014-09-161-0/+6
* dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov2014-08-151-4/+0
* i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2014-08-101-0/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt2014-05-011-13/+17