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: 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
*
i965: Add a function to disassemble an instruction from the 4 dwords.
Kenneth Graunke
2015-02-17
1
-0
/
+12
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
11
-84
/
+20
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
3
-7
/
+5
*
i965/simd8vs: Fix SIMD8 atomics
Ben Widawsky
2015-02-16
1
-8
/
+16
*
meta: Fix saving the results of the current occlusion query
Neil Roberts
2015-02-16
1
-7
/
+10
*
i965/vec4: Override destination register writemask in sampler message send.
Francisco Jerez
2015-02-16
1
-0
/
+1
*
i965: Fix a crash in the texture gradient lowering pass with cube samplers
Iago Toral Quiroga
2015-02-16
1
-1
/
+3
*
i965/fs: Handle U/UW-type immediates in the generator.
Matt Turner
2015-02-15
1
-0
/
+6
*
i965/fs: Handle W/UW-type immediates in dump_instructions().
Matt Turner
2015-02-15
1
-0
/
+2
*
i965: Let dump_instructions() work before calculate_cfg().
Matt Turner
2015-02-15
2
-13
/
+28
*
i965/fs: Call calculate_cfg() before optimize().
Matt Turner
2015-02-15
1
-2
/
+4
*
i965: Optimize multiplication by -1 into a negated MOV.
Matt Turner
2015-02-15
2
-0
/
+14
*
i965: Add an is_negative_one() method.
Matt Turner
2015-02-15
2
-0
/
+17
*
i965/vec4/vp: Use vec4_visitor::CMP.
Matt Turner
2015-02-15
1
-2
/
+1
*
i965/nir: Don't support gl_FrontFacing as an input variable
Jason Ekstrand
2015-02-14
1
-3
/
+0
*
i965/nir: Add support for nir_intrinsic_load_front_face
Jason Ekstrand
2015-02-14
1
-1
/
+3
*
r200: Drop unused variable.
Eric Anholt
2015-02-12
1
-1
/
+0
*
i965: Quiet another compiler warning about uninitialized values.
Eric Anholt
2015-02-12
1
-2
/
+2
*
i965: Move some asserts to unreachable.
Eric Anholt
2015-02-12
1
-2
/
+2
*
i965: Shut up a compiler warning about uninitialized var.
Eric Anholt
2015-02-12
1
-1
/
+1
*
i965/vs/skl: Use vec4 datatypes for message header
Ben Widawsky
2015-02-11
1
-2
/
+2
*
i965: Add LINTERP/CINTERP to can_do_cmod().
Matt Turner
2015-02-11
1
-0
/
+2
*
i965/fs: Remove conditional mod when optimizing a SEL into a MOV.
Matt Turner
2015-02-11
1
-0
/
+1
*
i965/vec4: Emit MADs from (x + abs(y * z)).
Matt Turner
2015-02-10
1
-3
/
+15
*
i965/vec4: Emit MADs from (x + -(y * z)).
Matt Turner
2015-02-10
1
-0
/
+12
*
i965/skl: Implement WaDisable1DDepthStencil
Neil Roberts
2015-02-10
1
-0
/
+12
*
i965/gen7-8: Implement glMemoryBarrier().
Francisco Jerez
2015-02-10
2
-0
/
+41
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
4
-56
/
+55
*
i965: Allocate binding table space for shader images.
Francisco Jerez
2015-02-10
2
-0
/
+12
*
i965: Don't tile 1D miptrees.
Francisco Jerez
2015-02-10
1
-0
/
+7
*
i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
i965: Handle negated unsigned immediate values in constant propagation.
Francisco Jerez
2015-02-10
3
-19
/
+19
*
i965/vec4: Take into account non-zero reg_offset during register allocation.
Francisco Jerez
2015-02-10
1
-1
/
+3
*
i965/vec4: Add register classes up to MAX_VGRF_SIZE.
Francisco Jerez
2015-02-10
3
-7
/
+9
*
i965/vec4: Init mlen for several send from GRF instructions.
Francisco Jerez
2015-02-10
3
-5
/
+11
*
i965/vec4: Don't infer MRF dependencies for send from GRF instructions.
Francisco Jerez
2015-02-10
1
-14
/
+18
*
i965/vec4: Fix the scheduler to take into account reads and writes of multipl...
Francisco Jerez
2015-02-10
3
-5
/
+29
[next]