aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* i965: Hook up image state upload.Francisco Jerez2015-08-111-0/+72
* i965: Define and initialize image parameter structure.Francisco Jerez2015-08-111-0/+102
* i965: Implement surface state set-up for shader images.Francisco Jerez2015-08-111-0/+77
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-5/+7
* i965: Upload atomic buffer state for compute shadersJordan Justen2015-05-021-0/+25
* i965: Expose and refactor brw_update_renderbuffer_surfaces()Topi Pohjolainen2015-04-301-21/+30
* i965: Refactor rb surface setup to allow caller to store offsetsTopi Pohjolainen2015-04-301-18/+20
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-4/+4
* i965: Remove the create_raw_surface vtbl hook.Francisco Jerez2015-03-021-3/+3
* i965: Fix I/L/LA SNORM formats.Kenneth Graunke2015-02-271-1/+19
* i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...Francisco Jerez2015-02-101-24/+29
* i965: Override swizzles for integer luminance formats.Kenneth Graunke2015-02-091-0/+8
* i965: Enable L3 caching of buffer surfaces.Francisco Jerez2015-01-311-3/+1
* i965: Apply the miptree offset to surface state for renderbuffersJason Ekstrand2015-01-221-1/+2
* i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.Kenneth Graunke2014-12-241-2/+10
* i965: Add new SIMD8 VS prog data flagKristian Høgsberg2014-12-101-3/+4
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-3/+0
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-5/+5
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-6/+6
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-9/+12
* i965: Correctly use ABO count to trigger flagging of new surfaces.Chris Forbes2014-10-161-1/+1
* i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFERChris Forbes2014-10-161-2/+1
* i965: Add new dirty flag for new TexBOs.Chris Forbes2014-10-161-0/+1
* i965: Fix typo in commentChris Forbes2014-10-011-1/+1
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-4/+4
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-4/+4
* i965: Fix warnings introduced in commit e24ef5ab.Matt Turner2014-07-061-2/+1
* i965: Add a comment about null renderbuffer surfaces and why they exist.Eric Anholt2014-07-021-0/+8
* i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt2014-07-021-29/+4
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-5/+2
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-06-231-6/+8
* i965/wm: Surface state overrides for configuring w-tiled as y-tiledTopi Pohjolainen2014-05-151-0/+24
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-14/+10
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* i965: Use intel_upload_space() for pull constant uploads.Eric Anholt2014-03-261-12/+7
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-1/+1
* i965/wm: Use resolved miptree consistently in surface setupTopi Pohjolainen2014-03-051-8/+8
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-4/+4
* i965: Add surface format overrides for Gen6 gatherChris Forbes2014-02-081-5/+32