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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/sf: Drop useless push/pop state from flag register mashing code.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965/sf: Drop unnecessary push/pop in do_twoside_color.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965: Don't implicitly set predicate default state in brw_CMP.
Kenneth Graunke
2014-05-27
5
-39
/
+33
*
i965: Drop unnecessary predication default state resets in clip code.
Kenneth Graunke
2014-05-27
1
-6
/
+0
*
i965/sf: Reset flag_value to 0xff before emitting SF subroutines.
Kenneth Graunke
2014-05-27
2
-15
/
+4
*
i965/meta: Store stencil texturing mode
Topi Pohjolainen
2014-05-27
1
-0
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
2
-3
/
+14
*
i965: Switch types D->UD when possible to allow compaction.
Matt Turner
2014-05-26
1
-0
/
+21
*
Revert "i965: Don't make instructions with a null dest a barrier to scheduling."
Matt Turner
2014-05-26
1
-8
/
+4
*
Revert "i965/fs: Simplify interference scan in register coalescing."
Matt Turner
2014-05-26
1
-9
/
+13
*
Revert "i965/fs: Give up in interference check if we see a WHILE."
Matt Turner
2014-05-26
1
-1
/
+1
*
Revert "i965/fs: Reduce restrictions on interference in register coalescing."
Matt Turner
2014-05-26
1
-0
/
+13
*
i965: Don't treat HW_REGs as barriers if they're immediates.
Matt Turner
2014-05-25
1
-4
/
+12
*
i965/fs: Don't use brw_imm_* unnecessarily.
Matt Turner
2014-05-25
2
-5
/
+5
*
dri_util: keep __dri2ConfigOptions symbol private
Emil Velikov
2014-05-25
1
-1
/
+1
*
dri_util: set implemented version of the DRI_CORE extension
Emil Velikov
2014-05-25
1
-1
/
+1
*
i965/fs: Don't modify ann_count if not debugging.
Matt Turner
2014-05-25
2
-2
/
+8
*
Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-24
1
-4
/
+7
*
Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-24
1
-6
/
+10
*
i965: Remove useless typo'd debugging messages.
Matt Turner
2014-05-24
1
-6
/
+0
*
i965: Move brw_land_fwd_jump() to compilation unit of its use.
Matt Turner
2014-05-24
3
-23
/
+16
*
i965/fs: Use next_insn_offset rather than nr_insn.
Matt Turner
2014-05-24
2
-4
/
+4
*
i965: Emit 0.0:F sources with type VF instead.
Matt Turner
2014-05-24
1
-0
/
+16
*
i965: Emit ARF:UD for non-present src1 on Gen6+.
Matt Turner
2014-05-24
1
-2
/
+26
*
i965: Support compacted instructions with immediate sources.
Matt Turner
2014-05-24
1
-20
/
+63
*
i965: Use next_offset() in instruction compaction code.
Matt Turner
2014-05-24
1
-17
/
+3
*
i965: Move next_offset() to brw_eu.h for use elsewhere.
Matt Turner
2014-05-24
2
-11
/
+12
*
i965: Rename next_ip() -> next_offset().
Matt Turner
2014-05-24
1
-30
/
+33
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
9
-283
/
+198
*
i965/fs: Make patch_discard_jumps_to_fb_writes return bool.
Matt Turner
2014-05-24
3
-6
/
+8
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
11
-9
/
+183
*
i965/fs+blorp: Remove left over dump_file arguments.
Matt Turner
2014-05-24
5
-19
/
+15
*
i965/fs: Don't hardcode DEBUG_WM in generic fs code.
Matt Turner
2014-05-24
6
-27
/
+25
*
i965: Pass in start_offset to brw_compact_instructions().
Matt Turner
2014-05-24
8
-17
/
+17
*
i965: Delete unused brw_blorp_blit_test_compile().
Matt Turner
2014-05-24
1
-11
/
+0
*
i965/cfg: Make DO instruction begin a basic block.
Matt Turner
2014-05-24
1
-9
/
+12
*
i965: Properly return *RESET* status in glGetGraphicsResetStatusARB
Pavel Popov
2014-05-23
1
-5
/
+13
*
Fix build for darwin
Jon TURNEY
2014-05-23
1
-1
/
+1
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-23
1
-1
/
+3
*
meta blit: Set Z texcoord during meta blit to sample the correct layer
Jordan Justen
2014-05-23
1
-1
/
+8
*
i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.
Kenneth Graunke
2014-05-23
2
-2
/
+3
*
i965: Use WE_all for FB write header setup on Broadwell.
Kenneth Graunke
2014-05-23
1
-6
/
+7
*
i965: Use SSE4.1 runtime detection for intel_miptree_map.
Matt Atwood
2014-05-22
1
-8
/
+3
*
i965: Ask the VBO module to actually use VBOs.
Eric Anholt
2014-05-21
1
-0
/
+3
*
meta: Use gl_FragColor to output color values to all the draw buffers
Anuj Phogat
2014-05-21
1
-11
/
+4
*
meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code
Anuj Phogat
2014-05-21
1
-53
/
+48
*
i965/fs: Assume fragment color clamping is off when precompiling.
Kenneth Graunke
2014-05-21
1
-2
/
+0
*
meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.
Kenneth Graunke
2014-05-19
1
-6
/
+6
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
8
-25
/
+56
*
meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.
Kenneth Graunke
2014-05-19
1
-8
/
+0
[prev]
[next]