aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Take a blorp_context in compile_nir_shaderJason Ekstrand2016-08-296-6/+11
* i965/meta_util: Take an isl_device in get_fast_clear_rectJason Ekstrand2016-08-293-5/+5
* i965/blorp: Add an "exec" function pointer to blorp_contextJason Ekstrand2016-08-298-56/+50
* i965/blorp: Remove some i965-isms from genX_blorp_exec.hJason Ekstrand2016-08-292-5/+5
* i965/blorp: Move the guts of brw_blorp_exec into genX_blorp_exec.cJason Ekstrand2016-08-292-66/+66
* i965/blorp: Pull the guts of blorp_exec into a driver-agnostic headerJason Ekstrand2016-08-293-1101/+1180
* i965/blorp/exec: Refactor to use a new blorp_batch structJason Ekstrand2016-08-293-148/+195
* i965/blorp: Add a helper for allocating binding tables and surface statesJason Ekstrand2016-08-291-22/+42
* i965/blorp: Use BT_INDEX enums for setting up the binding tableJason Ekstrand2016-08-291-2/+2
* i965/blorp: Shorten binding table index enum namesJason Ekstrand2016-08-292-6/+6
* i965/blorp/genX: Add a blorp_surface_reloc helperJason Ekstrand2016-08-291-17/+21
* i965/blorp: Use blorp_address in brw_blorp_surface instead of bo+offsetJason Ekstrand2016-08-296-68/+64
* i965/blorp: Pull emit_surface_state into genX_blorp_exec.cJason Ekstrand2016-08-293-86/+80
* i965/blorp: Add driver mocs settings to the contextJason Ekstrand2016-08-294-18/+39
* i965/blorp/genX: Move emit_urb_config into another helperJason Ekstrand2016-08-291-13/+17
* i965/blorp: Use gen6_upload_urbJason Ekstrand2016-08-291-4/+2
* i965/gen6: Refactor gen6_upload_urbJason Ekstrand2016-08-292-24/+35
* i965/blorp/genX: Pull emit_3dstate_multisample into a helperJason Ekstrand2016-08-291-5/+11
* i965/blorp/genX: Add helpers for allocating various bits of stateJason Ekstrand2016-08-291-32/+53
* i965/blorp: Expose the shader cache through function pointersJason Ekstrand2016-08-294-18/+47
* i965/blorp: Add a blorp_context struct and init/finish funcsJason Ekstrand2016-08-296-0/+42
* i965/hsw: Enable ARB_ES3_1_compatibility extensionJordan Justen2016-08-291-1/+2
* i965/vec4: remove the generator hack for dual instanced GSIago Toral Quiroga2016-08-291-31/+0
* mesa: remove OES_shader_io_blocks enableIlia Mirkin2016-08-281-1/+0
* i965: Enable OES_texture_cube_map_array on Gen8+Ian Romanick2016-08-261-0/+1
* i965: Enable GL_OES_geometry_shader on Gen8+Ian Romanick2016-08-261-0/+1
* nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20Ian Romanick2016-08-263-1/+17
* nouveau: Fix non-1x post-scale factor with DOT3 combinerIan Romanick2016-08-261-10/+8
* i965: Enable OpenGLES 3.1 for HaswellJordan Justen2016-08-261-0/+5
* i965: Enable ARB_texture_stencil8 for HaswellJordan Justen2016-08-261-1/+1
* i965: Enable ARB_stencil_texturing for HaswellJordan Justen2016-08-261-1/+4
* i965/gen7: Use R8_UINT stencil copy when sampling the stencil textureJordan Justen2016-08-261-2/+10
* i965/gen7: Copy stencil when sampling the stencil textureJordan Justen2016-08-261-0/+5
* i965: Add function to copy a stencil miptree to an R8_UINT miptreeJordan Justen2016-08-262-1/+60
* i965: Track that the stencil data was updated when using Tex*ImageJordan Justen2016-08-262-2/+8
* i965: Track that the stencil data was updated when renderingJordan Justen2016-08-261-0/+1
* i965: Track that the stencil data was updated when clearingJordan Justen2016-08-261-0/+8
* i965/gen7: Add R8_UINT stencil miptree copy for samplingJordan Justen2016-08-262-0/+14
* i965: Fix assert with multisampling and cubemapsJordan Justen2016-08-261-2/+4
* i965/hsw: Adjust uploading default color for stencil surfacesJordan Justen2016-08-261-2/+15
* i965/hsw: Don't advertise more than 64 threads for compute shadersJordan Justen2016-08-261-14/+25
* i965: Embrace "unlimited" GTT mmap supportChris Wilson2016-08-264-16/+53
* i965: Implement GL_KHR_blend_equation_advanced_coherent on Gen9+.Kenneth Graunke2016-08-251-0/+1
* i965: Enable GL_KHR_blend_equation_advanced on G45 and later.Kenneth Graunke2016-08-252-1/+5
* i965: Disable hardware blending if advanced blending is in use.Kenneth Graunke2016-08-254-5/+7
* i965: Safely iterate the predecessors of the end block.Kenneth Graunke2016-08-251-9/+14
* nir: Use nir_shader_get_entrypoint in TCS quad workaround code.Kenneth Graunke2016-08-251-12/+9
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-251-1/+1
* i965: Expose shader framebuffer fetch extensions on Gen9+.Francisco Jerez2016-08-251-1/+2
* i965/fs: Hook up coherent framebuffer reads to the NIR front-end.Francisco Jerez2016-08-251-2/+20