index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
2014-01-13
1
-0
/
+1
*
i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
2013-12-29
1
-1
/
+0
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Fix BRW_BATCH_STRUCT to specify RENDER_RING, not UNKNOWN_RING.
Kenneth Graunke
2013-12-03
1
-2
/
+2
*
i965: Make swizzle_to_scs non-static.
Kenneth Graunke
2013-11-16
1
-0
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
1
-2
/
+0
*
i965: Implement ABO surface state emission.
Francisco Jerez
2013-10-29
1
-0
/
+3
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-6
/
+0
*
i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
2013-09-19
1
-4
/
+5
*
i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
2013-09-16
1
-3
/
+6
*
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
2013-09-11
1
-0
/
+2
*
i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
2013-09-11
1
-0
/
+6
*
i965/gs: Implement support for geometry shader samplers.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
1
-0
/
+3
*
i965/vs: generalize brw_vs_binding_table in preparation for GS.
Paul Berry
2013-08-31
1
-0
/
+6
*
i965: generalize brw_vs_pull_constants in preparation for GS.
Paul Berry
2013-08-31
1
-0
/
+8
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-3
/
+1
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-1
/
+1
*
i965: Split the brw_samplers atom into separate FS/VS stages.
Kenneth Graunke
2013-08-19
1
-1
/
+2
*
i965: Make upload_sampler_state_table a virtual function.
Kenneth Graunke
2013-08-19
1
-1
/
+4
*
i965: Un-hardcode border color table from upload_default_color.
Kenneth Graunke
2013-08-19
1
-1
/
+2
*
i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)
Kenneth Graunke
2013-08-13
1
-0
/
+4
*
i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
Chris Forbes
2013-08-01
1
-0
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Drop unused argument to translate_tex_format().
Eric Anholt
2013-06-26
1
-1
/
+0
*
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
2013-06-11
1
-1
/
+0
*
i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-1
/
+0
*
i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-1
/
+0
*
Revert "i965: Disable unused pipeline stages once at startup on Gen7+."
Kenneth Graunke
2013-06-11
1
-3
/
+1
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-1
/
+3
*
i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-1
/
+3
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
1
-0
/
+1
*
i965: Delete some dead state atom prototypes.
Kenneth Graunke
2013-06-10
1
-9
/
+0
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-1
/
+0
*
i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.
Kenneth Graunke
2013-04-04
1
-1
/
+0
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
1
-5
/
+0
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
1
-1
/
+1
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
1
-0
/
+2
*
i965/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-13
1
-1
/
+2
*
i965: Compute the maximum SF source attribute.
Kenneth Graunke
2013-02-03
1
-1
/
+1
*
i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.
Kenneth Graunke
2013-01-25
1
-1
/
+2
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
1
-7
/
+4
*
intel: Mark some file-local code as static.
Eric Anholt
2012-09-27
1
-5
/
+0
*
i965: Refactor texture swizzle generation into a helper.
Kenneth Graunke
2012-09-26
1
-0
/
+2
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
1
-0
/
+1
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
1
-1
/
+0
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
1
-1
/
+1
[prev]
[next]