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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
14
-35
/
+36
*
i965: Fix state flags for gen4/5 CURBE.
Eric Anholt
2014-07-02
1
-8
/
+8
*
i965: Remove a dead define.
Eric Anholt
2014-07-02
1
-2
/
+0
*
i965: Reuse libdrm's header for AUB definitions.
Eric Anholt
2014-07-02
4
-71
/
+7
*
i965: Fix stale comments about the state cache.
Eric Anholt
2014-07-02
2
-2
/
+9
*
i965: Fix stale binding table comment.
Eric Anholt
2014-07-02
1
-2
/
+0
*
i965: Drop the memcmp for finding duplicated CURBE uploads.
Eric Anholt
2014-07-02
4
-50
/
+2
*
i965: Reuse intel_upload.c for gen4/5 constant buffers.
Eric Anholt
2014-07-02
3
-31
/
+7
*
xmlconfig/dri: bool -> unsigned char
Dave Airlie
2014-07-02
3
-10
/
+8
*
i965/fs: Update discard jump to preserve uniform loads via sampler.
Cody Northrop
2014-07-01
1
-6
/
+5
*
i965/fs: Mark case unreachable to silence warning.
Matt Turner
2014-07-01
1
-0
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
55
-324
/
+182
*
mesa: Make unreachable macro take a string argument.
Matt Turner
2014-07-01
4
-9
/
+4
*
i965/vec4: Remove useless conditionals.
Matt Turner
2014-07-01
1
-6
/
+3
*
i965/fs: Pass cfg to calculate_live_intervals().
Matt Turner
2014-07-01
6
-12
/
+15
*
i965: Mark fields in the live interval classes protected.
Matt Turner
2014-07-01
2
-16
/
+19
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
11
-55
/
+20
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
18
-184
/
+76
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
7
-25
/
+17
*
i965/fs: Use is_head_sentinel() instead of ->prev == NULL.
Matt Turner
2014-07-01
1
-1
/
+1
*
mesa: Add and use foreach_list_typed_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
mesa: Add and use foreach_in_list_use_after.
Matt Turner
2014-07-01
1
-4
/
+1
*
i965/fs: Mark predicated PLN instructions with dependency hints.
Matt Turner
2014-06-30
1
-4
/
+9
*
i965/fs: Predicate PLN instructions used in unlit centroid WA.
Matt Turner
2014-06-30
1
-6
/
+14
*
i965/fs: Add no_dd_{clear,check} fields to fs_inst.
Matt Turner
2014-06-30
2
-6
/
+10
*
i965/fs: Let sat-prop ignore live ranges if producer already has sat.
Matt Turner
2014-06-30
1
-4
/
+7
*
i965/fs: Pass const references to emit functions.
Matt Turner
2014-06-30
2
-12
/
+14
*
i965/vec4: Pass const references to instruction functions.
Matt Turner
2014-06-30
2
-41
/
+67
*
i965/vec4: Pass const references to vec4_instruction().
Matt Turner
2014-06-30
2
-6
/
+7
*
i965/fs: Pass const references to instruction functions.
Matt Turner
2014-06-30
2
-34
/
+41
*
loader: Use drirc device_id parameter in complement to DRI_PRIME
Axel Davy
2014-07-01
1
-0
/
+14
*
drirc: Add string support
Axel Davy
2014-07-01
2
-1
/
+35
*
dri: remove GL types from config queries
Dave Airlie
2014-07-01
1
-3
/
+3
*
dri/xmlconfig: remove GL types.
Dave Airlie
2014-07-01
2
-100
/
+100
*
i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.
Kenneth Graunke
2014-06-30
1
-1
/
+1
*
i965/disasm: Delete gen8_disasm.c.
Kenneth Graunke
2014-06-30
3
-1031
/
+0
*
i965/disasm: Stop using gen8_disassemble in favor of brw_disassemble.
Kenneth Graunke
2014-06-30
8
-42
/
+8
*
i965/disasm: Improve render target write message disassembly.
Kenneth Graunke
2014-06-30
1
-30
/
+47
*
i965/disasm: Rename msg_target to SFID.
Kenneth Graunke
2014-06-30
1
-12
/
+8
*
i965/disasm: Fix typo in RT UNORM write message.
Kenneth Graunke
2014-06-30
1
-1
/
+1
*
i965/disasm: Use Gen6+ SFID case labels.
Kenneth Graunke
2014-06-30
1
-2
/
+4
*
i965/disasm: "Handle" Gen8+ HF/DF immediate cases.
Kenneth Graunke
2014-06-30
1
-0
/
+7
*
i965/disasm: Cut piles of duplicate swizzle printing.
Kenneth Graunke
2014-06-30
1
-89
/
+26
*
i965/disasm: Properly decode negate source modifiers on Broadwell.
Kenneth Graunke
2014-06-30
1
-4
/
+49
*
i965/disasm: Improve disassembly of atomic messages on Haswell+.
Kenneth Graunke
2014-06-30
1
-7
/
+21
*
i965/disasm: Actually disassemble Gen7+ URB opcodes.
Kenneth Graunke
2014-06-30
1
-3
/
+19
*
i965/disasm: Decode Broadwell's invm/rsqrtm math functions.
Kenneth Graunke
2014-06-30
1
-0
/
+2
*
i965/disasm: Properly disassemble the "atomic" ThreadCtrl value.
Kenneth Graunke
2014-06-30
1
-2
/
+3
*
i965/disasm: Properly disassemble all32h/any32h align1 predicates.
Kenneth Graunke
2014-06-30
1
-11
/
+13
*
i965: Add #defines for any32h/all32h predication.
Kenneth Graunke
2014-06-30
1
-0
/
+2
[next]