index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Port untyped atomic message support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+5
*
i965/fs: Port untyped surface read support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+3
*
i965: Drop mark_surface_used from gen8 generators.
Kenneth Graunke
2014-05-01
1
-2
/
+0
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-1
/
+1
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+1
*
i965/fs: Remove dead_code_eliminate_local().
Matt Turner
2014-04-15
1
-1
/
+0
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
1
-0
/
+1
*
i965/fs: Mark appropriate fs_inst members as const.
Matt Turner
2014-04-05
1
-8
/
+8
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
1
-0
/
+4
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
1
-1
/
+1
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
1
-8
/
+5
*
i965/fs: Split pull parameter decision making from mechanical demoting.
Kenneth Graunke
2014-03-18
1
-0
/
+1
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
1
-0
/
+6
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
1
-2
/
+2
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
1
-1
/
+0
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
1
-6
/
+8
*
i965/fs: Use a bitfield for fs_inst's bool fields.
Matt Turner
2014-02-21
1
-7
/
+7
*
i965/fs: Reorder fs_inst's fields for better packing.
Matt Turner
2014-02-21
1
-9
/
+11
*
i965/fs: Reduce the sizes of some fs_inst members.
Matt Turner
2014-02-21
1
-6
/
+6
*
i965/fs: Reorder fs_reg for better packing.
Matt Turner
2014-02-21
1
-15
/
+15
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
1
-2
/
+2
*
i965/fs: Reduce the sizes of some fs_reg members.
Matt Turner
2014-02-21
1
-3
/
+3
*
i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.
Kenneth Graunke
2014-02-20
1
-0
/
+7
*
i965/fs: Add an optimization pass to remove redundant flags movs.
Eric Anholt
2014-02-20
1
-0
/
+1
*
i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+3
*
i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+4
*
i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-0
/
+3
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+7
*
i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
2014-02-19
1
-0
/
+8
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-2
/
+0
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-1
/
+13
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-1
/
+3
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-0
/
+5
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-0
/
+14
*
i965/fs: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+1
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
1
-0
/
+1
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-1
/
+0
*
i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+1
*
i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
2014-01-23
1
-2
/
+3
*
i965/fs: Plumb sampler index into emit_texture_gen7.
Kenneth Graunke
2014-01-22
1
-1
/
+1
*
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
2014-01-21
1
-1
/
+1
*
i965/fs: Show register pressure in dump_instructions() output.
Kenneth Graunke
2014-01-21
1
-0
/
+1
*
i965: Compute the number of live registers at each IP.
Kenneth Graunke
2014-01-21
1
-0
/
+3
*
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
2014-01-21
1
-0
/
+2
*
i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+63
*
i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
2013-12-14
1
-0
/
+1
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-1
/
+2
*
i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
Matt Turner
2013-12-04
1
-0
/
+1
[next]