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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT
Anuj Phogat
2015-02-25
1
-0
/
+3
*
i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...
Anuj Phogat
2015-02-25
1
-6
/
+6
*
i965: Allocate texture buffer in intelTexImage
Anuj Phogat
2015-02-25
1
-2
/
+11
*
i965: Make a function to check the conditions to use the blitter
Anuj Phogat
2015-02-25
1
-11
/
+29
*
i965: Move the comment to the right place
Anuj Phogat
2015-02-25
1
-1
/
+1
*
i965: Fix condition to use Y tiling in blitter in intel_miptree_create()
Anuj Phogat
2015-02-25
1
-3
/
+3
*
i965: Don't force x-tiling for 16-bpp formats on Gen>7
Neil Roberts
2015-02-25
1
-3
/
+3
*
i965: Remove redundant discard jumps.
Kenneth Graunke
2015-02-24
2
-0
/
+43
*
i965/fs: Handle conditional discards.
Kenneth Graunke
2015-02-24
2
-17
/
+26
*
Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Emit MOV(1) instructions with force_writemask_all.
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+95
*
i965/fs/nir: Optimize integer multiply by a 16-bit constant.
Matt Turner
2015-02-24
1
-1
/
+23
*
i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+90
*
i965: Fix non-AA wide line rendering with fractional line widths
Iago Toral Quiroga
2015-02-24
4
-8
/
+20
*
i965/blorp: round to nearest when converting float into integer
Samuel Iglesias Gonsalvez
2015-02-24
1
-4
/
+7
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
10
-84
/
+89
*
i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates...
Francisco Jerez
2015-02-23
1
-0
/
+8
*
i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset.
Francisco Jerez
2015-02-23
1
-2
/
+2
*
i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload().
Francisco Jerez
2015-02-23
1
-26
/
+13
*
i965/fs: Less broken handling of force_writemask_all in lower_load_payload().
Francisco Jerez
2015-02-23
1
-7
/
+13
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
i965: Link test programs with gtest before pthreads.
Matt Turner
2015-02-23
1
-10
/
+10
*
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
2015-02-22
1
-1
/
+1
*
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
Jordan Justen
2015-02-21
1
-2
/
+2
*
i965/fs: Set pixel/sample mask for compute shaders atomic ops
Jordan Justen
2015-02-21
1
-4
/
+4
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
4
-4
/
+4
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
1
-0
/
+2
*
i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
Iago Toral Quiroga
2015-02-20
1
-0
/
+5
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
4
-2
/
+21
*
i965/blorp: Emit MADs.
Matt Turner
2015-02-19
2
-4
/
+11
*
i965/blorp: Optimize clamping tex coords.
Matt Turner
2015-02-19
2
-4
/
+22
*
i965: Use greater-equal cmod to implement maximum.
Matt Turner
2015-02-19
4
-7
/
+10
*
i965: Don't emit saturates for instructions without destinations.
Matt Turner
2015-02-19
2
-2
/
+2
*
i965/fs: Consider MOV.SAT to interfere if it has a source modifier.
Matt Turner
2015-02-19
2
-4
/
+52
*
i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.
Matt Turner
2015-02-19
2
-4
/
+44
*
i965/fs: Add unit tests for saturate propagation pass.
Matt Turner
2015-02-19
2
-0
/
+362
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
5
-0
/
+42
*
i965/vec4: Print "VS" or "GS" when compiles fail, not "vec4".
Kenneth Graunke
2015-02-19
1
-1
/
+1
*
i965/vec4: Replace debug_flag with debug_enabled.
Kenneth Graunke
2015-02-19
6
-10
/
+5
*
i965: Make scheduler cycle estimates use the proper stage name.
Kenneth Graunke
2015-02-19
1
-5
/
+6
*
i965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
Kenneth Graunke
2015-02-19
2
-7
/
+8
*
i965: Create backend_visitor fields for debugging messages.
Kenneth Graunke
2015-02-19
2
-0
/
+6
*
i965: Add a function to translate MESA_SHADER_* into DEBUG_* enums.
Kenneth Graunke
2015-02-19
2
-0
/
+15
*
i965/fs: Use VARYING_SLOT checks rather than strcmp().
Kenneth Graunke
2015-02-19
2
-3
/
+3
*
i965/fs: Remove type parameter from emit_vs_system_value().
Kenneth Graunke
2015-02-19
2
-5
/
+4
*
i965/vec4: Calculate register allocation q values manually.
Francisco Jerez
2015-02-19
1
-1
/
+17
*
i965: Don't compact instructions with unmapped bits.
Francisco Jerez
2015-02-19
1
-0
/
+53
*
i965: Handle F16TO32/F32TO16 with dword src/dst consistently on both back-ends.
Francisco Jerez
2015-02-19
1
-2
/
+12
*
i965/gen8: Fix F32TO16 in vec4 mode if the source and destination registers a...
Francisco Jerez
2015-02-19
1
-9
/
+27
[next]