summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965: Drop a funny assert about mt pitch.Eric Anholt2014-05-011-1/+0
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-11/+11
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-69/+68
* i965: Drop the global GEM name from regions.Eric Anholt2014-05-011-2/+2
* i965: Fix another broken offset-aligned-to-tile test.Eric Anholt2014-05-011-3/+1
* i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt2014-05-011-3/+1
* i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt2014-05-011-12/+3
* i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke2014-04-301-4/+9
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-5/+5
* i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne2014-03-251-0/+9
* i965: Add an env var for forcing window system MSAA.Eric Anholt2014-03-241-0/+15
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-0/+3
* i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke2014-03-181-2/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-011-1/+1
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-261-2/+2
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-221-4/+0
* i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke2014-02-191-1/+4
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-2/+2
* i965: Don't call abort() on an unknown device.Kenneth Graunke2014-02-111-0/+2