summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-023-17/+36
* meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2018-01-022-7/+7
* meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-1/+1
* meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-7/+6
* meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2018-01-022-0/+2
* meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2018-01-022-14/+14
* meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-9/+7
* meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-14/+10
* meta/blit: Don't restore state of the temporary textureIan Romanick2018-01-021-21/+27
* meta/blit: Check the values instead of the target before restoringIan Romanick2018-01-021-2/+6
* 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