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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Reimplement emit_single_fb_write() in terms of logical framebuffer w...
Francisco Jerez
2015-07-29
1
-183
/
+20
*
i965/fs: Don't attempt to copy the useless half of oMask for SIMD8 FB writes.
Francisco Jerez
2015-07-29
1
-8
/
+18
*
i965/fs: Move up Gen6 no16 check to emit_fb_writes().
Francisco Jerez
2015-07-29
1
-9
/
+11
*
i965/fs: Move up prog_data->uses_omask assignment up to brw_codegen_wm_prog().
Francisco Jerez
2015-07-29
1
-2
/
+0
*
i965/fs: Simplify control flow in emit_single_fb_write().
Francisco Jerez
2015-07-29
1
-12
/
+16
*
i965/fs: Fix slight layering violation in emit_single_fb_writes().
Francisco Jerez
2015-07-29
1
-12
/
+10
*
i965/nir/fs: removed unneeded support for global variables
Alejandro PiƱeiro
2015-07-20
1
-1
/
+0
*
i965/cs: Use dispatch width of 8 for cs terminate payload setup
Jordan Justen
2015-07-16
1
-1
/
+1
*
i965/fs: Use the builder directly for the gen6 interpolation add(32)
Jason Ekstrand
2015-07-01
1
-6
/
+5
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-13
/
+13
*
i965/fs: Use exec_size instead of dst.width for computing component size
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
1
-71
/
+72
*
i965/fs: Set the builder group for emitting FB-write stencil/AA alpha
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Explicitly set the exec_size on the add(32) in interpolation setup
Jason Ekstrand
2015-06-30
1
-4
/
+6
*
i965/fs: use SSA values directly
Connor Abbott
2015-06-30
1
-0
/
+1
*
i965/vs: Move compute_clip_distance() out of emit_urb_writes().
Kenneth Graunke
2015-06-28
1
-5
/
+11
*
i965: Write at least some data in SIMD8 URB write messages.
Kenneth Graunke
2015-06-28
1
-4
/
+11
*
i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
Kenneth Graunke
2015-06-26
1
-3
/
+4
*
i965/fs: Get rid of an unused variable in emit_barrier()
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-2
/
+3
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-6
/
+5
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-2
/
+5
*
i965: Replace some instances of brw->gen with devinfo->gen
Jason Ekstrand
2015-06-23
1
-4
/
+4
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
1
-3
/
+1
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
1
-0
/
+23
*
i965/cs: Use exec all for CS terminate
Jordan Justen
2015-06-12
1
-1
/
+2
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
1
-79
/
+0
*
i965/fs: Migrate CS terminate message to the IR builder.
Francisco Jerez
2015-06-09
1
-3
/
+2
*
i965/fs: Migrate VS output writes to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+11
*
i965/fs: Migrate FS framebuffer writes to the IR builder.
Francisco Jerez
2015-06-09
1
-28
/
+29
*
i965/fs: Migrate FS alpha test to the IR builder.
Francisco Jerez
2015-06-09
1
-5
/
+5
*
i965/fs: Migrate FS interpolation code to the IR builder.
Francisco Jerez
2015-06-09
1
-34
/
+32
*
i965/fs: Migrate untyped surface read and atomic to the IR builder.
Francisco Jerez
2015-06-09
1
-28
/
+27
*
i965/fs: Migrate texturing implementation to the IR builder.
Francisco Jerez
2015-06-09
1
-81
/
+78
*
i965/fs: Migrate try_replace_with_sel to the IR builder.
Francisco Jerez
2015-06-09
1
-9
/
+9
*
i965/fs: Allocate a common IR builder object in fs_visitor.
Francisco Jerez
2015-06-09
1
-1
/
+3
*
i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().
Kenneth Graunke
2015-06-01
1
-12
/
+4
*
i965/fs: Remove the ir_visitor code
Jason Ekstrand
2015-05-28
1
-2081
/
+0
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-1
/
+1
*
i965/fs: Properly handle explicit depth in SIMD16 with dual-source blend
Jason Ekstrand
2015-05-28
1
-1
/
+5
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
1
-30
/
+1
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
1
-49
/
+6
*
i965/fs: Add missing initializer in fs_visitor().
Matt Turner
2015-05-11
1
-1
/
+1
*
i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
Jason Ekstrand
2015-05-06
1
-125
/
+48
*
i965/fs: Make LOAD_PAYLOAD take a header size
Jason Ekstrand
2015-05-06
1
-9
/
+11
*
i965/fs: Make emit_single_fb_write take an explicit exec_size
Jason Ekstrand
2015-05-06
1
-7
/
+9
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-15
/
+17
*
i965: Fix variable indexing of sampler arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-2
/
+3
*
i965: Fix variable indexing of UBO arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-4
/
+4
*
i965: Define helper function to copy an arbitrary live component from some re...
Francisco Jerez
2015-05-04
1
-0
/
+12
[next]