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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/shader: Get rid of the setup_vec4_uniform_value helper
Jason Ekstrand
2015-10-02
1
-14
/
+0
*
i965/fs: Print reg and reg_offset separately for ATTR files.
Kenneth Graunke
2015-10-01
1
-1
/
+1
*
i965/cs: Add a binding table entry for gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-3
/
+17
*
i965: Don't re-layout varyings for separate shader programs.
Kenneth Graunke
2015-09-26
1
-1
/
+2
*
i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+1
*
i965: Respect stride and subreg_offset for ATTR registers
Kristian Høgsberg Kristensen
2015-09-24
1
-1
/
+4
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-2
/
+2
*
i965/fs: The barrier send uses only 1 payload register
Jordan Justen
2015-09-15
1
-0
/
+1
*
i965/fs: Add a very basic validation pass
Jason Ekstrand
2015-09-15
1
-0
/
+10
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
1
-41
/
+0
*
i965: Move brw_fs_precompile() to brw_wm.c
Kristian Høgsberg Kristensen
2015-09-14
1
-58
/
+0
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
1
-0
/
+143
*
i965/cs: Reserve local invocation id in payload regs
Jordan Justen
2015-09-13
1
-0
/
+10
*
i965/fs: Set first_non_payload_grf in assign_curb_setup
Jordan Justen
2015-09-10
1
-4
/
+5
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+1
*
i965: Move brw_setup_tex_for_precompile to brw_program.[ch].
Kenneth Graunke
2015-09-03
1
-19
/
+0
*
i965/fs: Handle MRF destinations in lower_integer_multiplication().
Matt Turner
2015-09-02
1
-4
/
+4
*
i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.
Matt Turner
2015-08-28
1
-1
/
+3
*
i965/fs: Split VGRFs after lowering pull constants
Jason Ekstrand
2015-08-27
1
-2
/
+2
*
i964/fs: Refactor assign_constant_locations
Jason Ekstrand
2015-08-27
1
-46
/
+40
*
i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p...
Jason Ekstrand
2015-08-25
1
-29
/
+11
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-5
/
+5
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-3
/
+4
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
1
-1
/
+2
*
i965: Teach type_size() about the size of an image uniform.
Francisco Jerez
2015-08-11
1
-0
/
+1
*
i965/fs: Make resolve_source_modifiers consistent with the vec4 version
Jason Ekstrand
2015-08-10
1
-7
/
+8
*
i965/fs: Lower arithmetic instructions with register regions of unsupported w...
Francisco Jerez
2015-08-06
1
-0
/
+62
*
i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965/fs: Lower the MULH virtual instruction.
Francisco Jerez
2015-08-06
1
-0
/
+55
*
i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.
Francisco Jerez
2015-08-06
1
-130
/
+134
*
i965/fs: Lower 32x32 bit multiplication on BXT.
Francisco Jerez
2015-08-06
1
-2
/
+2
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-2
/
+2
*
i965/fs: Make the default builder 64-wide before entering the optimization loop.
Francisco Jerez
2015-07-29
1
-2
/
+4
*
i965/fs: Don't set exec_all on instructions wider than the original in lower_...
Francisco Jerez
2015-07-29
1
-9
/
+11
*
i965/fs: Initialize a builder explicitly in the gen4 send dependency work-aro...
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/fs: Switch lower_logical_sends() to the fs_builder constructor from inst...
Francisco Jerez
2015-07-29
1
-3
/
+1
*
i965/fs: Switch lower_load_payload() to the fs_builder constructor from instr...
Francisco Jerez
2015-07-29
1
-5
/
+2
*
i965/fs: Set up the builder execution size explicitly in opt_sampler_eot().
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/fs: Set execution controls correctly in lower_integer_multiplication().
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965/fs: Set execution controls correctly for lowered pull constant loads.
Francisco Jerez
2015-07-29
1
-3
/
+3
*
i965/fs: Implement lowering of logical surface instructions.
Francisco Jerez
2015-07-29
1
-8
/
+55
*
i965/fs: Hook up SIMD lowering to unroll surface instructions of unsupported ...
Francisco Jerez
2015-07-29
1
-0
/
+5
*
i965/fs: Define logical typed and untyped surface opcodes.
Francisco Jerez
2015-07-29
1
-0
/
+93
*
i965: Define the setup_vector_uniform_values() backend_visitor interface.
Francisco Jerez
2015-07-29
1
-0
/
+12
*
i965/fs: Hook up SIMD lowering to handle texturing opcodes of unsupported width.
Francisco Jerez
2015-07-29
1
-0
/
+33
*
i965/fs: Implement lowering of logical texturing opcodes on Gen4.
Francisco Jerez
2015-07-29
1
-1
/
+107
*
i965/fs: Implement lowering of logical texturing opcodes on Gen5-6.
Francisco Jerez
2015-07-29
1
-0
/
+103
*
i965/fs: Lower SHADER_OPCODE_TXF_UMS/MCS_LOGICAL too on Gen7+.
Francisco Jerez
2015-07-29
1
-5
/
+11
*
i965/fs: Implement lowering of logical texturing opcodes on Gen7+.
Francisco Jerez
2015-07-29
1
-1
/
+216
*
i965/fs: Fix opt_zero_samples() for texturing ops not matching dispatch_width.
Francisco Jerez
2015-07-29
1
-3
/
+3
[next]