Merge branch '7.8'
[mesa.git] / src / mesa / drivers / dri / i965 /
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Eric Anholti965: Fix assertion for surface tile offset usage on...
2010-04-22 Eric Anholti965: Fix scissoring when width or height is 0.
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-21 Zhenyu Wangintel: Clean up chipset name and gen num for Ironlake
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-18 Vinson Leei965: Assert that an OPCODE_IF was seen before an OPCOD...
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Vinson Leei965: Remove unnecessary header.
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-25 Jakob BornecrantzMerge branch 'gallium-targets'
2010-03-24 Eric Anholti965: Handle the negate and abs swizzles on brw_wm_glsl...
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Eric Anholti965: Add disasm for SNB MATH opcode.
2010-03-22 Eric Anholti965: Enable normal clipping on SNB.
2010-03-22 Eric Anholti965: Force single program flow in SNB GS, to match...
2010-03-22 Eric Anholti965: Correct copy and wasted field shifts for SNB...
2010-03-22 Eric Anholti965: Enable VS on SNB.
2010-03-22 Eric Anholti965: Remove gratuitous jump or nop from OPCODE_END...
2010-03-22 Eric Anholti965: Ignore execution mask for the mov(m0, g0) of...
2010-03-22 Eric Anholti965: Allow FS constants to be used as immediates inste...
2010-03-22 Eric Anholti965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
2010-03-22 Eric Anholti965: Optimize OPCODE_CMP by using BRW_SEL to choose...
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Eric Anholtintel: Replace mt->pitch with mt->region->pitch.
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Eric AnholtRevert "i965: Do VS SGT, SLT, and friends using CMP...
2010-03-16 Eric AnholtRevert "i965: Do FS SLT, SGT, and friends using CMP...
2010-03-16 Eric Anholti965: Fix ENDLOOP to only patch up this loop's BREAK...
2010-03-16 Eric Anholti965: Unalias all GLSL source regs from the destination...
2010-03-16 Eric Anholti965: Fix nested loops in the VS.
2010-03-16 Eric Anholti965: Fix up VP constbuf leak on program delete.
2010-03-16 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-16 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-16 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Eric Anholti965: Clarify the roles of emit_pixel_xy(), emit_delta_...
2010-03-12 Eric Anholti965: Clarify that DELTAXY always occurs for both X...
2010-03-12 Eric Anholti965: Do FS SLT, SGT, and friends using CMP, SEL instea...
2010-03-12 Eric Anholti965: Do VS SGT, SLT, and friends using CMP, SEL instea...
2010-03-12 Eric Anholti965: Fix up VS DP4 sequences to avoid dependency control.
2010-03-12 Eric Anholti965: When doing a swizzled kill pixel, don't do redund...
2010-03-12 Eric Anholti965: Use the SEL instruction to implement MIN and...
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Eric Anholti965: Use the PLN instruction when possible in interpol...
2010-03-10 Eric Anholti965: Set up the execution size before relying on it.
2010-03-10 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-10 Eric Anholti965: Print the opcode name for unrecognized opcodes...
2010-03-10 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-10 Eric Anholti965: Print the offset for IFF in disasm
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Eric Anholti965: Fix ENDLOOP to only patch up this loop's BREAK...
2010-03-09 Eric Anholti965: Unalias all GLSL source regs from the destination...
2010-03-09 Eric Anholti965: Print the offsets for WHILE and BREAK in disasm.
2010-03-09 Eric Anholti965: Fix nested loops in the VS.
2010-03-09 Eric Anholti965: Fix up VP constbuf leak on program delete.
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES (2)
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES
2010-03-05 Eric Anholti965: Only use the effective subset of the WM sampler...
2010-03-05 Eric Anholtintel: Remove support for the DRI1 TFP extension.
2010-03-05 Eric Anholti965: Remove the paths for making a const surface objec...
2010-03-05 Eric Anholti965: Remove the unused SDC BO pointer from the sampler...
2010-03-05 Eric Anholti965: Rename SNB brw_*_key structs to gen6_*_key structs.
2010-03-05 Eric Anholti965: Pack gen6 blend_state_key structure.
2010-03-05 Eric Anholti965: Try to assign SNB SF inputs to outputs.
2010-03-05 Eric Anholti965: Fix the SNB SF input size.
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-05 Eric Anholtintel: Remove non-kernel-exec-fencing support.
2010-03-03 Eric Anholti965: Fix up Sandybridge VS sizing.
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Brian Pauli965: include macros.h to get CLAMP macro
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-26 Vinson Leei965: Remove unnecessary headers.
2010-02-26 Eric Anholti965: Try to hook up the Sandybridge URB_WRITE SEND...
2010-02-26 Eric Anholti965: Fix up the VUE handling for SNB, and hopefully...
2010-02-26 Eric Anholti965: Don't set a nonexistent enable bit in several...
2010-02-26 Eric Anholti965: Lump SNB in with Ironlake for bigger VUEs.
next