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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Update the surface_format table for ETC formats
Nanley Chery
2016-01-27
1
-11
/
+11
*
i965: Fix SIN/COS precision problems.
Kenneth Graunke
2016-01-27
2
-12
/
+40
*
HACK/i965/surface_formats: Mark A4B4G4R4 as being supported
Jason Ekstrand
2016-01-26
1
-1
/
+1
*
i965/skl: Utilize new 5th bit for gateway messages
Ben Widawsky
2016-01-26
1
-1
/
+3
*
i965/fs_surface_builder: Mask signed integers after conversion
Jason Ekstrand
2016-01-26
1
-0
/
+18
*
i965/compiler: Set nir_options.vertex_id_zero_based
Jason Ekstrand
2016-01-25
1
-1
/
+2
*
HACK/i965: Default to scalar GS on BDW+
Jason Ekstrand
2016-01-25
1
-1
/
+1
*
Merge remote-tracking branch 'mattst88/nir-lower-pack-unpack' into vulkan
Jason Ekstrand
2016-01-25
22
-193
/
+475
|
\
|
*
i965/gen7+: Use NIR for lowering of pack/unpack opcodes.
Matt Turner
2016-01-25
3
-19
/
+29
|
*
i965/vec4: Implement nir_op_pack_uvec2_to_uint.
Matt Turner
2016-01-25
1
-0
/
+18
|
*
i965/fs: Implement support for extract_word.
Matt Turner
2016-01-25
5
-0
/
+56
|
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-01-25
1
-3
/
+0
|
*
i965/fs: Switch from GLSL IR to NIR for un/packHalf2x16 lowering.
Matt Turner
2016-01-25
3
-11
/
+7
|
*
i965: Make separate nir_options for scalar/vector stages.
Matt Turner
2016-01-25
1
-28
/
+33
|
*
i965: Move brw_compiler_create() to new brw_compiler.c.
Matt Turner
2016-01-25
5
-133
/
+161
|
*
i965: Implement compute sampler state atom.
Francisco Jerez
2016-01-19
4
-1
/
+24
|
*
i965: Trigger CS state reemission when new sampler state is uploaded.
Francisco Jerez
2016-01-19
2
-1
/
+2
|
*
i965/vec4: Spaces around operators.
Matt Turner
2016-01-19
1
-1
/
+1
|
*
i965: Inform compiler of variable range to silence warning.
Matt Turner
2016-01-19
1
-1
/
+2
|
*
i965: adding missing headers to the dist tarball
Emil Velikov
2016-01-18
1
-0
/
+2
|
*
i965/fs: Always set channel 2 of texture headers in some stages
Jason Ekstrand
2016-01-15
1
-0
/
+8
|
*
i965/fs/generator: Take an actual shader stage rather than a string
Jason Ekstrand
2016-01-15
7
-11
/
+14
|
*
i965/vec4: Use UW type for multiply into accumulator on GEN8+
Jason Ekstrand
2016-01-15
1
-1
/
+5
|
*
i965: Apply add_const_offset_to_base for vec4 VS inputs too.
Kenneth Graunke
2016-01-14
1
-5
/
+5
|
*
i965: Make add_const_offset_to_base() work at the shader level.
Kenneth Graunke
2016-01-14
1
-17
/
+21
|
*
i965: Make an is_scalar boolean in brw_compile_vs().
Kenneth Graunke
2016-01-14
1
-5
/
+5
|
*
i965/gen7.5+: Disable resource streamer during GPGPU workloads.
Francisco Jerez
2016-01-14
3
-1
/
+42
|
*
i965/gen7: Emit stall and dummy primitive draw after switching to the 3D pipe...
Francisco Jerez
2016-01-14
1
-0
/
+24
|
*
i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+13
|
*
i965/gen6-7: Implement stall and flushes required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+37
|
*
i965/gen8+: Invalidate color calc state when switching to the GPGPU pipeline.
Francisco Jerez
2016-01-14
1
-0
/
+20
|
*
i965: Add state bit to trigger re-emission of color calculator state.
Francisco Jerez
2016-01-14
3
-0
/
+4
*
|
i965/fs: Feel free to spill partial reads/writes
Jason Ekstrand
2016-01-25
1
-19
/
+2
*
|
i965/fs: Properly write-mask spills
Jason Ekstrand
2016-01-25
2
-5
/
+11
*
|
i965/nir: Properly flush denormals in nir_op_fquantize2f16
Jason Ekstrand
2016-01-22
2
-10
/
+41
*
|
i965/nir: Temporariliy disable mul+add fusion
Jason Ekstrand
2016-01-22
1
-1
/
+1
*
|
vk: Fix indirect push constants
Kristian Høgsberg Kristensen
2016-01-21
1
-4
/
+3
*
|
Merge remote-tracking branch 'jekstrand/wip/i965-uniforms' into vulkan
Kristian Høgsberg Kristensen
2016-01-21
13
-227
/
+303
|
\
\
|
*
|
i965/fs: Push small uniform arrays
Jason Ekstrand
2015-12-14
1
-23
/
+53
|
*
|
i965/fs: Rename demote_pull_constants to lower_constant_loads
Jason Ekstrand
2015-12-14
2
-3
/
+3
|
*
|
i965/vec4: Get rid of the uniform_size array
Jason Ekstrand
2015-12-14
5
-31
/
+0
|
*
|
i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOAD
Jason Ekstrand
2015-12-14
1
-1
/
+1
|
*
|
i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants
Jason Ekstrand
2015-12-14
4
-51
/
+50
|
*
|
i965/vec4: Inline get_pull_constant_offset
Jason Ekstrand
2015-12-14
2
-25
/
+14
|
*
|
i965/fs: Get rid of the param_size array
Jason Ekstrand
2015-12-14
4
-15
/
+0
|
*
|
i965/fs: Stop relying on param_size in assign_constant_locations
Jason Ekstrand
2015-12-14
1
-27
/
+17
|
*
|
i965/fs: Get rid of reladdr
Jason Ekstrand
2015-12-14
2
-10
/
+2
|
*
|
i965/fs: Use MOV_INDIRECT for all indirect uniform loads
Jason Ekstrand
2015-12-14
2
-39
/
+87
|
*
|
i965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECT
Jason Ekstrand
2015-12-14
1
-0
/
+45
|
*
|
i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware
Jason Ekstrand
2015-12-14
2
-13
/
+42
[next]