s/Tungsten Graphics/VMware/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state.h
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-04 Kenneth Graunkei965: Fix BRW_BATCH_STRUCT to specify RENDER_RING,...
2013-11-16 Kenneth Graunkei965: Make swizzle_to_scs non-static.
2013-10-29 Francisco Jerezi965: Simplify the shader time code by using atomic...
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-09-19 Kenneth Graunkei965: Generalize brw_vec4_upload_binding_table() beyond...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
2013-09-11 Paul Berryi965/gen7: Extract a function for setting up a shader...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader samplers.
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader surfaces.
2013-09-01 Paul Berryi965/vs: generalize brw_vs_binding_table in preparation...
2013-09-01 Paul Berryi965: generalize brw_vs_pull_constants in preparation...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-19 Kenneth Graunkei965: Split the brw_samplers atom into separate FS...
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from upload_defaul...
2013-08-14 Kenneth Graunkei965/gen7+: Mark upload_3dstate_so_decl_list as non...
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-26 Eric Anholti965: Drop unused argument to translate_tex_format().
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-06-11 Kenneth GraunkeRevert "i965: Disable unused pipeline stages once at...
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-06-10 Kenneth Graunkei965: Disable unused pipeline stages once at startup...
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-06-10 Kenneth Graunkei965: Delete some dead state atom prototypes.
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-04-04 Kenneth Graunkei965: Delete brw_vs_constval.c and the brw_wm_input_siz...
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2013-02-13 Eric Anholti965/gen4: Work around missing sRGB RGB DXT1 support.
2013-02-03 Kenneth Graunkei965: Compute the maximum SF source attribute.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
2012-09-27 Eric Anholtintel: Mark some file-local code as static.
2012-09-27 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-08-25 Kenneth Graunkei965: Add a "sampler state index" parameter to update_s...
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-07 Eric Anholti965: Add an offset argument to constant buffer setup.
2012-07-20 Paul Berryi965/blorp: Configure SURFACE_STATE correctly for IMS...
2012-07-11 Paul Berryi965/msaa: Set SURFACE_STATE properly when CMS MSAA...
2012-05-25 Paul Berryi965/msaa: Validate Gen7 surface state constraints.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-01-11 Kenneth Graunkei965: Don't reallocate push constant URB space on new...
2012-01-08 Kenneth Graunkei965: Correct misspellings of "invariant".
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-11-11 Kenneth Graunkei965: Make Gen6+ renderbuffer surface updates not depen...
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Clean up code for VS pull constant surface creation.
2011-11-11 Kenneth Graunkei965: Use a single binding table for all pipeline stages.
2011-11-11 Kenneth Graunkei965: Split brw_wm_surfaces state into renderbuffer...
2011-11-11 Kenneth Graunkei965: Combine the two WM pull constant tracked state...
2011-11-11 Kenneth Graunkei965: Rename gen6_*_constants tracked state atoms to...
2011-11-11 Kenneth Graunkei965: Add new vtable entries for surface state updating...
2011-10-29 Eric Anholti965: Merge brw_validate_state() and brw_upload_state...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-07 Paul Berryi965 Gen6+: De-compact clip planes.
2011-09-28 Paul Berryi965: allow for nonconsecutive elements of gl_ClipDista...
2011-09-06 Paul Berryi965: SF: New implementation of get_attr_override using...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Kenneth Graunkei965/gen7: Call gen7_create_constant_surface instead...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Kenneth Graunkei965: Fix SAMPLER_STATE on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark some brw_wm_sampler_state.c helper functions...
2011-05-18 Kenneth Graunkei965: Update SURFACE_STATE for Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark a few more brw_wm_surface_state functions...
2011-05-18 Kenneth Graunkei965: Change brw_format_for_mesa_format to a non-static...
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
next