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
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
Chris Forbes
2013-03-02
5
-0
/
+18
*
i965: Support multisampling in surface_state for textures
Chris Forbes
2013-03-02
2
-5
/
+6
*
i965: add support for multisample textures
Chris Forbes
2013-03-02
2
-0
/
+3
*
i965: expose sample positions
Chris Forbes
2013-03-02
3
-43
/
+82
*
i965: add support for sample mask on Gen6+
Chris Forbes
2013-03-02
4
-9
/
+16
*
i965: expose new max sample counts
Chris Forbes
2013-03-02
1
-2
/
+10
*
i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.
Eric Anholt
2013-03-01
2
-0
/
+6
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
7
-5
/
+75
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
4
-0
/
+4
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-1
/
+2
*
i965/vs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
*
i965/fs: Remove duplicate scan_inst->mlen check
Matt Turner
2013-02-28
1
-5
/
+0
*
i965: Fix the W value of deprecated pointcoords on pre-gen6.
Eric Anholt
2013-02-25
1
-1
/
+18
*
i965/fs: Fix broken math on values loaded from uniform buffers on gen6.
Eric Anholt
2013-02-22
1
-0
/
+1
*
i965: Avoid segfault in gen6_upload_state
Carl Worth
2013-02-21
1
-1
/
+1
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
3
-11
/
+34
*
i965/fs: Enable CSE on uniform pull constant loads.
Eric Anholt
2013-02-19
1
-0
/
+3
*
i965/fs: Only do CSE when the dst types match.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-02-19
3
-27
/
+66
*
i965/fs: Fix copy propagation with smearing.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965/fs: Add a bit more instruction dumping useful for upcoming work.
Eric Anholt
2013-02-19
1
-1
/
+30
*
i965: Remove unused userclip flags.
Paul Berry
2013-02-19
3
-5
/
+0
*
i965: Fix leak in blorp CopyTexSubImage2D
Christopher James Halse Rogers
2013-02-16
1
-2
/
+2
*
i965/fs: Do a general SEND dependency workaround for the original 965.
Eric Anholt
2013-02-15
3
-42
/
+229
*
i965/gen7: Set up all samplers even if samplers are sparsely used.
Eric Anholt
2013-02-14
1
-1
/
+1
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
5
-109
/
+18
*
i965/fs: Use a helper function for checking for flow control instructions.
Eric Anholt
2013-02-13
3
-23
/
+22
*
i965: Re-enable the -RHW workaround for original gen4 chips.
Eric Anholt
2013-02-13
1
-12
/
+8
*
i965/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-13
3
-4
/
+20
*
i965: Use derived state for Haswell's 3DSTATE_VF packet.
Kenneth Graunke
2013-02-12
1
-2
/
+2
*
i965: Add missing dirty bits to INTEL_DEBUG=state arrays.
Kenneth Graunke
2013-02-11
1
-0
/
+7
*
i965: Reorganize brw_bits to match the order in brw_context.h.
Kenneth Graunke
2013-02-11
1
-5
/
+5
*
i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH.
Kenneth Graunke
2013-02-11
1
-1
/
+1
*
i965: Remove some stale comments about the brw_constant_buffer atom.
Eric Anholt
2013-02-11
2
-12
/
+0
*
i965: Simplify VS push constant upload code since removal of old path.
Eric Anholt
2013-02-11
1
-7
/
+11
*
i965: Add perf debug for a corner case.
Eric Anholt
2013-02-11
1
-0
/
+3
*
i965: Fix access mode of index buffer rebase.
Eric Anholt
2013-02-11
1
-1
/
+1
*
i965: Fix indentation of index buffer rebase code.
Eric Anholt
2013-02-11
1
-9
/
+9
*
i965: Set UniformBufferOffsetAlignment to sizeof(vec4)
Ian Romanick
2013-02-07
1
-0
/
+1
*
i965/blorp: Support blits between ARGB and XRGB formats.
Kenneth Graunke
2013-02-06
1
-14
/
+12
*
i965/blorp: Support overriding destination alpha to 1.0.
Kenneth Graunke
2013-02-06
1
-0
/
+19
*
i965: Implement CopyTexSubImage2D via BLORP (and use it by default).
Kenneth Graunke
2013-02-06
2
-0
/
+96
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-2
/
+2
*
i965: Disable write masking when setting up texturing m0.
Eric Anholt
2013-02-04
2
-1
/
+4
*
i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18
Eric Anholt
2013-02-04
2
-2
/
+4
[next]