summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Revert "i965: initialize all states on sandybridge"sandybridge-with-anholtZhenyu Wang1-282/+0
2010-09-16i965: remove tri clear fallback hackZhenyu Wang1-11/+0
2010-09-16i965: Add all device ids for sandybridgeZhenyu Wang1-6/+14
2010-09-15i965: Fix cubemap layout on sandybridgeZhenyu Wang1-1/+1
2010-09-15i965: fix const reg count on sandybridgeZhenyu Wang1-2/+12
2010-09-15i965: PS payload layout fix for sandybridgeZhenyu Wang1-2/+6
2010-09-15i965: assert GS program on sandybridgeZhenyu Wang1-0/+2
2010-09-15i965: initialize all states on sandybridgeZhenyu Wang1-0/+282
2010-09-15i965: use single program flow for VS on sandybridgeZhenyu Wang2-1/+5
2010-09-15i965: Fix color interpolation on sandybridgeZhenyu Wang2-5/+2
2010-09-15i965: WECtrl instruction field dumpZhenyu Wang1-5/+14
2010-09-15i965: sandybridge's jump_ip should still be in src1Zhenyu Wang2-27/+14
2010-09-15i965: disable aubfile dump for nowZhenyu Wang1-0/+3
2010-09-15i965: remove discard adjacency set for GS on sandybridgeZhenyu Wang2-3/+2
2010-09-15i965: initial condition instruction fix for sandybridgeZhenyu Wang3-24/+78
2010-09-15i965: fix quarter control on sandybridgeZhenyu Wang1-0/+7
2010-09-15i965: initial support for sampler and ff_syncZhenyu Wang16-43/+505
2010-09-15i965: pull in my local hacksZhenyu Wang19-55/+263
2010-09-15i965: Add support for POW in gen6 FS.Eric Anholt3-25/+120
2010-09-15i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt3-31/+51
2010-09-15i965: Add support for attribute interpolation on Sandybridge.Eric Anholt6-14/+88
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas2-9/+46
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2-4/+26
2010-09-14mesa: Include missing header in program.h.Vinson Lee1-0/+1
2010-09-14r600g: Remove unnecessary headers.Vinson Lee2-3/+0
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri1-0/+1
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul1-2/+2
2010-09-14r600c: fix setting negative values to bitfieldsAndre Maasikas1-1/+1
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul2-106/+139
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul2-2/+48
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul14-102/+1050
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2-9/+15
2010-09-14glsl2: add case for ir_unop_noiseBrian Paul1-0/+4
2010-09-14glsl2: fix commentsBrian Paul3-3/+3
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu2-18/+0
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu5-25/+60
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu11-90/+0
2010-09-14gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee1-0/+3
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee1-1/+2
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee1-0/+1
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri1-0/+2
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri1-0/+9
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri25-345/+612
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick3-240/+48
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri8-23/+74