summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke2014-01-201-7/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-101-1/+1
* mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.Paul Berry2014-01-081-1/+1
* i965: Remove unused depth_mode parameter from translate_tex_format().Kenneth Graunke2013-12-291-1/+0
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-12/+12
* mesa: Track number of layers in layered framebuffers.Paul Berry2013-11-211-1/+1
* i965: Fix undefined value usage in ABO setup.Eric Anholt2013-11-121-1/+1
* i965: Combine {brw,gen7}_update_texture_buffer_surface() functions.Kenneth Graunke2013-11-051-1/+1
* i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.Kenneth Graunke2013-11-051-9/+8
* i965: Use the new emit_buffer_surface_state() vtable entry.Kenneth Graunke2013-11-051-10/+10
* i965: Virtualize emit_buffer_surface_state().Kenneth Graunke2013-11-051-4/+10