aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Use tex_mocs instead of rb_mocs for GL images.Kenneth Graunke2016-07-191-1/+1
* i965: Skip update_texture_surface when the plane doesn't existJason Ekstrand2016-07-181-8/+10
* i965/context: Remove some unnecessary vfuncsJason Ekstrand2016-07-151-2/+1
* i965: Get rid of gen6_surface_state.cJason Ekstrand2016-07-151-0/+7
* i965: Use ISL for emitting buffer surface statesJason Ekstrand2016-07-151-49/+44
* i965/state: Account for the element size in emit_buffer_surface_stateJason Ekstrand2016-07-151-5/+6
* i965/gen4-6: Use the generic ISL-based path for texture surfacesJason Ekstrand2016-07-151-93/+1
* i965/state: Add generic surface update functions based on ISLJason Ekstrand2016-07-151-0/+185
* i965/surface_state: Rename brw_update to gen4_updateJason Ekstrand2016-07-151-11/+11
* i965/state: Use ISL for emitting image surfacesJason Ekstrand2016-07-151-11/+22
* i965/state: Add a helper for emitting a surface state using islJason Ekstrand2016-07-151-0/+81
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-3/+3
* i965: Use miptree to decide format on multi-plane images for gen < 7Jordan Justen2016-06-261-1/+2
* i965: Skip update_texture_surface when the plane doesn't existJordan Justen2016-06-241-9/+6
* i965/gen4: Subtract 1 from buffer sizesJason Ekstrand2016-06-221-3/+3
* i965: Remove fake W-tiled render target supportJason Ekstrand2016-06-221-25/+0
* i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctlyJason Ekstrand2016-06-221-1/+3
* i965/gen4: Pull texture formats from the texture object not the miptreeJason Ekstrand2016-06-221-1/+1
* i965: Emit surface states for extra planes prior to gen8Jason Ekstrand2016-06-081-0/+9
* i965: Support textures with multiple planesKristian Høgsberg Kristensen2016-05-241-16/+22
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-2/+14
* i965/surface_state: Use libisl functions for image format loweringJason Ekstrand2016-04-211-9/+12
* i965: Allow texture surface state setup to be used by blorpTopi Pohjolainen2016-04-211-1/+2
* i965: Reupload push and pull constants when we get new shader image unit state.Francisco Jerez2016-02-131-0/+5
* i965: Split brw_upload_texture_surfaces into compute/render atoms.Kenneth Graunke2016-02-111-7/+31
* i965/wm: use binding size for ubo/ssbo when automatic size is unsetIlia Mirkin2016-01-051-4/+10
* Revert "i965/wm: use proper API buffer size for the surfaces."Ilia Mirkin2016-01-051-8/+4
* i965/wm: use proper API buffer size for the surfaces.Samuel Iglesias Gonsálvez2016-01-041-4/+8
* i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke2015-12-221-5/+2
* i965: Add tessellation shader surface support.Kenneth Graunke2015-12-111-0/+16
* i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand2015-12-071-13/+8
* i965/vec4: Use a stride of 1 and byte offsets for UBOsJason Ekstrand2015-12-071-4/+1
* i965/fs: Use a stride of 1 and byte offsets for UBOsJason Ekstrand2015-12-071-1/+1
* i965: use _Shader to get fragment program when updating surface stateTapani Pälli2015-12-031-2/+2
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-1/+1
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-0/+1
* glsl: keep track of intra-stage indices for atomicsTimothy Arceri2015-10-271-18/+19
* i965: Do not use NumBufferInterfaceBlocksIago Toral Quiroga2015-10-191-1/+1
* i965: Adapt SSBOs to work with their own separate index spaceIago Toral Quiroga2015-10-141-40/+39
* mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-141-5/+5
* i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez2015-10-091-4/+6
* i965/miptree: Rename align_w,align_h -> halign,valignChad Versace2015-09-301-2/+2
* i965/cs: Upload UBO/SSBO surfacesJordan Justen2015-09-301-0/+26
* i965/cs: Setup surface binding for gl_NumWorkGroupsJordan Justen2015-09-291-0/+43
* i965/wm: surfaces should have the API buffer size, not the drm buffer sizeSamuel Iglesias Gonsalvez2015-09-251-2/+2
* i965/wm: emit null buffer surfaces when null buffers are attachedSamuel Iglesias Gonsalvez2015-09-251-18/+26
* i965: Upload Shader Storage Buffer Object surfacesIago Toral Quiroga2015-09-251-13/+51
* i965: Support CS in update_stage_texture_surfacesJordan Justen2015-09-101-0/+7
* mesa: Don't lose track of the shader image layer originally specified by the ...Francisco Jerez2015-08-201-2/+2
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1