aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Fix the DP read msg_control definitions other than plain OWORD.Eric Anholt2010-07-211-6/+16
* i965: Add definitions for Sandybridge DP write/read messages.Zhenyu Wang2010-07-081-6/+25
* i965: correct the gen6 line stipple enable define.Zhenyu Wang2010-06-141-1/+1
* gen6 fix: fix a wrong bit in binding_table_pointerZou Nan hai2010-05-181-1/+1
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-5/+5
* i965: Correct copy and wasted field shifts for SNB GS URB.Eric Anholt2010-03-221-2/+2
* i965: Use the PLN instruction when possible in interpolation.Eric Anholt2010-03-101-0/+1
* i965: Fix the SNB VE valid bit.Eric Anholt2010-02-251-1/+1
* i965: Fix the SNB clip near VP API bit.Eric Anholt2010-02-251-1/+2
* i965: Add SNB math opcode support.Eric Anholt2010-02-251-1/+3
* i965: Set up the SNB sampler state pointers.Eric Anholt2010-02-251-0/+8
* i965: Add a couple SNB state packets I saw in other batchbuffer dumps.Eric Anholt2010-02-251-0/+21
* i965: Re-disable the VS.Eric Anholt2010-02-251-1/+1
* i965: Untested Sandybridge WM packets.Eric Anholt2010-02-251-0/+62
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+70
* i965: Fix up Sandybridge GS reg definitionsEric Anholt2010-02-251-1/+1
* i965: fix typo in SNB VS defines commentEric Anholt2010-02-251-1/+1
* i965: fix typo in SNB GS register definesEric Anholt2010-02-251-1/+1
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-0/+5
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-0/+2
* i965: Fix some defines of gen6 regs from docs comparison.Eric Anholt2010-02-251-4/+5
* i965: Reconnect the index/vertex setup.Eric Anholt2010-02-251-0/+5
* i965: Set up the SNB URB.Eric Anholt2010-02-251-0/+6
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-251-0/+21
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-251-4/+25
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-251-2/+21
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-0/+1
* i965: Set up sandybridge binding table pointers but don't enable it yet.Eric Anholt2010-02-251-0/+3
* intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-221-3/+0
* intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-7/+2
* i965: Clean up Ironlake sampler type definitions.Eric Anholt2009-11-131-12/+4
* i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt2009-08-041-1/+3
* i965: add support for new chipsetsXiang, Haihao2009-07-131-3/+26
* i965: srgb texture fixesRoland Scheidegger2009-03-281-3/+5
* i965: fix point rasterization when rendering to FBORobert Ellison2009-03-241-0/+18
* i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt2009-02-251-1/+1
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-021-4/+3
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-64/+0
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+64
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-6/+7
|\
| * i965: official name for GM45 chipsetXiang, Haihao2008-07-081-6/+7
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-63/+0
* | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-231-1/+0
|/
* [965] Replace VEP/VBP state structures with inline batch emits.Eric Anholt2008-02-041-14/+24
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-2/+10
* fix fd.o bug #11804Zou Nan hai2007-08-021-0/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+850