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/fs: Don't offset uniform registers in half().
Matt Turner
2014-12-03
1
-0
/
+4
*
i965/fs: Remove opt_drop_redundant_mov_to_flags().
Matt Turner
2014-12-01
1
-1
/
+0
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-3
/
+3
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+2
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-3
/
+0
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-1
/
+3
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
1
-1
/
+0
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
1
-1
/
+0
*
i965/fs: Move ip_record class to its one use.
Matt Turner
2014-11-21
1
-12
/
+0
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-11-21
1
-2
/
+0
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
1
-0
/
+1
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
1
-0
/
+1
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
1
-4
/
+2
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
1
-5
/
+0
*
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
Kenneth Graunke
2014-10-17
1
-1
/
+1
*
i965/fs: Refactor the texture emission logic into a single function.
Kenneth Graunke
2014-10-15
1
-0
/
+14
*
i965/fs: Make gather_channel() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+2
*
i965/fs: don't pass in ir_texture to emit_texture_*
Connor Abbott
2014-10-15
1
-3
/
+3
*
i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.
Connor Abbott
2014-10-15
1
-3
/
+6
*
i965/fs: Don't use ir->coordinate in emit_texture_*.
Connor Abbott
2014-10-15
1
-3
/
+6
*
i965/fs: make rescale_texcoord() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: Make emit_mcs_fetch() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: don't use ir->offset in emit_texture_gen5.
Connor Abbott
2014-10-15
1
-1
/
+2
*
i965/fs: Move texel offset handling to visit(ir_texture *).
Kenneth Graunke
2014-10-15
1
-1
/
+2
*
i965/fs: Remove dead generate_rep_fb_write prototype.
Matt Turner
2014-10-03
1
-1
/
+0
*
i965/fs: Add a MAX_GRF_SIZE define and use it various places
Jason Ekstrand
2014-10-02
1
-0
/
+1
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Handle COMPR4 in LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-1
/
+21
*
i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965/fs: Add a function for getting a component of a 8 or 16-wide register
Jason Ekstrand
2014-09-30
1
-0
/
+10
*
i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*
Jason Ekstrand
2014-09-30
1
-1
/
+2
*
i965/fs: Add an exec_size field to fs_inst
Jason Ekstrand
2014-09-30
1
-3
/
+21
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-6
/
+30
*
i965/fs: Make half() divide the register width by 2 and use it more
Jason Ekstrand
2014-09-30
1
-1
/
+3
*
i965/fs: Add a concept of a width to fs_reg
Jason Ekstrand
2014-09-30
1
-1
/
+20
*
i965/fs: Copy propagate partial reads.
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965/fs: Clean up emit_fb_writes
Jason Ekstrand
2014-09-30
1
-1
/
+3
*
i965/fs: Make compact_virtual_grfs an optimization pass
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i964/fs: Make immediate fs_reg constructors explicit
Jason Ekstrand
2014-09-30
1
-3
/
+3
*
i965/fs: Make null_reg_* const members of fs_visitor instead of globals
Jason Ekstrand
2014-09-30
1
-3
/
+3
*
i965/fs: Manually generate the meta fast-clear shader
Jason Ekstrand
2014-09-30
1
-2
/
+1
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/fs: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-2
/
+4
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence
Jordan Justen
2014-09-22
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor gl_fragment_program dependence
Jordan Justen
2014-09-06
1
-1
/
+0
[next]