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: 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
*
i965/vs: Drop hack that created NIR for fixed function vertex programs.
Kenneth Graunke
2015-10-17
1
-12
/
+0
*
i965/nir: Switch on shader stage in nir_lower_outputs().
Kenneth Graunke
2015-10-17
1
-5
/
+21
*
build: fix out-of-tree build after b9b40ef
Rob Clark
2015-10-17
1
-0
/
+1
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
10
-9
/
+12
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
i965/vec4: Use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965/fs: use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965: android: add the i965_compile_FILES sources to the driver
Mauro Rossi
2015-10-15
1
-0
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
7
-19
/
+21
*
i965: add arrays of arrays support for varyings
Timothy Arceri
2015-10-15
2
-5
/
+3
*
i965: Don't hardcode FS in "validation failed!" message.
Kenneth Graunke
2015-10-14
1
-1
/
+1
*
i965/fs: Ignore compute shaders in brw_nir_lower_inputs
Jordan Justen
2015-10-14
1
-0
/
+4
*
i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar mode
Jordan Justen
2015-10-14
1
-1
/
+2
*
i965: Adapt SSBOs to work with their own separate index space
Iago Toral Quiroga
2015-10-14
5
-69
/
+71
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
2
-7
/
+7
*
nir: split SSBO min/max atomic instrinsics into signed/unsigned versions
Iago Toral Quiroga
2015-10-14
2
-21
/
+21
*
i965/vec4: fix indentation in vec4_visitor::calculate_live_intervals
Iago Toral Quiroga
2015-10-14
1
-8
/
+8
*
i965/fs: Fix indentation in fs_live_variables::compute_start_end
Iago Toral Quiroga
2015-10-14
1
-9
/
+8
*
i965/vs: Simplify fs_visitor's ATTR file.
Kenneth Graunke
2015-10-12
3
-21
/
+49
[prev]
[next]