aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Cite the 965 PRM for "the data cache is the sampler cache".Kenneth Graunke2013-07-151-3/+3
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-7/+7
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-14/+7
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-6/+6
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::vtbl to brw_context.Kenneth Graunke2013-07-091-25/+21
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-7/+5
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-281-702/+0
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-261-6/+3
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-261-2/+0
* i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry2013-06-121-0/+2