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_fs_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
1
-12
/
+10
*
i965/fs: Misc simplification.
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/fs: Simplify a bunch of fs_inst::size_written calculations by using comp...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-6
/
+6
*
i965/fs: Assert that the number of color targets is one when dual-source blen...
Francisco Jerez
2016-08-30
1
-0
/
+1
*
i965/fs: Get rid of fs_visitor::do_dual_src.
Francisco Jerez
2016-08-25
1
-23
/
+14
*
i965: Rework the unlit centroid workaround.
Kenneth Graunke
2016-08-05
1
-0
/
+32
*
i965: enable component packing for vs and fs
Timothy Arceri
2016-07-21
1
-8
/
+2
*
i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.
Kenneth Graunke
2016-07-15
1
-3
/
+3
*
i965: Make emit_urb_writes() not produce an EOT message for GS.
Kenneth Graunke
2016-06-27
1
-0
/
+7
*
i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.
Francisco Jerez
2016-05-29
1
-1
/
+2
*
i965/fs: Extend back-end interface for limiting the shader dispatch width.
Francisco Jerez
2016-05-27
1
-6
/
+4
*
i965/fs: take into account doubles when emitting system values
Alejandro Piñeiro
2016-05-25
1
-1
/
+2
*
i965/fs: Organize prog_data by ksp number rather than SIMD width
Jason Ekstrand
2016-05-14
1
-1
/
+1
*
i965/fs: Merge nir_emit_texture and emit_texture
Jason Ekstrand
2016-05-05
1
-159
/
+0
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
1
-0
/
+3
*
i965/fs: Reduce the response length of sampler messages on Skylake.
Kenneth Graunke
2016-04-26
1
-2
/
+3
*
i965/fs: Get rid of the param_size array
Jason Ekstrand
2016-04-14
1
-3
/
+0
*
i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.
Kenneth Graunke
2016-03-31
1
-2
/
+8
*
i965/fs: Allow spilling for SIMD16 compute shaders
Jordan Justen
2016-03-08
1
-0
/
+12
*
i965/fs: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
1
-4
/
+8
*
i965/fs: Add an enum for keeping track of texture instruciton sources
Jason Ekstrand
2016-02-09
1
-10
/
+20
*
i965/skl: Utilize new 5th bit for gateway messages
Ben Widawsky
2016-01-27
1
-2
/
+4
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
1
-1
/
+1
*
i965: Add support for gl_DrawIDARB and enable extension
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+10
*
i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
Kristian Høgsberg Kristensen
2015-12-29
1
-1
/
+5
*
i965: Assert that SYSTEM_VALUE_VERTEX_ID gets lowered
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+1
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
1
-2
/
+10
*
i965: Make fs_visitor::emit_urb_writes set EOT for TES as well.
Kenneth Graunke
2015-12-11
1
-1
/
+1
*
i965: Don't hardcode g1 for URB handles in fs_visitor::emit_urb_writes().
Kenneth Graunke
2015-12-11
1
-4
/
+5
*
i965/fs: remove unused fs_reg offset
Samuel Iglesias Gonsálvez
2015-11-30
1
-1
/
+0
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-18
/
+0
*
i965: Use NIR for lowering texture swizzle
Jason Ekstrand
2015-11-23
1
-90
/
+15
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-125
/
+0
*
i965: Enable EXT_shader_samples_identical
Ian Romanick
2015-11-19
1
-0
/
+20
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-21
/
+21
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-8
/
+8
*
i965: Initialize registers.
Matt Turner
2015-11-13
1
-1
/
+0
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965/fs: Add a sampler program key for whether the texture is 16x MSAA
Neil Roberts
2015-11-05
1
-1
/
+1
*
i965/fs/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
2015-11-05
1
-3
/
+6
*
i965: Add scalar geometry shader support.
Kenneth Graunke
2015-11-03
1
-9
/
+40
*
i965: Fix the fs_visitor GS constructor to take shader_time_index.
Kenneth Graunke
2015-11-03
1
-2
/
+3
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-3
/
+16
*
i965/fs: Enumerate logical fb writes arguments
Ben Widawsky
2015-10-21
1
-0
/
+1
*
i965: Add a fs_visitor constructor that takes a brw_gs_compile.
Kenneth Graunke
2015-10-21
1
-2
/
+29
*
i965: Make emit_urb_writes() reserve space for GS header information.
Kenneth Graunke
2015-10-21
1
-2
/
+16
[next]