summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add depth buffer support on Ivybridge.Kenneth Graunke2011-05-176-5/+140
* i965: Upload sampler state pointers on Ivybridge.Kenneth Graunke2011-05-174-1/+11
* i965: Disable binding table pointers for unused pipeline stages.Kenneth Graunke2011-05-172-0/+17
* i965: Upload binding table pointers on Ivybridge.Kenneth Graunke2011-05-174-2/+16
* i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.Kenneth Graunke2011-05-175-15/+27
* i965: Explicitly disable unused pipeline stages on Ivybridge.Kenneth Graunke2011-05-175-1/+141
* i965: Initial Ivybridge VS state.Kenneth Graunke2011-05-174-1/+96
* i965: Initial Ivybridge Viewport state setup.Kenneth Graunke2011-05-176-4/+137
* i965: Initial Ivybridge Clip state setup.Kenneth Graunke2011-05-175-1/+125
* i965: Initial Ivybridge CC state setup.Kenneth Graunke2011-05-175-1/+98
* i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke2011-05-175-3/+322
* i965: Initial Ivybridge SF/SBE state setup.Kenneth Graunke2011-05-175-2/+291
* i965: Make gen6_sf_state.c's get_attr_override non-static.Kenneth Graunke2011-05-172-1/+5
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-178-4/+162
* i965: Set maximum number of threads for Ivybridge.Kenneth Graunke2011-05-171-1/+11
* i965: Split out tracked state atoms for Ivybridge.Kenneth Graunke2011-05-171-1/+70
* intel: Initial IS_GEN7 plumbing.Kenneth Graunke2011-05-173-3/+17
* i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke2011-05-173-6/+6
* i965: Convert BRW_NEW_* dirty bits to use an enum.Kenneth Graunke2011-05-171-21/+45
* i965: Rework IF/ELSE jump target back-patching.Kenneth Graunke2011-05-171-114/+144
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-1710-132/+122
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-178-22/+44
* i965/gs: Move generation check for bailing earlier.Kenneth Graunke2011-05-171-6/+6
* i965: Add _NEW_LIGHT to Gen6 clip state dirty bits.Kenneth Graunke2011-05-171-1/+2
* r300/compiler: Fix bug in rc_get_variables()Tom Stellard2011-05-171-45/+13
* i965: Pass brw_compile pointer to brw_set_src[01].Kenneth Graunke2011-05-163-98/+107
* i965: Fix "Paramater" typo in gen6_wm_state.c.Kenneth Graunke2011-05-161-1/+1
* r300/compiler: Use ALU Result for IF conditionalsTom Stellard2011-05-146-20/+212
* i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0.Kenneth Graunke2011-05-131-3/+3
* i965: Rename dp_render_target struct to gen6_dp.Kenneth Graunke2011-05-133-31/+31
* i965: Attempt to un-muddle Gen6 data port message target defines.Kenneth Graunke2011-05-132-6/+9
* i965: Fix incorrectly named data port define.Kenneth Graunke2011-05-131-1/+1
* i965: Fix typo in Gen6 "DWord Scattered Write" message define.Kenneth Graunke2011-05-131-1/+1
* r300/compiler: Fix bug in rc_get_variables()Tom Stellard2011-05-111-7/+11
* r300/compiler: Limit instructions to 3 source selectsTom Stellard2011-05-114-39/+104
* r300/compiler: Add simple unit test frameworkTom Stellard2011-05-117-0/+579
* r300/compiler: align memory allocations to 8-bytesMatt Turner2011-05-091-1/+1
* r300c: Fix up for register allocator rewrite.Michel Dänzer2011-05-092-0/+2
* r300/compiler: implement TXD and TXL opcodesMarek Olšák2011-05-075-0/+52
* Add pci id for FirePro 2270Kostas Georgiou2011-05-062-0/+2
* egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg2011-05-061-1/+9
* r600c: add some new pci idsAlex Deucher2011-05-032-0/+8
* i965/gen6: Align interleaved URB writes for overflow outputs as well.Eric Anholt2011-05-011-8/+27
* r300/compiler: remove set-but-unused variablesMarek Olšák2011-05-012-5/+1
* r300/compiler: Cleanups from the regalloc mergeTom Stellard2011-04-303-8/+4
* r300/compiler: Add return statement to rc_list()Tom Stellard2011-04-301-0/+2
* r300g: Fix scons buildTom Stellard2011-04-301-0/+1
* r300/compiler: Enable swizzle packing in the allocator for r300 and r400Tom Stellard2011-04-306-41/+120
* r300/compiler: Handle loops in the register allocatorTom Stellard2011-04-304-19/+103
* r300/compiler: Handle loops in rc_get_readers()Tom Stellard2011-04-304-75/+150