summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-15nv50: loops part 2Christoph Bumiller
2010-08-15nv50: more constant foldingChristoph Bumiller
2010-08-10nv50: begin implementing loopsChristoph Bumiller
2010-08-10nv50: fix reg countChristoph Bumiller
2010-08-05nv50: build proper phi functions in the first placeChristoph Bumiller
2010-08-05nv50: fix constbuf validationChristoph Bumiller
2010-08-05nv50: don't eliminate loads to dedicated valuesChristoph Bumiller
2010-07-31nv50: fixes for nested IFsChristoph Bumiller
2010-07-31nv50: explicitly set src type for SET opsChristoph Bumiller
2010-07-31nv50: insert MOVs also for PHI sources from dominating blockChristoph Bumiller
2010-07-31nv50: fix for empty BBsChristoph Bumiller
2010-07-31nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufsChristoph Bumiller
2010-07-26nv50: add missing 2nd source for POW multiplicationChristoph Bumiller
2010-07-26nv50: permit usage of undefined TGSI TEMPsChristoph Bumiller
2010-07-26nv50: fix constant_operand opt mul by 2 caseChristoph Bumiller
2010-07-26nv50: simple reload elimination and local CSEChristoph Bumiller
2010-07-24nv50: add/fix some license headersChristoph Bumiller
2010-07-24nv50: change back accidentally swapped UNORM,SNORM vertex typeChristoph Bumiller
2010-07-24nv50: don't produce MOV immediate to output reg in store optChristoph Bumiller
2010-07-24nv50: introduce the big formats tableChristoph Bumiller
2010-07-24nouveau: update nouveau_class.hChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller
2010-07-23i965: Cleanly fail programs with unsupported array access.Eric Anholt
2010-07-23i965: Add support for VS relative addressing of temporary arrays.Eric Anholt
2010-07-23draw: add small ybias factor for drawing wide pointsBrian Paul
2010-07-23docs: document new extensions for GalliumBrian Paul
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom
2010-07-23st/xorg: Kill a couple of compilation warningsThomas Hellstrom
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz
2010-07-22i915g: Rename winsys debug optionsJakob Bornecrantz
2010-07-22i915g: Allow wrapping with software pipesJakob Bornecrantz
2010-07-22i915g: Set total_nblocksy in from_handleJakob Bornecrantz
2010-07-22i915g: Add some debug prints in texture codeJakob Bornecrantz
2010-07-22i915g: Ifdef out debug code on non-debug buildsJakob Bornecrantz
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz
2010-07-22glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg
2010-07-22glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg
2010-07-22glsl: remove invalid _mesa_problem() callBrian Paul
2010-07-22draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul
2010-07-22draw: added new assertions to clipping codeBrian Paul
2010-07-22i965: Respect VS/VP point size result when enabled.Eric Anholt