summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-28mesa: set version string to 7.9-rc2mesa-7.9-rc2Ian Romanick1-1/+1
2010-09-28glsl: Also update implicit sizes of varyings at link time.Eric Anholt1-4/+7
2010-09-28i965: Fix up part of my Sandybridge attributes support patch.Eric Anholt1-2/+4
2010-09-28i965: Fix all non-snb regression in the snb attribute interpolation commit.Eric Anholt1-1/+1
2010-09-28i965: fallback bitmap operation on sandybridgeZhenyu Wang1-0/+6
2010-09-28i965: fix occlusion query on sandybridgeZhenyu Wang1-47/+114
2010-09-28i965: fix point sprite on sandybridgeZhenyu Wang1-3/+11
2010-09-28i965: fix scissor state on sandybridgeZhenyu Wang4-5/+8
2010-09-28i965: enable polygon offset on sandybridgeZhenyu Wang1-0/+3
2010-09-28i965: fix pixel w interpolation on sandybridgeZhenyu Wang1-4/+16
2010-09-28i965: don't do calculation for delta_xy on sandybridgeZhenyu Wang1-0/+16
2010-09-28i965: only allow SIMD8 kernel on sandybridge nowZhenyu Wang1-0/+5
2010-09-28i965: sandybridge pipe control workaround before write cache flushZhenyu Wang2-1/+21
2010-09-28i965: Add all device ids for sandybridgeZhenyu Wang1-6/+14
2010-09-28i965: fix const register count for sandybridgeZhenyu Wang1-2/+2
2010-09-28i965: Fix sampler on sandybridgeZhenyu Wang5-17/+45
2010-09-28i965: fix jump count on sandybridgeZhenyu Wang1-4/+6
2010-09-28i965: VS use SPF mode on sandybridge for nowZhenyu Wang2-1/+5
2010-09-28i965: add sandybridge viewport state bo into validation listZhenyu Wang1-1/+3
2010-09-28i965: ignore quads for GS kernel on sandybridgeZhenyu Wang1-1/+8
2010-09-28i965: ff sync message change for sandybridgeZhenyu Wang1-2/+16
2010-09-28i965: fix point size setting in header on sandybridgeZhenyu Wang1-2/+5
2010-09-28i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang2-0/+2
2010-09-28i965: Fix color interpolation on sandybridgeZhenyu Wang1-3/+2
2010-09-28i965: enable accumulator update in PS kernel too on sandybridgeZhenyu Wang2-0/+6
2010-09-28i965: new state dump for sandybridgeZhenyu Wang1-5/+135
2010-09-28i965: disasm quarter and write enable instruction control on sandybridgeZhenyu Wang1-9/+61
2010-09-28i965: Add support for POW in gen6 FS.Eric Anholt3-25/+120
2010-09-28i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt3-31/+51
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt6-13/+87
2010-09-28glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.Eric Anholt1-1/+1
2010-09-28mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie1-1/+1
2010-09-28mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt1-1/+1
2010-09-28glsl: Fix copy'n'wasted ir_noop_swizzle conditions.Eric Anholt1-2/+2
2010-09-28glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt11-112/+181
2010-09-28r300g: fix swizzling of texture border colorMarek Olšák1-34/+7
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák1-3/+5
2010-09-28r300/compiler: do not use copy propagation if SaturateMode is usedMarek Olšák1-1/+2
2010-09-28r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák1-0/+40
2010-09-28glx: Invalidate buffers after binding a drawableKristian Høgsberg1-4/+15
2010-09-27mesa: set version string to 7.9-rc1mesa-7.9-rc1Ian Romanick1-1/+1
2010-09-26r300g: fix macrotiling on R350Marek Olšák1-2/+2
2010-09-26radeong: fix leaksJoakim Sindholt1-0/+3
2010-09-26util/u_blitter: fix leakJoakim Sindholt1-1/+1
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-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