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: Link test programs with gtest before pthreads.
Matt Turner
2015-02-23
1
-10
/
+10
*
osmesa: add gallium include dirs to Makefile.am
Brian Paul
2015-02-23
1
-0
/
+2
*
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
*
drivers/x11: add gallium include dirs to Makefile.am
Brian Paul
2015-02-20
1
-0
/
+2
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
5
-5
/
+5
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
4
-16
/
+0
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
7
-0
/
+14
*
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
*
i965/fs: Replace ud_reg_to_w() with a more general helper function.
Francisco Jerez
2015-02-19
2
-24
/
+25
*
i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.
Francisco Jerez
2015-02-19
1
-1
/
+2
*
i965/vec4: Fix constant propagation across different types.
Francisco Jerez
2015-02-19
1
-0
/
+10
*
i965/simd8vs: Fix SIMD8 atomics (read-only)
Jordan Justen
2015-02-18
1
-8
/
+16
*
i915: For the love of all that is holy, stop saying "IGD"
Adam Jackson
2015-02-18
1
-7
/
+7
*
i965: implement ARB_pipeline_statistics_query
Ben Widawsky
2015-02-17
3
-0
/
+106
*
i965: Prefer Meta over the BLT for BlitFramebuffer.
Kenneth Graunke
2015-02-17
1
-7
/
+7
*
i965/fs: Add algebraic optimizations for MAD.
Matt Turner
2015-02-17
1
-0
/
+43
*
i965/fs: Emit MAD instructions when possible.
Matt Turner
2015-02-17
2
-8
/
+8
*
i965/fs: Allow immediates in MAD and LRP instructions.
Matt Turner
2015-02-17
2
-3
/
+33
*
i965/fs: Add pass to combine immediates.
Matt Turner
2015-02-17
4
-0
/
+287
*
i965/fs: Remove force_writemask_all assertion for execsize < 8.
Matt Turner
2015-02-17
1
-1
/
+0
*
i965/cfg: Add function to generate a dot file of the dominator tree.
Matt Turner
2015-02-17
2
-0
/
+11
*
i965/cfg: Add function to generate a dot file of the CFG.
Matt Turner
2015-02-17
2
-0
/
+15
*
i965/cfg: Calculate the immediate dominators.
Matt Turner
2015-02-17
2
-4
/
+76
*
i965/cfg: Allow cfg::dump to be called without a visitor.
Matt Turner
2015-02-17
1
-1
/
+2
*
i965: Allow exec_list sentinels as arguments to insert functions.
Matt Turner
2015-02-17
1
-2
/
+4
*
i965: Add device limits for tess threads & URB entries
Chris Forbes
2015-02-17
4
-0
/
+48
*
i915c: Use the actual MIN instruction.
Kenneth Graunke
2015-02-17
1
-15
/
+1
[next]