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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Disassemble vector float immediates properly.
Matt Turner
2014-11-25
1
-1
/
+5
*
i965: Add unit test for float <-> VF conversions.
Matt Turner
2014-11-25
2
-0
/
+105
*
i965: Add functions to convert float <-> VF.
Matt Turner
2014-11-25
3
-0
/
+80
*
i965/Gen6-7: Do not replace texcoords with point coord if not drawing points
Chris Forbes
2014-11-25
2
-12
/
+49
*
i965: Precompile ARB programs.
Kenneth Graunke
2014-11-24
1
-2
/
+9
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
5
-10
/
+19
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
7
-29
/
+33
*
i965: Move brw->precompile checks out a level.
Kenneth Graunke
2014-11-24
1
-4
/
+4
*
i965/gen6/gs: Don't declare a src_reg with struct.
Matt Turner
2014-11-24
1
-1
/
+1
*
i965/disasm: Fix all32h/any32h predicate disassembly.
Matt Turner
2014-11-24
1
-1
/
+1
*
i965: Don't overwrite the math function with conditional mod.
Matt Turner
2014-11-24
2
-2
/
+4
*
i965: Assert that math instructions don't have conditional mod.
Matt Turner
2014-11-24
2
-0
/
+4
*
i965: Handle nested uniform array indexing
Chris Forbes
2014-11-24
1
-29
/
+37
*
i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.
Kenneth Graunke
2014-11-21
1
-0
/
+4
*
i965/vec4/gen8: Handle the MUL dest hazard exception
Ben Widawsky
2014-11-21
2
-2
/
+19
*
i965/vec4: Extract depctrl hazards
Ben Widawsky
2014-11-21
1
-22
/
+27
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
3
-8
/
+1
*
i965/fs: Remove is_valid_3src() checks from emit_lrp.
Matt Turner
2014-11-21
1
-4
/
+1
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
2
-11
/
+0
*
i965/fs: Move ip_record class to its one use.
Matt Turner
2014-11-21
2
-12
/
+12
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-11-21
3
-5
/
+2
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
6
-15
/
+13
*
i965/disasm: Properly decode branch_ctrl (gen8+)
Ben Widawsky
2014-11-20
3
-2
/
+23
*
i965: Skip _mesa_load_state_parameters when there are zero parameters.
Kenneth Graunke
2014-11-20
2
-11
/
+11
*
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
2014-11-18
1
-3
/
+4
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
2
-59
/
+69
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
2
-65
/
+72
*
i965: Move more code into codegen-branch of the fs_visitor::run() if statement
Kristian Høgsberg
2014-11-14
1
-12
/
+11
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
4
-39
/
+23
*
i965/vec4: Combine all the math emitters.
Kenneth Graunke
2014-11-13
2
-104
/
+17
*
i965/vec4: Use const references in emit() functions.
Kenneth Graunke
2014-11-13
2
-15
/
+14
*
i965: Use macros to create prototypes for emitter helpers.
Kenneth Graunke
2014-11-13
1
-57
/
+41
*
i965: Always enable VF statistics
Ben Widawsky
2014-11-13
1
-2
/
+1
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
3
-30
/
+1
*
i965/fs: Don't use if_block/else_block in SEL peephole.
Matt Turner
2014-11-11
1
-6
/
+11
*
i965: Advertise a line width of 40.0 on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
1
-1
/
+5
*
i965: Advertise larger line widths.
Kenneth Graunke
2014-11-08
1
-3
/
+9
*
i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.
Kenneth Graunke
2014-11-08
4
-5
/
+8
*
i965: Set Line Width correctly on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
2
-1
/
+6
*
i965: drop the custom gen8_instruction CFLAG
Emil Velikov
2014-11-07
1
-2
/
+0
*
i965/fs: Wire up control flow correctly in predicated break pass.
Matt Turner
2014-11-06
1
-3
/
+7
*
i965/cfg: Add functions to get first and last non-CF instructions.
Matt Turner
2014-11-06
1
-0
/
+74
*
i965: Remove non-existent vertical strides from array.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965: Convert stride/width/execution size macros into enums.
Matt Turner
2014-11-06
1
-28
/
+33
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
3
-27
/
+0
*
i965/fs: Use execution size of 1 for some shader_time operations.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965/fs: Use mov(4) instructions to read timestamp.
Matt Turner
2014-11-06
1
-5
/
+4
*
i965: Fix sampler state pointer adjustment for nonconst samplers
Chris Forbes
2014-11-05
1
-1
/
+1
*
i965: Re-enable Z16 on Gen8+.
Kenneth Graunke
2014-11-04
1
-0
/
+7
*
i965: Implement the PMA stall fix.
Kenneth Graunke
2014-11-04
4
-0
/
+180
[next]