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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-4
/
+4
*
i965/fs: Add a do_rep_send flag to run_fs
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-2
/
+5
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-1
/
+2
*
i965/fs: Make no16 non-variadic
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-1
/
+3
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
1
-0
/
+3
*
fs/reg_allocate: Remove the MRF hack helpers from fs_visitor
Jason Ekstrand
2015-06-09
1
-4
/
+0
*
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2015-06-09
1
-1
/
+2
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
1
-73
/
+0
*
i965/fs: Migrate translation of NIR texturing instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Migrate translation of NIR intrinsics to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Migrate translation of NIR ALU instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+1
*
i965/fs: Migrate translation of NIR control flow to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Migrate NIR emit_percomp() to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Migrate FS framebuffer writes to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Migrate shader time to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+3
*
i965/fs: Migrate pull constant loads to the IR builder.
Francisco Jerez
2015-06-09
1
-4
/
+5
*
i965/fs: Migrate Gen4 send dependency workarounds to the IR builder.
Francisco Jerez
2015-06-09
1
-1
/
+1
*
i965/fs: Allocate a common IR builder object in fs_visitor.
Francisco Jerez
2015-06-09
1
-0
/
+2
*
i965/fs: Remove the ir_visitor code
Jason Ekstrand
2015-05-28
1
-48
/
+2
*
i965: Remove the old fragment program code
Jason Ekstrand
2015-05-28
1
-26
/
+0
*
i965: Make fs/vec4_visitor inherit from ir_visitor directly
Jason Ekstrand
2015-05-28
1
-1
/
+1
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-1
/
+1
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
1
-0
/
+1
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
1
-20
/
+4
*
i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
Jason Ekstrand
2015-05-06
1
-2
/
+2
*
i965/fs: Make LOAD_PAYLOAD take a header size
Jason Ekstrand
2015-05-06
1
-1
/
+2
*
i965/fs: Make emit_single_fb_write take an explicit exec_size
Jason Ekstrand
2015-05-06
1
-1
/
+1
*
i965: Define helper function to copy an arbitrary live component from some re...
Francisco Jerez
2015-05-04
1
-0
/
+2
*
i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965: Simplify generator code for untyped surface messages.
Francisco Jerez
2015-05-04
1
-11
/
+0
*
i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.
Jordan Justen
2015-05-02
1
-0
/
+3
*
i965/fs: Support compute programs in fs_visitor
Jordan Justen
2015-05-02
1
-0
/
+10
*
i965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/fs: Strip trailing constant zeroes in sample messages
Neil Roberts
2015-05-01
1
-0
/
+1
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/fs: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
1
-0
/
+1
*
i965/fs: Remove the GL context from the generator
Jason Ekstrand
2015-04-22
1
-1
/
+0
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-2
/
+1
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-1
/
+0
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
1
-0
/
+2
*
i965: Implement SIMD16 texturing on Gen4.
Kenneth Graunke
2015-04-06
1
-0
/
+4
*
i965/fs: Make emit_lrp return an fs_inst
Jason Ekstrand
2015-03-23
1
-2
/
+2
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-0
/
+1
*
i965/nir: Sort uniforms direct-first and use two different uniform registers
Jason Ekstrand
2015-03-19
1
-1
/
+3
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-0
/
+4
[next]