aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler/gen10: Disable push constants.Rafael Antognolli2017-12-191-0/+7
* i965: Allow old begin/end queryobj for gen4/5 with HW contextsChris Wilson2017-12-151-6/+0
* i965: enable EXT_disjoint_timer_query extensionTapani Pälli2017-12-151-0/+2
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-141-5/+5
* i965: Don't allocate an MCS for 16x MSAA and width > 8192.Kenneth Graunke2017-12-141-0/+4
* i965: compute scratch space size correctly for Gen9+Kevin Rogovin2017-12-121-1/+5
* i965: Program MEDIA_VFE_STATE in a more readable fashion.Kevin Rogovin2017-12-121-6/+13
* xlib: call _mesa_warning() instead of fprintf()Brian Paul2017-12-121-1/+2
* i915: add missing 0 definesEric Engestrom2017-12-121-0/+2
* i965: Add ARB_get_program_binary support using nir_serializationJordan Justen2017-12-086-6/+99
* i965: Fix memory leak when serializing nirJordan Justen2017-12-081-0/+1
* i965: Add brw_program_serialize_nirJordan Justen2017-12-083-6/+14
* i965: Free serialized nir after deserializingJordan Justen2017-12-081-0/+6
* i965: Add brw_program_deserialize_nirJordan Justen2017-12-083-23/+28
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-061-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-061-5/+2
* i965: include brw_pipe_control.h in the tarballEmil Velikov2017-12-061-0/+1
* i965/cnl: Avoid fast-clearing sRGB render buffersNanley Chery2017-12-041-2/+12
* meson: Install dri.pc file when building gallium dri driversDylan Baker2017-12-041-7/+11
* i965: read CS timestamp frequency from the kernel on Gen10+Lionel Landwerlin2017-12-041-0/+24
* i965: Emit CS stall before MEDIA_VFE_STATE.Kenneth Graunke2017-12-041-0/+12
* i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.Kenneth Graunke2017-12-044-62/+90
* i965: Serialize nir later in the linking processJordan Justen2017-12-011-9/+16
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-015-65/+0
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-013-23/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-013-68/+0
* i965/gen10: Change the order of PIPE_CONTROL and load register.Rafael Antognolli2017-12-011-3/+3
* i965/gen10: emit 3DSTATE_MULTISAMPLE more often.Rafael Antognolli2017-12-011-1/+2
* i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-12-012-25/+43
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-302-0/+4
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-11-298-97/+103
* i965: Don't grow batch/state buffer on every emit after an overflow.Kenneth Graunke2017-11-291-23/+19
* i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.Kenneth Graunke2017-11-291-0/+3
* i965: Use old_bo->align when growing batch/state buffer instead of 4096.Kenneth Graunke2017-11-291-1/+2
* i965: Program the dynamic state heap size to MAX_STATE_SIZE.Kenneth Graunke2017-11-293-10/+10
* mesa: deal with vs_inputs as 64-bit unsigned integerJuan A. Suarez Romero2017-11-291-4/+4
* i965: Change a ret == -1 check to ret != 0.Kenneth Graunke2017-11-281-1/+1
* i965: Use C99 struct initializers in brw_bufmgr.c.Kenneth Graunke2017-11-281-91/+49
* i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke2017-11-281-0/+29
* i965: const a few structs and vars to avoid writing to them by accidentEric Engestrom2017-11-281-4/+4
* i965: Fix Smooth Point Enables.Kenneth Graunke2017-11-281-1/+1
* i965: perf: add support for CoffeeLake GT3Lionel Landwerlin2017-11-285-2/+10712
* i965: perf: add support for CoffeeLake GT2Lionel Landwerlin2017-11-285-2/+10484
* i965: perf: add busyness metric sets on gen8/9 platformsLionel Landwerlin2017-11-287-0/+1231
* i965: fix time elapsed counter equations in VME/Media configsLionel Landwerlin2017-11-286-12/+12
* i965: perf: update counter names on gen8/9 platformsLionel Landwerlin2017-11-288-116/+116
* i965: add a debug option to disable oa config loadingLionel Landwerlin2017-11-281-1/+2
* i965: perf: add support for userspace configurationsLionel Landwerlin2017-11-281-8/+101
* i965: perf: update configs for loading from userspaceLionel Landwerlin2017-11-2810-0/+243
* intel/blorp: Take a range of layers in blorp_ccs_resolveJason Ekstrand2017-11-271-1/+1