aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-291-0/+50
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-231-4/+9
* i965: Add support for GL_ARB_texture_buffer_range.Eric Anholt2013-10-231-4/+11
* i965: Fix texture buffer rendering after a whole buffer replacement.Eric Anholt2013-10-231-0/+2
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-34/+31
* i965: Emit a second set of SURFACE_STATE for gather4 from textures.Chris Forbes2013-10-031-6/+32
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-301-2/+3
* i965: Always look up from the object's mt when setting up texturing state.Eric Anholt2013-09-301-3/+1
* i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-61/+39
* i965: Fix off by one errors in texture buffer size calculations.Kenneth Graunke2013-09-191-1/+1
* i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke2013-09-191-25/+0
* i965: Use brw_upload_binding_table() for the pixel shader as well.Kenneth Graunke2013-09-191-18/+5
* i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.Kenneth Graunke2013-09-171-1/+0
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-20/+20
* i965/gs: add geometry shader support to brw_texture_surfaces.Paul Berry2013-08-311-0/+7
* i965/gs: generalize brw_texture_surfaces in preparation for gs.Paul Berry2013-08-311-31/+33
* i965: Modify signature to update_texture_surface functions.Paul Berry2013-08-311-11/+9
* i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry2013-08-311-2/+2
* i965/gs: Update defines related to GS surface organization.Paul Berry2013-08-311-2/+2
* i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.Eric Anholt2013-08-301-13/+3
* i965/fs: Make the FS binding table as small as possible.Kenneth Graunke2013-08-191-6/+5
* i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.Kenneth Graunke2013-08-191-6/+6