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
*
i965/nir/vec4: Implement single-element "mov" operations
Antia Puentes
2015-08-03
1
-0
/
+13
*
i965/nir: Disable alu_to_scalar pass on non-scalar shaders
Alejandro Piñeiro
2015-08-03
1
-6
/
+10
*
i965/nir/vec4: Prepare source and destination registers for ALU operations
Antia Puentes
2015-08-03
1
-1
/
+18
*
i965/nir/vec4: Implement loading values from an UBO
Antia Puentes
2015-08-03
1
-2
/
+59
*
i965/nir/vec4: Implement atomic counter intrinsics (read, inc and dec)
Alejandro Piñeiro
2015-08-03
1
-2
/
+25
*
i965/nir/vec4: Implement load_uniform intrinsic
Iago Toral Quiroga
2015-08-03
1
-2
/
+24
*
i965/nir/vec4: Implement intrinsics that load system values
Alejandro Piñeiro
2015-08-03
1
-6
/
+21
*
i965/nir/vec4: Implement store_output intrinsic
Eduardo Lima Mitev
2015-08-03
2
-3
/
+19
*
i965/vec4: Make sure that register types always match during emit_urb_slot()
Eduardo Lima Mitev
2015-08-03
1
-5
/
+10
*
i965/nir/vec4: Implement load_input intrinsic
Eduardo Lima Mitev
2015-08-03
1
-2
/
+20
*
i965/nir/vec4: Implement loop statements (nir_cf_node_loop)
Eduardo Lima Mitev
2015-08-03
1
-1
/
+5
*
i965/nir/vec4: Implement conditional statements (nir_cf_node_if)
Iago Toral Quiroga
2015-08-03
1
-1
/
+15
*
i965/nir/vec4: Add get_nir_dst() and get_nir_src() methods
Eduardo Lima Mitev
2015-08-03
2
-0
/
+83
*
i965/nir: Move brw_type_for_nir_type() to brw_nir to allow reuse
Eduardo Lima Mitev
2015-08-03
3
-18
/
+21
*
i965/nir/vec4: Implement load_const intrinsic
Eduardo Lima Mitev
2015-08-03
3
-2
/
+20
*
i965/vec4: Add auxiliary func to build a writemask from a component size
Eduardo Lima Mitev
2015-08-03
1
-0
/
+6
*
i965/nir: Dot not assign direct uniform locations first for vec4-based shaders
Iago Toral Quiroga
2015-08-03
1
-4
/
+10
*
nir/nir_lower_io: Add vec4 support
Iago Toral Quiroga
2015-08-03
1
-6
/
+8
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
5
-7
/
+12
*
i965/nir/vec4: Add shader function implementation
Eduardo Lima Mitev
2015-08-03
2
-1
/
+11
*
i965/nir/vec4: Add setup for system values
Alejandro Piñeiro
2015-08-03
2
-1
/
+50
*
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
2015-08-03
8
-11
/
+19
*
i965/nir/vec4: Add setup of uniform variables
Iago Toral Quiroga
2015-08-03
2
-3
/
+97
*
i965/nir/vec4: Add setup of input variables in NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
2
-1
/
+12
*
i965/vec4: Move type_size() method to brw_vec4_visitor class
Eduardo Lima Mitev
2015-08-03
2
-6
/
+17
*
i965/nir/vec4: Select between new nir_vec4 or current vec4_visitor code-paths
Eduardo Lima Mitev
2015-08-03
2
-10
/
+22
*
i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
3
-0
/
+273
*
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
*
i965/bxt: Don't use brw_device_info_skl_early on BXT
Neil Roberts
2015-07-30
1
-1
/
+3
*
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
7
-15
/
+15
*
i965/bxt: Support 3src simd16 instructions
Ben Widawsky
2015-07-29
1
-3
/
+1
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
14
-34
/
+35
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
7
-7
/
+7
*
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
[next]