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: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
1
-59
/
+57
*
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
2015-04-22
1
-19
/
+6
*
i965: Make the annotation code take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-2
/
+3
*
i965/fs: Remove the GL context from the generator
Jason Ekstrand
2015-04-22
1
-10
/
+1
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
1
-0
/
+10
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-3
/
+22
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-40
/
+0
*
i965/fs: Set compression only if writing two registers.
Matt Turner
2015-04-21
1
-1
/
+4
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
1
-0
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
1
-4
/
+18
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
1
-1
/
+1
*
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
[next]