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: Fix BRW_VARYING_SLOT_PAD handling in the scalar VS backend.
Kenneth Graunke
2015-09-26
1
-4
/
+2
*
i965/fs: Fix comparison between signed and unsigned integer expressions
Iago Toral Quiroga
2015-09-18
1
-2
/
+2
*
i965/fs: The barrier send uses only 1 payload register
Jordan Justen
2015-09-15
1
-2
/
+4
*
i965/fs: Only read output_components many components when writing an output
Jason Ekstrand
2015-09-15
1
-1
/
+3
*
i965/fs: Set output_components for lowered clip distance outputs
Jason Ekstrand
2015-09-15
1
-0
/
+2
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-5
/
+7
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
1
-1
/
+1
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
1
-89
/
+0
*
i965/fs: Drop unused untyped surface read and atomic emit methods.
Francisco Jerez
2015-07-29
1
-112
/
+0
*
i965/fs: Remove the emit_texture_gen*() fs_visitor methods.
Francisco Jerez
2015-07-29
1
-608
/
+0
*
i965/fs: Reimplement emit_mcs_fetch() in terms of logical sends.
Francisco Jerez
2015-07-29
1
-23
/
+13
*
i965/fs: Reimplement emit_texture() in terms of logical send messages.
Francisco Jerez
2015-07-29
1
-17
/
+49
*
i965/fs: Fix misleading comment regarding the message header in emit_texture_...
Francisco Jerez
2015-07-29
1
-2
/
+3
*
i965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD in emit_texture_gen7().
Francisco Jerez
2015-07-29
1
-1
/
+1
*
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
[next]