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: Add a fs_visitor constructor that takes a brw_gs_compile.
Kenneth Graunke
2015-10-21
2
-3
/
+39
*
i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.
Kenneth Graunke
2015-10-21
3
-1
/
+8
*
i965: Make emit_urb_writes() reserve space for GS header information.
Kenneth Graunke
2015-10-21
1
-2
/
+16
*
i965: Make emit_urb_writes() only set EOT for the VS.
Kenneth Graunke
2015-10-21
1
-1
/
+1
*
i965: Make fs_visitor::emit_urb_writes reusable for scalar GS.
Kenneth Graunke
2015-10-21
1
-7
/
+7
*
i965: Introduce a brw_vue_prog_data::include_vue_handles flag.
Kenneth Graunke
2015-10-21
2
-0
/
+5
*
i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode.
Kenneth Graunke
2015-10-21
5
-0
/
+40
*
i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes.
Kenneth Graunke
2015-10-21
5
-0
/
+33
*
i965/gs: Do prog_data setup and other calculations in brw_compile_gs
Jason Ekstrand
2015-10-21
4
-220
/
+222
*
i965/gs: Use NIR info for setting up prog_data
Jason Ekstrand
2015-10-21
1
-11
/
+13
*
i965/gs: Pull prog_data out of brw_gs_compile
Jason Ekstrand
2015-10-21
7
-79
/
+80
*
i965/gs: Use NIR instead of the brw_geometry_program for GS metadata
Jason Ekstrand
2015-10-21
4
-12
/
+9
*
i965/gs: Move the mem_ctx argument to brw_compile_gs
Jason Ekstrand
2015-10-21
3
-4
/
+4
*
i965/gs: Set static_vertex_count unconditionally on GEN8+
Jason Ekstrand
2015-10-21
1
-1
/
+1
*
i965: (trivial) rename computes stencil to gen9
Ben Widawsky
2015-10-21
1
-1
/
+1
*
i965: Correct the comment about fb write payload
Ben Widawsky
2015-10-21
1
-2
/
+2
*
i965: Mark compacted 3-src instructions as Gen8+.
Matt Turner
2015-10-21
1
-16
/
+16
*
i965: Add const to brw_compact_inst_bits.
Matt Turner
2015-10-21
1
-2
/
+2
*
i965: Add mask_control_ex field and handle it in compaction.
Matt Turner
2015-10-21
2
-0
/
+6
*
i965: Add devinfo->gen assertions for acc_wr_control.
Matt Turner
2015-10-21
1
-3
/
+3
*
i965: Prepare for next commit by adding more whitespace.
Matt Turner
2015-10-21
1
-14
/
+14
*
i965: Compact acc_wr_control only on Gen6+.
Matt Turner
2015-10-21
1
-2
/
+8
*
i965: Add devinfo parameter to brw_compact_inst_* funcs.
Matt Turner
2015-10-21
2
-57
/
+91
*
i965/vec4: Don't emit MOVs for unused URB slots.
Matt Turner
2015-10-21
2
-6
/
+14
*
i965/fs: Disable opt_sampler_eot for more message types
Neil Roberts
2015-10-21
1
-6
/
+8
*
i965: Remove block arg from foreach_inst_in_block_*_starting_from
Neil Roberts
2015-10-21
5
-9
/
+8
*
i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-10
/
+6
*
i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignm...
Anuj Phogat
2015-10-20
1
-17
/
+9
*
i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-7
/
+7
*
i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-24
/
+22
*
i965: silence incompatible pointer type warning
Emil Velikov
2015-10-20
1
-1
/
+1
*
mesa: replace UsesClipDistance with ClipDistanceArraySize
Marek Olšák
2015-10-20
1
-1
/
+1
*
i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switch
Anuj Phogat
2015-10-19
1
-4
/
+4
*
i965/fs: Localize variables' scopes.
Matt Turner
2015-10-19
1
-8
/
+5
*
i965/fs: Consider type mismatches in saturate propagation.
Matt Turner
2015-10-19
1
-3
/
+12
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
6
-27
/
+30
*
i965/vs: Move URB entry_size and read_length calculations to compile_vs
Jason Ekstrand
2015-10-19
2
-34
/
+34
*
i965: Move the entire compiler API into a single file
Jason Ekstrand
2015-10-19
10
-619
/
+665
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
11
-66
/
+67
*
i965/fs: Move some of the prog_data setup into brw_wm_emit
Jason Ekstrand
2015-10-19
2
-98
/
+100
*
i965/cs: Rework cs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
3
-29
/
+42
*
i965/gs: Rework gs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
3
-40
/
+29
*
i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
3
-49
/
+49
*
i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
3
-39
/
+47
*
i965: Use a const nir_shader in backend_shader
Jason Ekstrand
2015-10-19
11
-12
/
+12
*
i965/vec4: Remove gl_program and gl_shader_program from the generator
Jason Ekstrand
2015-10-19
4
-29
/
+20
*
i965/fs: Remove the gl_program from the generator
Jason Ekstrand
2015-10-19
5
-9
/
+5
*
i965/asm: Explicitly use a nir_instr for IR annotations
Jason Ekstrand
2015-10-19
4
-19
/
+5
*
scons: Build nir/glsl_types.cpp once.
Jose Fonseca
2015-10-19
1
-1
/
+0
*
i965: Do not use NumBufferInterfaceBlocks
Iago Toral Quiroga
2015-10-19
1
-1
/
+1
[next]