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: Fix regression with SIMD8 VS since b5f1a48e234d47b24df38cb562cffb894...
Francisco Jerez
2015-07-31
1
-1
/
+2
*
i965/gen9: Add hs, ds, and cs thread + urb info
Ben Widawsky
2015-07-30
1
-0
/
+10
*
i965/bxt: Use more conservative thread counts
Ben Widawsky
2015-07-30
1
-2
/
+4
*
i965/skl: Add production thread counts and URB size
Ben Widawsky
2015-07-30
1
-5
/
+5
*
st/mesa: don't draw instead of asserting in transform feedback
Dave Airlie
2015-07-31
3
-4
/
+7
*
mesa: remove now unused _mesa_get_uniform_location
Timothy Arceri
2015-07-30
2
-79
/
+0
*
mesa: remove now unused subscript validations
Timothy Arceri
2015-07-30
2
-108
/
+0
*
mesa: fix and simplify resource query for arrays
Timothy Arceri
2015-07-30
5
-92
/
+106
*
i965/bxt: Don't use brw_device_info_skl_early on BXT
Neil Roberts
2015-07-30
1
-1
/
+3
*
Delete unused functions in format parser
Anuj Phogat
2015-07-29
1
-7
/
+0
*
i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned
Anuj Phogat
2015-07-29
2
-7
/
+7
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
8
-26
/
+15
*
i965/bxt: Support 3src simd16 instructions
Ben Widawsky
2015-07-29
1
-3
/
+1
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
14
-49
/
+49
*
mesa/math: Avoid double promotion.
Matt Turner
2015-07-29
3
-46
/
+46
*
program: Avoid double promotion.
Matt Turner
2015-07-29
1
-15
/
+15
*
swrast: Avoid double promotion.
Matt Turner
2015-07-29
13
-50
/
+50
*
tnl: Avoid double promotion.
Matt Turner
2015-07-29
7
-30
/
+28
*
vbo: Avoid double promotion.
Matt Turner
2015-07-29
2
-5
/
+5
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
14
-34
/
+35
*
program: Use exp2(x) instead of pow(2.0, x).
Matt Turner
2015-07-29
1
-2
/
+2
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
14
-22
/
+22
*
i965/fs: Make the default builder 64-wide before entering the optimization loop.
Francisco Jerez
2015-07-29
2
-2
/
+7
*
i965/fs: Don't set exec_all on instructions wider than the original in lower_...
Francisco Jerez
2015-07-29
1
-9
/
+11
*
i965/fs: Initialize a builder explicitly in the gen4 send dependency work-aro...
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/cfg: Assert that cur_do/while/if pointers are non-NULL.
Matt Turner
2015-07-29
1
-0
/
+3
*
i965/fs: Switch opt_cse() to the fs_builder constructor from instruction.
Francisco Jerez
2015-07-29
1
-8
/
+8
*
i965/fs: Switch lower_logical_sends() to the fs_builder constructor from inst...
Francisco Jerez
2015-07-29
1
-3
/
+1
*
i965/fs: Switch lower_load_payload() to the fs_builder constructor from instr...
Francisco Jerez
2015-07-29
1
-5
/
+2
*
i965/fs: Don't rely on the default builder to create a null register in emit_...
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965/fs: Set up the builder execution size explicitly in opt_sampler_eot().
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/fs: Initialize a builder explicitly in opt_peephole_predicated_break().
Francisco Jerez
2015-07-29
1
-3
/
+5
*
i965/fs: Set execution controls explicitly in opt_peephole_sel().
Francisco Jerez
2015-07-29
1
-3
/
+9
*
i965/fs: Set execution controls correctly in lower_integer_multiplication().
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965/fs: Set execution controls correctly for lowered pull constant loads.
Francisco Jerez
2015-07-29
1
-3
/
+3
*
i965/fs: Set the execution size of the MOVs correctly in opt_combine_constant...
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965/fs: Define a new fs_builder constructor taking an instruction as argument.
Francisco Jerez
2015-07-29
1
-0
/
+16
*
i965/fs: Translate memory barrier NIR intrinsics.
Francisco Jerez
2015-07-29
1
-0
/
+7
*
i965/fs: Execute nir_setup_uniforms, _inputs and _outputs unconditionally.
Francisco Jerez
2015-07-29
1
-15
/
+7
*
i965/fs: Don't overwrite fs_visitor::uniforms and ::param_size during the SIM...
Francisco Jerez
2015-07-29
1
-3
/
+4
*
i965/fs: Drop unused untyped surface read and atomic emit methods.
Francisco Jerez
2015-07-29
3
-127
/
+5
*
i965/fs: Revisit NIR atomic counter intrinsic translation.
Francisco Jerez
2015-07-29
1
-17
/
+32
*
i965/fs: Import surface message builder helper functions.
Francisco Jerez
2015-07-29
3
-0
/
+234
*
i965/fs: Handle zero-size allocations in fs_builder::vgrf().
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/fs: Implement lowering of logical surface instructions.
Francisco Jerez
2015-07-29
1
-8
/
+55
*
i965/fs: Hook up SIMD lowering to unroll surface instructions of unsupported ...
Francisco Jerez
2015-07-29
1
-0
/
+5
*
i965/fs: Define logical typed and untyped surface opcodes.
Francisco Jerez
2015-07-29
3
-0
/
+129
*
i965: Lift the constness restriction on surface indices passed to untyped ops.
Francisco Jerez
2015-07-29
4
-12
/
+9
*
i965: Define the setup_vector_uniform_values() backend_visitor interface.
Francisco Jerez
2015-07-29
5
-19
/
+44
*
i965/fs: Remove the emit_texture_gen*() fs_visitor methods.
Francisco Jerez
2015-07-29
2
-629
/
+0
[next]