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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
11
-77
/
+40
*
Revert "i965: Really don't emit Q or UQ moves on Gen < 8"
Matt Turner
2017-01-20
1
-8
/
+0
*
i965: Select DF type for 64-bit integers on Gen < 8.
Matt Turner
2017-01-20
4
-10
/
+12
*
i965: Enable ARB_gpu_shader_int64 on Gen8+
Ian Romanick
2017-01-20
2
-0
/
+6
*
i965: Split SIMD16 CMP of Q and UQ instructions
Ian Romanick
2017-01-20
1
-14
/
+29
*
i965: Enable 64-bit integer support for almost all unary and binary operations
Ian Romanick
2017-01-20
1
-10
/
+0
*
i965: Enable uploading 64-bit integer uniforms
Ian Romanick
2017-01-20
1
-1
/
+3
*
i965: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
2
-5
/
+35
*
i965: Enable emitting Q and UQ instructions in the fs backend
Ian Romanick
2017-01-20
2
-1
/
+12
*
i965: Add support for constant evaluation on Q and UQ types
Ian Romanick
2017-01-20
2
-7
/
+20
*
i965: Return Q and UQ types for int64 and uint64
Ian Romanick
2017-01-20
1
-4
/
+2
*
i965: Really don't emit Q or UQ moves on Gen < 8
Ian Romanick
2017-01-20
1
-0
/
+8
*
i965: Avoid int64 warnings.
Dave Airlie
2017-01-20
1
-0
/
+28
*
i965: Avoid int64 induced warnings
Dave Airlie
2017-01-20
3
-0
/
+6
*
i965: Validate "Special Cases for Byte Operations"
Matt Turner
2017-01-20
2
-9
/
+150
*
i965: Validate "Region Alignment Rules"
Matt Turner
2017-01-20
2
-1
/
+697
*
i965: Validate "General Restrictions Based on Operand Types"
Matt Turner
2017-01-20
2
-0
/
+273
*
i965: Validate "General Restrictions on Regioning Parameters"
Matt Turner
2017-01-20
2
-0
/
+377
*
i965: Replace reg_type_size[] with a function.
Matt Turner
2017-01-20
3
-25
/
+75
*
i965: Validate math instruction sources.
Matt Turner
2017-01-20
2
-9
/
+23
*
i965: Claim that SEND/math has two sources.
Matt Turner
2017-01-20
1
-1
/
+8
*
i965: Simplify num_sources_from_inst().
Matt Turner
2017-01-20
1
-3
/
+1
*
i965: Factor out send_restrictions() function.
Matt Turner
2017-01-20
1
-12
/
+22
*
i965: Factor out sources_not_null() validation function.
Matt Turner
2017-01-20
1
-17
/
+23
*
i965: Structure code so unsupported inst will not generate more errors.
Matt Turner
2017-01-20
1
-2
/
+5
*
i965: Add a test for the EU assembly validator.
Matt Turner
2017-01-20
2
-0
/
+176
*
i965: Add a CHECK macro to call more complicated validation funcs.
Matt Turner
2017-01-20
1
-0
/
+9
*
i965: Make ERROR_IF usable from other functions.
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Mark error annotation on correct SIMD16 inst.
Matt Turner
2017-01-20
1
-2
/
+2
*
i965/vec4: Use UW-typed operands when dest is UW.
Matt Turner
2017-01-20
1
-4
/
+6
*
i965: Use W-typed immediate in brw_F32TO16().
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Don't change F->VF if dest type is DF.
Matt Turner
2017-01-20
1
-1
/
+2
*
i965: Remove unnecessary mt->compressed checks
Anuj Phogat
2017-01-19
1
-12
/
+4
*
i965: Fix indentation in brw_miptree_layout_2d()
Anuj Phogat
2017-01-19
1
-3
/
+2
*
i965: Fix comment to include 3d textures
Anuj Phogat
2017-01-19
1
-1
/
+2
*
i965: Delete pending CCS and HiZ ops in intel_miptree_make_shareable()
Chad Versace
2017-01-19
1
-0
/
+16
*
mesa/glsl/i965: set and use tcs vertices_out directly
Timothy Arceri
2017-01-19
1
-4
/
+2
*
i965: get outputs_written from gl_program
Timothy Arceri
2017-01-19
1
-2
/
+2
*
i965/blorp: Make post draw flush more explicit
Topi Pohjolainen
2017-01-18
2
-5
/
+22
*
i965/gen6: Issue direct depth stall and flush after depth clear
Topi Pohjolainen
2017-01-18
1
-1
/
+6
*
i965: Make depth clear flushing more explicit
Topi Pohjolainen
2017-01-18
2
-8
/
+57
*
i965/blorp: Use the render cache mechanism instead of explicit flushing
Topi Pohjolainen
2017-01-18
1
-1
/
+7
*
i965: Make brw_cache_item structure private to brw_program_cache.c.
Kenneth Graunke
2017-01-18
2
-19
/
+21
*
i965: Fix SURFACE_STATE to handle non-zero aux offsets
Ben Widawsky
2017-01-18
1
-2
/
+1
*
i965: Don't map/unmap in brw_print_program_cache on LLC platforms.
Kenneth Graunke
2017-01-17
1
-2
/
+4
*
i965: Move program cache printing to brw_program_cache.c.
Kenneth Graunke
2017-01-17
3
-57
/
+49
*
i965: Make a helper for finding an existing shader variant.
Kenneth Graunke
2017-01-17
7
-85
/
+68
*
i965: Make DCE set null destinations on messages with side effects.
Kenneth Graunke
2017-01-17
1
-13
/
+41
*
i965: Combine some dead code elimination NOP'ing code.
Kenneth Graunke
2017-01-17
1
-8
/
+1
*
i965: Make DCE explicitly not eliminate any control flow instructions.
Kenneth Graunke
2017-01-17
1
-3
/
+2
[next]