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/fs: Use const fs_reg & rather than a copy or pointer.
Matt Turner
2014-12-01
4
-18
/
+17
*
i965/fs: Dead code eliminate instructions writing the flag.
Matt Turner
2014-12-01
1
-4
/
+22
*
i965/fs: Track liveness of the flag register.
Matt Turner
2014-12-01
2
-0
/
+41
*
i965: Use local pointer to block_data in live intervals.
Matt Turner
2014-12-01
5
-49
/
+61
*
i965/vec4: Make live_intervals part of the vec4_visitor class.
Matt Turner
2014-12-01
3
-11
/
+11
*
i965/fs: Treat the FB_WRITE as predicated if we're discarding.
Matt Turner
2014-12-01
2
-1
/
+5
*
i965: Don't treat IF or WHILE with cmod as writing the flag.
Matt Turner
2014-12-01
2
-2
/
+6
*
i965/disasm: Disassemble tdr and tm registers properly.
Matt Turner
2014-12-01
1
-0
/
+6
*
i965: avoid anonymous struct in float <-> VF conversions
Jonathan Gray
2014-12-01
1
-8
/
+8
*
i965/fs: Clean up some whitespace in reg_allocate.
Matt Turner
2014-12-01
1
-2
/
+2
*
i965: Initialize INTEL_DEBUG once per process.
Matt Turner
2014-12-01
1
-1
/
+4
*
i965: Initialize compaction tables once per process.
Matt Turner
2014-12-01
1
-0
/
+5
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
10
-43
/
+43
*
i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.
Kenneth Graunke
2014-11-29
6
-11
/
+12
*
i965: Move some /* CACHE_NEW_SAMPLER */ comments.
Kenneth Graunke
2014-11-29
2
-3
/
+2
*
i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
Kenneth Graunke
2014-11-29
5
-21
/
+23
*
i965: Fold the gen7_cc_viewport_state_pointer atom into brw_cc_vp.
Kenneth Graunke
2014-11-29
4
-23
/
+8
*
i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.
Kenneth Graunke
2014-11-29
9
-31
/
+11
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
52
-283
/
+359
*
i965: Set prog_data->uses_kill if simulating alpha test via discards.
Kenneth Graunke
2014-11-27
3
-3
/
+6
*
i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKill
Kenneth Graunke
2014-11-27
5
-6
/
+7
*
i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.
Kenneth Graunke
2014-11-27
3
-11
/
+10
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
5
-52
/
+51
*
i965: Create prog_data temporary variables in PS state upload code.
Kenneth Graunke
2014-11-27
4
-77
/
+81
*
i965: Fix missing CACHE_NEW_WM_PROG in 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-11-27
1
-2
/
+2
*
i965/vec4: Handle destination writemasks in VEC4_OPCODE_PACK_BYTES.
Matt Turner
2014-11-25
1
-2
/
+13
*
i965/vec4: Optimize packSnorm4x8().
Matt Turner
2014-11-25
3
-4
/
+29
*
i965/vec4: Optimize packUnorm4x8().
Matt Turner
2014-11-25
3
-4
/
+27
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
4
-0
/
+52
*
i965/vec4: Optimize unpackSnorm4x8().
Matt Turner
2014-11-25
3
-3
/
+33
*
i965/vec4: Optimize unpackUnorm4x8().
Matt Turner
2014-11-25
3
-3
/
+31
*
i965/vec4: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
3
-0
/
+23
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
3
-0
/
+24
*
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
[next]