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_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
1
-0
/
+11
*
i965/skl: Use an exec size of 8 to initialise the message header
Neil Roberts
2015-04-14
1
-1
/
+1
*
i965: Implement SIMD16 texturing on Gen4.
Kenneth Graunke
2015-04-06
1
-8
/
+20
*
i965/generator: Get rid of the ! in the unreachable statement
Jason Ekstrand
2015-04-02
1
-1
/
+1
*
i965: Pass number of components explicitly to brw_untyped_atomic and _surface...
Francisco Jerez
2015-03-20
1
-5
/
+4
*
i965: Don't disable exec masking for sampler message sends.
Francisco Jerez
2015-03-20
1
-4
/
+4
*
i965: Factor out logic to build a send message instruction with indirect desc...
Francisco Jerez
2015-03-20
1
-47
/
+16
*
i965/skl: Break down SIMD16 3-source instructions when required.
Kenneth Graunke
2015-03-20
1
-0
/
+6
*
i965: Refactor SIMD16-to-2xSIMD8 checks.
Neil Roberts
2015-03-20
1
-4
/
+14
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-8
/
+14
*
i965/fs: Implement SIMD16 dual source blending.
Iago Toral Quiroga
2015-03-09
1
-3
/
+12
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-3
/
+0
*
Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Replace ud_reg_to_w() with a more general helper function.
Francisco Jerez
2015-02-19
1
-24
/
+3
*
i965/fs: Remove force_writemask_all assertion for execsize < 8.
Matt Turner
2015-02-17
1
-1
/
+0
*
i965/fs: Handle U/UW-type immediates in the generator.
Matt Turner
2015-02-15
1
-0
/
+6
*
i965/vs/skl: Use vec4 datatypes for message header
Ben Widawsky
2015-02-11
1
-2
/
+2
*
i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
Matt Turner
2015-02-04
1
-1
/
+36
*
i965/fs: Apply conditional mod specially to split MAD/LRP.
Matt Turner
2015-01-23
1
-4
/
+20
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965: Extract scalar region checking logic
Ben Widawsky
2015-01-20
1
-4
/
+1
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
1
-7
/
+9
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-6
/
+26
*
i965/brw_reg: struct constructor now needs explicit negate and abs values.
Andres Gomez
2014-12-15
1
-0
/
+6
*
i965: Prepare for using the ATTR register file in the fs backend
Kristian Høgsberg
2014-12-10
1
-2
/
+0
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-0
/
+25
*
i965: Remove shader program argument and member from fs_generator
Kristian Høgsberg
2014-12-10
1
-2
/
+1
*
i965: Set shader name for generator from call site
Kristian Høgsberg
2014-12-10
1
-18
/
+13
*
i965: Generalize fs_generator further
Kristian Høgsberg
2014-12-10
1
-8
/
+6
*
i965/fs: Add support for generating the LINE instruction.
Matt Turner
2014-12-05
1
-0
/
+4
*
i965: Give compile stats through KHR_debug.
Matt Turner
2014-12-05
1
-0
/
+10
*
i965/fs: Move brw_file_from_reg() higher in the file.
Matt Turner
2014-12-05
1
-14
/
+14
*
i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
Matt Turner
2014-12-05
1
-70
/
+70
*
i965/fs: Treat the FB_WRITE as predicated if we're discarding.
Matt Turner
2014-12-01
1
-0
/
+4
*
i965: Set prog_data->uses_kill if simulating alpha test via discards.
Kenneth Graunke
2014-11-27
1
-1
/
+1
*
i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.
Kenneth Graunke
2014-11-27
1
-7
/
+2
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-30
/
+15
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+3
*
i965: Don't overwrite the math function with conditional mod.
Matt Turner
2014-11-24
1
-1
/
+2
*
i965: Assert that math instructions don't have conditional mod.
Matt Turner
2014-11-24
1
-0
/
+2
*
i965/fs: Move ip_record class to its one use.
Matt Turner
2014-11-21
1
-0
/
+12
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-3
/
+3
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
1
-30
/
+13
*
i965/fs: Use instruction execution sizes when generating scratch reads/writes
Jason Ekstrand
2014-10-27
1
-4
/
+4
*
i965/fs: Use the actual regsister width in brw_reg_from_fs_reg
Jason Ekstrand
2014-10-02
1
-0
/
+13
*
i965/fs: Emit compressed BFI2 instructions on Gen > 7.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction
Jason Ekstrand
2014-09-30
1
-20
/
+17
*
i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
Jason Ekstrand
2014-09-30
1
-3
/
+4
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
1
-4
/
+4
*
i965/fs: Use the instruction execution size directly for texture generation
Jason Ekstrand
2014-09-30
1
-3
/
+10
[next]