summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-07r600c: fix up SQ setup in blit code for Ontario/NIAlex Deucher1-1/+87
2011-01-07r300/compiler: disable the rename_regs pass for loopsMarek Olšák1-0/+8
2011-01-06r600g: support up to 64 shader constantsAlex Deucher2-1/+20
2011-01-06r600c: add support for NI asicsAlex Deucher5-1/+118
2011-01-06r600g: add support for NI (northern islands) asicsAlex Deucher7-0/+118
2011-01-06r600g: hack around property unknown issues.Dave Airlie1-0/+2
2011-01-06r600g: remove useless switch statementsAlex Deucher2-105/+0
2011-01-06r600g: fix evergreen segfaults.Dave Airlie1-1/+1
2011-01-06r600g: avoid segfaultJerome Glisse2-2/+2
2011-01-06r600g: properly unset vertex bufferJerome Glisse3-12/+22
2011-01-06r600g: need to reference upload buffer as the might still live accross flushJerome Glisse2-2/+4
2011-01-06r600g: fix segfault when translating vertex bufferJerome Glisse4-21/+10
2011-01-06r600g: fix bo size when creating bo from handleJerome Glisse1-1/+1
2011-01-06glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20Ian Romanick1-4/+24
2011-01-06i965: skip too small size mipmapZou Nan hai1-2/+4
2011-01-05i965: use BLT to clear buffer if possible on SandybridgeXiang, Haihao1-6/+0
2011-01-04intel: When validating an FBO's combined depth/stencil, use the given FBO.Eric Anholt1-4/+4
2011-01-04intel: Fix segfaults from trying to use _ColorDrawBuffers in FBO validation.Eric Anholt1-4/+16
2011-01-04intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt5-138/+78
2011-01-04intel: Add spans code for the ARB_texture_rg support.Eric Anholt2-0/+154
2011-01-04intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt3-7/+10
2011-01-04intel: Handle forced swrast clears before other clear bits.Eric Anholt1-22/+20
2011-01-04intel: Only do frame throttling at glFlush time when using frontbuffer.Eric Anholt1-1/+2
2011-01-04i965: Fix provoking vertex select in clip state for sandybridgeZhenyu Wang1-1/+4
2011-01-04i965: Use last vertex convention for quad provoking vertex on sandybridgeZhenyu Wang1-0/+7
2011-01-04i965: Do lowering of array indexing of a vector in the FS.Eric Anholt1-0/+1
2011-01-04i965: Fix regression in FS comparisons on original gen4 due to gen6 changes.Eric Anholt2-4/+32
2011-01-04i965: Factor out the ir comparision to BRW_CONDITIONAL_* code.Eric Anholt1-80/+34
2011-01-04i965: Improve the hacks for ARB_fp scalar^scalar POW on gen6.Eric Anholt1-36/+17
2011-01-04r300/compiler: Fix black terrain in Civ4Tom Stellard1-8/+1
2011-01-04i965: Internally enable GL_NV_blend_square on ES2.Kenneth Graunke1-0/+1
2011-01-04i965: Flatten if-statements beyond depth 16 on pre-gen6.Kenneth Graunke1-0/+10
2011-01-04glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke3-7/+39
2011-01-04mesa: fix texel store functions for some float formatsMarek Olšák1-10/+17
2011-01-04Refresh autogenerated file builtin_function.cpp.Ian Romanick1-87/+34
2011-01-04glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke1-87/+34
2011-01-04st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul1-6/+2
2011-01-03Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke1-2/+0
2011-01-03glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul8-229/+329
2011-01-03ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectorsIan Romanick1-1/+7
2011-01-03linker: Allow built-in arrays to have different sizes between shader stagesIan Romanick1-8/+29
2011-01-03glsl: Inherrit type of declared variable from initializer after processing as...Ian Romanick1-8/+17
2010-12-31st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet1-0/+3
2010-12-29r600g: fix pow(0, 0) evaluating to NaNFredrik Höglund1-1/+1
2010-12-29r600g: fix rendering with a vertex attrib having a zero strideAlex Deucher1-4/+6
2010-12-29r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard1-1/+1
2010-12-29i965: Fix occlusion query on sandybridgeZhenyu Wang1-0/+6
2010-12-28r300g: mark vertex arrays as dirty after a buffer_offset changeMarek Olšák1-0/+1
2010-12-28r300g/swtcl: re-enable LLVMMarek Olšák3-2/+23
2010-12-28i965: don't spawn GS thread for LINELOOP on SandybridgeXiang, Haihao1-1/+4