summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-28dri: Add GET_PROGRAM_NAME definition for Mac OS X.Vinson Lee1-0/+3
2010-09-27r300/compiler: Use rc_for_all_reads_src() in "dead constants" passTom Stellard1-27/+24
2010-09-27r300/compiler: radeon_remove_constants.c: fix indentationTom Stellard1-75/+75
2010-09-27r300/compiler: Print immediate values after "dead constants" passTom Stellard3-0/+18
2010-09-27r300/compiler: Add more helper functions for iterating through sourcesTom Stellard2-35/+102
2010-09-28r600g: fix db flush breaking config stateDave Airlie1-9/+9
2010-09-28r300g: fix swizzling of texture border colorMarek Olšák1-34/+7
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák7-27/+90
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák1-4/+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/+39
2010-09-28r300g: code cleanupsMarek Olšák3-180/+156
2010-09-27i965: Add support for dFdx()/dFdy() to the FS backend.Eric Anholt1-0/+71
2010-09-27i965: Fix vector splitting RHS channel selection with sparse writemasks.Eric Anholt1-3/+8
2010-09-27i965: Handle all_equal/any_nequal in the new FS.Eric Anholt1-2/+2
2010-09-27i965: Remove swizzling of assignment to vector-splitting single-channel LHS.Eric Anholt1-2/+0
2010-09-27i965: Fix up writemasked assignments in the new FS.Eric Anholt1-1/+1
2010-09-27glsl: Add validation that a swizzle only references valid channels.Eric Anholt1-0/+18
2010-09-27glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.Eric Anholt1-1/+1
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick4-5/+0
2010-09-27Regenerate files changed by previous commitIan Romanick9-2523/+2395
2010-09-27Remove GL_EXT_cull_vertexIan Romanick13-1885/+1719
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick4-19/+3
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick14-41/+9
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick4-12/+6
2010-09-28d3d1x: work around crash in widlLuca Barbieri2-2/+12
2010-09-27d3d11: fix reference counting so devices get freedLuca Barbieri1-0/+2
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul3-3/+29