aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop AUB_TRACE_* stuff.Kenneth Graunke2017-03-211-10/+8
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-091-2/+2
* i965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFER_SIZE.Kenneth Graunke2017-03-041-0/+18
* i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke2017-03-021-27/+27
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-021-2/+1
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-231-7/+3
* i965: Fix SURFACE_STATE to handle non-zero aux offsetsBen Widawsky2017-01-181-2/+1
* i965: Fix textureGather with RG32I/UI on Gen7.Kenneth Graunke2017-01-131-1/+3
* mesa: make _CurrentFragmentProgram a gl_program struct pointerTimothy Arceri2017-01-061-6/+2
* i965: pass gl_program to brw_upload_ubo_surfaces()Timothy Arceri2017-01-061-12/+11
* st/mesa/glsl/i965: move ShaderStorageBlocks to gl_programTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: set num_ssbos directly in shader_infoTimothy Arceri2017-01-061-2/+2
* st/mesa/glsl/i965: move per stage UniformBlocks to gl_programTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: set num_ubos directly in shader_infoTimothy Arceri2017-01-061-2/+2
* st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri2017-01-061-15/+9
* i965: Add plumbing for fast clear layer/level detailsTopi Pohjolainen2016-11-251-13/+22
* i965: Refactor lossless compression state trackingTopi Pohjolainen2016-11-251-3/+0
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-191-14/+5
* i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-5/+9
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-6/+10
* Partial revert "i965: "Fix" aux offsets"Ben Widawsky2016-11-161-2/+1
* i965: "Fix" aux offsetsBen Widawsky2016-11-161-2/+3
* intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand2016-11-161-31/+25
* i965/gen9: Add HiZ auxiliary buffer supportBen Widawsky2016-11-081-6/+14
* i965: Drop the aux mt when not usedBen Widawsky2016-11-081-3/+3
* i965: Wrap MCS miptree in intel_miptree_aux_bufferJordan Justen2016-11-081-5/+6
* i965: replace brw_fragment_program with brw_programTimothy Arceri2016-10-261-2/+1
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-2/+2
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-2/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-7/+7
* i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.Xu,Randy2016-10-111-1/+3
* i965: get outputs read from nir infoTimothy Arceri2016-10-061-1/+1
* i965: get uses texture gather from nir infoTimothy Arceri2016-10-061-6/+7
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-051-4/+5
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-051-7/+14
* i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.Kenneth Graunke2016-10-041-2/+5
* i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.Kenneth Graunke2016-10-041-1/+3
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-5/+5
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-4/+4
* intel/isl: Add an isl_swizzle structure and use it for isl_view swizzlesJason Ekstrand2016-09-121-23/+8
* i965: Add sanity check for non-compressible texture viewsTopi Pohjolainen2016-09-121-0/+34
* i965/rbc: Consult rb settings for texture surface setupTopi Pohjolainen2016-09-121-7/+60
* i965: Track non-compressible sampling of renderbuffersTopi Pohjolainen2016-09-121-2/+10
* i965: Replace boolean rb surface state setup argument with flagsTopi Pohjolainen2016-09-121-10/+18
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965/gen7: Use R8_UINT stencil copy when sampling the stencil textureJordan Justen2016-08-261-2/+10
* i965: Disable hardware blending if advanced blending is in use.Kenneth Graunke2016-08-251-2/+2
* i965: Upload surface state for non-coherent framebuffer fetch.Francisco Jerez2016-08-251-0/+89
* i965: Implement support for overriding the texture target in brw_emit_surface...Francisco Jerez2016-08-251-4/+50
* i965: Massage argument list of brw_emit_surface_state().Francisco Jerez2016-08-251-11/+11