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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Disable fs_inst assignment operator.
Matt Turner
2014-06-01
1
-0
/
+2
*
i965/fs: Add and use an fs_inst copy constructor.
Matt Turner
2014-06-01
2
-0
/
+6
*
i965: Skip IR annotations with INTEL_DEBUG=noann.
Matt Turner
2014-06-01
3
-2
/
+6
*
i965/fs: Debug the optimization passes by dumping instr to file.
Matt Turner
2014-06-01
1
-12
/
+41
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
5
-6
/
+42
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
5
-100
/
+115
*
i965: Add envvar to debug the optimization passes.
Matt Turner
2014-06-01
2
-0
/
+2
*
i915: add a missing NULL pointer check
Lubomir Rintel
2014-05-30
1
-1
/
+1
*
i965/vec4: Allow writemasking on math instructions on Gen7+.
Matt Turner
2014-05-30
1
-2
/
+2
*
i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
Pavel Popov
2014-05-30
1
-1
/
+1
*
mesa: Add missing null checks into prog_hash_table.c
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+8
*
mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+5
*
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+3
*
mesa: add missing null check in _mesa_NewHashTable()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+10
*
i965/fs: Set correct number of regs_written for MCS fetches.
Matt Turner
2014-05-29
1
-3
/
+3
*
i965: Fix repeated usage of rectangle texture coordinate scaling.
Kenneth Graunke
2014-05-28
1
-7
/
+20
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-28
1
-1
/
+1
*
i965/sf: Replace push/pop in brw_emit_anyprim_setup.
Kenneth Graunke
2014-05-27
1
-15
/
+11
*
i965/sf: Drop unnecessary push/pop in copy_z_inv_w.
Kenneth Graunke
2014-05-27
1
-4
/
+0
*
i965/sf: Drop unnecessary push/pop in flatshading code.
Kenneth Graunke
2014-05-27
1
-8
/
+0
*
i965/sf: Move brw_compile::flag_value to brw_sf_compile.
Kenneth Graunke
2014-05-27
3
-21
/
+24
*
i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.
Kenneth Graunke
2014-05-27
3
-19
/
+14
*
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
*
mesa/st: fix color outputs in presence of sample mask output
Ilia Mirkin
2014-05-26
1
-13
/
+17
*
mesa/x86: Fix build with clang <= 3.3.
Vinson Lee
2014-05-25
1
-0
/
+2
*
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
[prev]
[next]