summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-27i965: fix occlusion query on sandybridge7.9-sandybridgeZhenyu Wang1-47/+114
2010-09-26i965: fix point sprite on sandybridgeZhenyu Wang1-3/+11
2010-09-26i965: remove batch flush in scissor state set on sandybridgeZhenyu Wang1-2/+0
2010-09-26i965: fix scissor state on sandybridgeZhenyu Wang4-4/+8
2010-09-26i965: enable polygon offset on sandybridgeZhenyu Wang1-0/+3
2010-09-26i965: fallback lineloop on sandybridge for nowZhenyu Wang1-0/+7
2010-09-26i965: fix const register count for sandybridgeZhenyu Wang1-2/+2
2010-09-26Revert "i965: constant buffer payload size fix for sandybridge"Zhenyu Wang2-5/+4
2010-09-26i965: fix pixel w interpolation on sandybridgeZhenyu Wang1-4/+16
2010-09-26i965: don't do calculation for delta_xy on sandybridgeZhenyu Wang1-0/+16
2010-09-26i965: Fix pixel kill for sandybridgeZhenyu Wang5-13/+26
2010-09-26i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang1-0/+5
2010-09-26i965: sandybridge pipe control workaround before write cache flushZhenyu Wang2-1/+21
2010-09-26i965: Add all device ids for sandybridgeZhenyu Wang1-6/+14
2010-09-26i965: constant buffer payload size fix for sandybridgeZhenyu Wang2-4/+5
2010-09-26i965: Fix sampler on sandybridgeZhenyu Wang5-17/+45
2010-09-26i965: VS use SPF mode on sandybridge for nowZhenyu Wang2-1/+5
2010-09-26i965: sandybridge VS conditional instruction fixZhenyu Wang2-11/+28
2010-09-26i965: add sandybridge viewport state bo into validation listZhenyu Wang1-1/+3
2010-09-26i965: ignore quads for GS kernel on sandybridgeZhenyu Wang1-1/+8
2010-09-26i965: ff sync message change for sandybridgeZhenyu Wang1-2/+16
2010-09-26i965: fix point size setting in header on sandybridgeZhenyu Wang1-2/+5
2010-09-26i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang2-0/+2
2010-09-26i965: Fix color interpolation on sandybridgeZhenyu Wang1-3/+2
2010-09-26i965: set quarter control on sandybridgeZhenyu Wang1-0/+7
2010-09-26i965: enable accumulator update in PS kernel too on sandybridgeZhenyu Wang2-0/+6
2010-09-26i965: set WECtrl on sandybridgeZhenyu Wang1-1/+7
2010-09-26i965: new 3D commands decode for sandybridgeZhenyu Wang1-28/+311
2010-09-26i965: new state dump for sandybridgeZhenyu Wang1-5/+135
2010-09-26i965: disasm quarter and write enable instruction control on sandybridgeZhenyu Wang1-9/+61
2010-09-26i965: Add support for POW in gen6 FS.Eric Anholt3-25/+120
2010-09-26i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt3-31/+51
2010-09-26i965: Add support for attribute interpolation on Sandybridge.Eric Anholt6-13/+87
2010-09-25r300/compiler: Fix two mistakes in the presubtract optimization pass.Tom Stellard1-14/+31
2010-09-25util: fix util_pack_color for B4G4R4A4Marek Olšák1-1/+1
2010-09-25Build r300g by defaultMarek Olšák1-4/+2
2010-09-25r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák3-6/+84
2010-09-25r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák1-6/+58
2010-09-25r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák1-4/+10
2010-09-25util: make calling remove_from_list multiple times in a row safeMarek Olšák1-0/+2
2010-09-24r600c: fix mipmap stride on evergreenAlex Deucher1-3/+10
2010-09-24st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul1-1/+11
2010-09-24st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul1-0/+2
2010-09-24mesa: fix assertions to handle srgb formatsBrian Paul1-4/+8
2010-09-23r300g: Always try to build libr300compiler.aTom Stellard1-0/+1
2010-09-23intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2-11/+3
2010-09-23mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul9-21/+60
2010-09-23i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt3-17/+3
2010-09-23glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke1-25/+30
2010-09-23glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke1-1/+2