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_wm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
i965: Remove unused sampler key fields
Topi Pohjolainen
2014-04-08
1
-10
/
+0
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-0
/
+1
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-17
/
+9
*
i965: Add Gen6 gather wa to sampler key
Chris Forbes
2014-02-08
1
-0
/
+21
*
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2014-01-28
1
-1
/
+2
*
i965/fs: Switch from BRW_MAX_TEX_UNIT to the actual limit.
Kenneth Graunke
2014-01-22
1
-1
/
+2
*
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
2014-01-21
1
-2
/
+18
*
i965: Add an option to ignore sample qualifier
Anuj Phogat
2014-01-21
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Don't flag gather quirks for Gen8+
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
2013-12-07
1
-0
/
+13
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-6
/
+6
*
i965: Fix texture swizzling on Broadwell.
Kenneth Graunke
2013-12-02
1
-1
/
+1
*
i965: Gen4-5: Include alpha func/ref in program key
Chris Forbes
2013-11-06
1
-0
/
+16
*
i965: Add FS backend for builtin gl_SampleID
Anuj Phogat
2013-11-01
1
-0
/
+6
*
i965: Add FS backend for builtin gl_SamplePosition
Anuj Phogat
2013-11-01
1
-0
/
+6
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-1
/
+2
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
1
-2
/
+1
*
i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles
Chris Forbes
2013-10-06
1
-1
/
+1
*
i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
2013-10-03
1
-2
/
+3
*
i965: w/a for gather4 green RG32F
Chris Forbes
2013-10-03
1
-0
/
+9
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
1
-0
/
+10
*
i965/fs: When >64 input components, order them to match prev pipeline stage.
Paul Berry
2013-09-16
1
-1
/
+2
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-4
/
+4
*
i965: Shorten sampler loops in key setup.
Kenneth Graunke
2013-08-19
1
-2
/
+4
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+3
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+0
*
i965: Move intel_context::stats_wm to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::reduced_primitive to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-20
/
+21
*
i965: fix alpha test for MRT
Chris Forbes
2013-07-06
1
-4
/
+6
*
intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.
Eric Anholt
2013-06-25
1
-1
/
+1
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
1
-1
/
+2
*
i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.
Kenneth Graunke
2013-04-04
1
-1
/
+0
*
i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.
Kenneth Graunke
2013-04-04
1
-15
/
+0
*
i965/fs: Rename vp_outputs_written to input_slots_valid.
Paul Berry
2013-03-24
1
-3
/
+3
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
1
-4
/
+4
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
1
-1
/
+1
*
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
2013-03-19
1
-2
/
+6
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-5
/
+5
*
i965: Change fragment input related bitfields to 64-bit.
Paul Berry
2013-03-15
1
-1
/
+1
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-23
/
+35
*
i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.
Kenneth Graunke
2013-01-25
1
-1
/
+1
*
i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.
Kenneth Graunke
2012-11-26
1
-7
/
+3
*
i965/fs: Move brw_wm_compile::fp to fs_visitor.
Kenneth Graunke
2012-11-26
1
-3
/
+1
*
i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()
Kenneth Graunke
2012-11-26
1
-65
/
+0
[prev]
[next]