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: Throw out guts of struct brw_instruction.
Matt Turner
2014-06-26
1
-644
/
+1
*
i965: Convert brw_gs_emit.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-3
/
+4
*
i965: Convert brw_disasm.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-341
/
+316
*
i965: Pass brw rather than gen to brw_disassemble_inst().
Matt Turner
2014-06-26
5
-33
/
+33
*
i965: Convert brw_eu_compact.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-105
/
+104
*
i965: Extend is_haswell checks to gen >= 8 in Gen4-7 generators.
Kenneth Graunke
2014-06-26
2
-7
/
+7
*
i965: Convert test_eu_compact.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-22
/
+19
*
i965: Convert vec4_generator to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-8
/
+8
*
i965: Convert fs_generator to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-9
/
+9
*
i965: Convert Gen4-5 clipping code to the new brw_inst API.
Kenneth Graunke
2014-06-26
4
-41
/
+52
*
i965: Convert brw_sf_emit.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-3
/
+4
*
i965: Convert brw_eu_emit.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-482
/
+461
*
i965: Convert brw_eu.[ch] to use the new brw_inst API.
Kenneth Graunke
2014-06-26
2
-16
/
+19
*
i965: Introduce a new brw_inst API.
Kenneth Graunke
2014-06-26
1
-0
/
+707
*
i965: Pass brw into next_offset().
Kenneth Graunke
2014-06-26
3
-9
/
+12
*
i965: Remove unneeded VS workaround stalls on Baytrail.
Greg Hunt
2014-06-26
4
-6
/
+6
*
i965/fs: Check variable_storage return value in fs_visitor::visit
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+6
*
i965: Handle miptree creation failure in intel_alloc_texture_storage()
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+3
*
i965: Check calloc return value in gather_statistics_results()
Juha-Pekka Heikkila
2014-06-26
1
-1
/
+14
*
i965/vec4: Try constant propagate after copy propagate made progress.
Matt Turner
2014-06-25
1
-2
/
+4
*
i965/vec4: Make try_copy_propagate() static.
Matt Turner
2014-06-25
2
-7
/
+4
*
i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.
Matt Turner
2014-06-25
2
-8
/
+8
*
i965/vec4: Constant propagate into 2-src math instructions on Gen8.
Matt Turner
2014-06-25
1
-2
/
+9
*
i965/fs: Constant propagate into 2-src math instructions on Gen8.
Matt Turner
2014-06-25
1
-2
/
+9
*
i965/fs: Make try_constant_propagate() static.
Matt Turner
2014-06-25
2
-3
/
+2
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
6
-14
/
+12
*
i965/fs: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+4
*
i965/vec4: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+6
*
i965/vec4: Don't return void from a void function.
Matt Turner
2014-06-24
1
-4
/
+4
*
i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
Kenneth Graunke
2014-06-23
2
-8
/
+15
*
i965: Allow the blorp blit between BGR and RGB
Neil Roberts
2014-06-23
1
-7
/
+21
*
i915: Fix gen2 texblend setup
Ville Syrjälä
2014-06-23
1
-1
/
+1
*
i965: Save meta stencil blit programs in the context.
Kenneth Graunke
2014-06-21
2
-8
/
+13
*
meta: Respect the driver's maximum number of draw buffers
Ian Romanick
2014-06-18
1
-2
/
+2
*
i965/vec4: unit test for copy propagation and writemask
Chia-I Wu
2014-06-18
1
-0
/
+30
*
i965/vec4/gs: Silence warning about unused 'success' in release build.
Matt Turner
2014-06-17
1
-0
/
+1
*
i965/disasm: Mark three_source_reg_encoding[] static.
Matt Turner
2014-06-17
1
-1
/
+1
*
i965/blorp: Remove unused 'brw' member.
Matt Turner
2014-06-17
1
-2
/
+0
*
i965/blorp: Mark branch unreachable to silence uninitialized var warning.
Matt Turner
2014-06-17
1
-0
/
+1
*
i965: Silence warning about unused brw in release builds.
Matt Turner
2014-06-17
1
-2
/
+1
*
i965: Mark backend_instruction and bblock_t as structs.
Matt Turner
2014-06-17
2
-2
/
+2
*
i965: Use standard SSE intrinsics instead of gcc built-ins.
Matt Turner
2014-06-17
1
-5
/
+7
*
mesa: Mark default case unreachable to silence warning.
Matt Turner
2014-06-17
1
-0
/
+1
*
Revert "i965: Add 'wait' instruction support"
Matt Turner
2014-06-17
3
-34
/
+0
*
i965/fs: Optimize SEL with the same sources into a MOV.
Matt Turner
2014-06-17
1
-1
/
+7
*
i965/fs: Perform CSE on texture operations.
Matt Turner
2014-06-17
1
-1
/
+10
*
i965/fs: Copy propagate from load_payload.
Matt Turner
2014-06-17
1
-0
/
+22
*
i965/fs: Perform CSE on load_payload instructions if it's not a copy.
Matt Turner
2014-06-17
1
-0
/
+18
*
i965/fs: Support register coalescing on LOAD_PAYLOAD operands.
Matt Turner
2014-06-17
1
-10
/
+54
*
i965/fs: Emit load_payload instead of multiple MOVs for large VGRFs.
Matt Turner
2014-06-17
1
-12
/
+21
[next]