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: Fix compiler warning about signed/unsigned.
Eric Anholt
2014-03-24
1
-1
/
+1
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
1
-12
/
+56
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
1
-10
/
+11
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
1
-27
/
+5
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
1
-108
/
+80
*
i965/fs: Split pull parameter decision making from mechanical demoting.
Kenneth Graunke
2014-03-18
1
-33
/
+39
*
i965/fs: Record pull constant locations for all array elements.
Kenneth Graunke
2014-03-18
1
-2
/
+2
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
1
-2
/
+5
*
i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.
Kenneth Graunke
2014-03-18
1
-5
/
+0
*
i965/fs: Invalidate live intervals when demoting uniforms to pull params.
Kenneth Graunke
2014-03-14
1
-0
/
+2
*
i965/fs: Print "+reladdr" on variably-indexed uniform arrays.
Kenneth Graunke
2014-03-14
1
-2
/
+5
*
i965: Fix register types in dump_instructions(), again.
Kenneth Graunke
2014-03-14
1
-1
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-54
/
+55
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
1
-11
/
+2
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
1
-2
/
+2
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
1
-7
/
+7
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
1
-3
/
+4
*
i965/fs: Move setting opcode = NOP to its one useful location.
Matt Turner
2014-02-21
1
-1
/
+1
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
1
-2
/
+2
*
i965: Stop throwing away our double precision for time calculations.
Eric Anholt
2014-02-21
1
-1
/
+1
*
i965/fs: Add an optimization pass to remove redundant flags movs.
Eric Anholt
2014-02-20
1
-0
/
+33
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-29
/
+24
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
1
-8
/
+0
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-32
/
+33
*
i965/fs: Drop dead comment about the old proj_attrib_mask optimization.
Eric Anholt
2014-02-18
1
-6
/
+0
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-6
/
+2
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-8
/
+14
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-2
/
+22
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-8
/
+17
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965: Add missing null check in fs_visitor::dead_code_eliminate_local()
Juha-Pekka Heikkila
2014-02-07
1
-0
/
+4
*
i965: Fix register types in dump_instructions().
Kenneth Graunke
2014-02-05
1
-1
/
+1
*
i965/fs: Assume FBO rendering in precompile if MRT.
Chris Forbes
2014-02-06
1
-4
/
+5
*
i965/fs: Guess nr_color_regions better in precompile
Chris Forbes
2014-02-06
1
-1
/
+3
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
1
-0
/
+1
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-1
/
+1
*
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2014-01-21
1
-1
/
+1
*
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
2014-01-21
1
-3
/
+10
*
i965/fs: Optimize LRP with x == y into a MOV.
Matt Turner
2014-01-21
1
-0
/
+10
*
i965/fs: Print the maximum register pressure.
Matt Turner
2014-01-21
1
-1
/
+3
*
i965/fs: Show register pressure in dump_instructions() output.
Kenneth Graunke
2014-01-21
1
-0
/
+14
*
i965: Compute the number of live registers at each IP.
Kenneth Graunke
2014-01-21
1
-0
/
+18
*
i965/fs: Call opt_peephole_sel later in the optimization loop.
Matt Turner
2014-01-21
1
-1
/
+1
*
i965/fs: Calculate interference better in register_coalesce.
Matt Turner
2014-01-21
1
-7
/
+72
*
i965/fs: Support coalescing registers of size > 1.
Matt Turner
2014-01-21
1
-23
/
+59
*
i965/fs: Add a comment explaining how register coalescing works.
Matt Turner
2014-01-21
1
-0
/
+12
*
i965: Print reg_offset for vgrf of size > 1 in dump_instruction().
Matt Turner
2014-01-21
1
-3
/
+3
*
i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-5
/
+11
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-15
/
+15
*
i965: Stop doing our optimization on a copy of the GLSL IR.
Eric Anholt
2014-01-17
1
-2
/
+2
[next]