summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-27i965: Add support for gen6 reladdr VS constant loading.Eric Anholt2-11/+17
2010-12-27i965: Add support for gen6 constant-index constant loading.Eric Anholt2-3/+9
2010-12-27i965: Set the alternative floating point mode on gen6 VS and WM.Eric Anholt3-0/+8
2010-12-27intel: Check for unsupported texture when finishing using as a render targetChris Wilson1-1/+2
2010-12-27i965: explicit tell header present for fb write on sandybridgeZhenyu Wang4-8/+8
2010-12-27i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt2-4/+8
2010-12-27intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt3-2/+94
2010-12-27intel: Try to sanely check that formats match for CopyTexImage.Eric Anholt1-40/+20
2010-12-27intel: Drop commented intel_flush from copy_teximage.Eric Anholt1-1/+0
2010-12-27intel: Update renderbuffers before looking up CopyTexImage's read buffer.Eric Anholt1-3/+4
2010-12-27i965: Use MI_FLUSH_DW for blt ring flush on sandybridgeZhenyu Wang2-2/+7
2010-12-27i965: Add support for using the BLT ring on gen6.Eric Anholt8-56/+72
2010-12-27i965: Fix gl_FragCoord.z setup on gen6.Eric Anholt1-2/+7
2010-12-27i956: Fix the old FP path fragment position setup on gen6.Eric Anholt1-18/+20
2010-12-27i965: Fix ARL to work on gen6.Eric Anholt1-1/+17
2010-12-27intel: Include stdbool so we can stop using GLboolean when we want to.Eric Anholt2-14/+12
2010-12-27i965: use align1 access mode for instructions with execSize=1 in VSXiang, Haihao1-0/+2
2010-12-27i965: fix register region descriptionXiang, Haihao1-1/+1
2010-12-27i965: support for two-sided lighting on SandybridgeXiang, Haihao5-6/+72
2010-12-27mesa/meta: fix broken assertion, rename stack depth varBrian Paul1-5/+7
2010-12-27meta: allow nested meta operationsXiang, Haihao1-4/+10
2010-12-26st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu1-4/+4
2010-12-25docs/egl: Update egl.html.Chia-I Wu1-11/+32
2010-12-23i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt3-1/+23
2010-12-22st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu1-4/+36
2010-12-22st/egl: Fix eglCopyBuffers.Chia-I Wu1-6/+5
2010-12-22st/egl: Plug pbuffer leaks.Chia-I Wu1-8/+2
2010-12-18r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák1-17/+15
2010-12-16r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák1-7/+7
2010-12-16r300/compiler: fix swizzle lowering with a presubtract source operandMarek Olšák1-0/+1
2010-12-16r300/compiler: fix LIT in VSMarek Olšák1-1/+2
2010-12-16r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie3-31/+19
2010-12-14mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul2-1/+4
2010-12-14tnl: a better way to initialize the gl_program_machine memoryBrian Paul1-15/+17
2010-12-14tnl: Initialize gl_program_machine memory in run_vp.Brian Paul1-1/+1
2010-12-14draw/llvm: don't flush in vs_llvm_delete()Brian Paul1-12/+0
2010-12-09glsl: Unroll loops with conditional breaks anywhere (not just the end)7.10-branchpointLuca Barbieri1-46/+68
2010-12-09glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke1-1/+1
2010-12-09glsl: Clean up code by adding a new is_break() function.Kenneth Graunke1-6/+11