summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-03st/mesa: Add forward declarations in st_atom_constbuf.h.Vinson Lee
2010-08-03st/mesa: Include glheader.h in st_atom.h.Vinson Lee
2010-08-03mesa: Clean up header file inclusion in m_xform.h.Vinson Lee
2010-08-03mesa: Reduce header file inclusion in m_translate.h.Vinson Lee
2010-08-03mesa: Include missing header in m_matrix.h.Vinson Lee
2010-08-03mesa: Reduce header file inclusion in texgen.h.Vinson Lee
2010-08-03mesa: Reduce header file inclusion in texcompress_fxt1.h.Vinson Lee
2010-08-02mesa: Reduce header file inclusion in syncobj.h.Vinson Lee
2010-08-02glsl2: Fix typo in clamp() constant builtin using uint instead of int.Eric Anholt
2010-08-02ir_to_mesa: Add support for 1.20 uniform initializers.Eric Anholt
2010-08-02glsl2: Don't consider uniform initializers as constant expressions.Eric Anholt
2010-08-02Initialize a couple of HasIndex2 fields on Mesa IR src regs.Eric Anholt
2010-08-02ir_to_mesa: Support for struct uniforms.Eric Anholt
2010-08-02ir_to_mesa: Add a constructor for ir_to_mesa_src_reg.Eric Anholt
2010-08-02glsl2: Use talloc_zero_size instead of talloc_size to allocate ast_node objects.Carl Worth
2010-08-02r600g: split alu block to conform to limit + RCP opcodeJerome Glisse
2010-08-02glsl_type: Use string key for array type hashIan Romanick
2010-08-02Keep a local copy of the symbol name in the symbol tableIan Romanick
2010-08-02glsl2: Clean-up two 'unused variable' warningsIan Romanick
2010-08-02glsl2: Make glsl_types::ctx private againIan Romanick
2010-08-02glsl2: Fix expression type in builtin tan().Eric Anholt
2010-08-02glsl2: Add validation that talloc ownership of ir_* names is right.Eric Anholt
2010-08-02glsl2: Fix validation for ir_unop_not.Eric Anholt
2010-08-02glsl2: Add support for floating constants like "1f".Eric Anholt
2010-08-02r600g: add autogenerated reg definition + debug print cleanupJerome Glisse
2010-08-02glsl2: Initialize the ARB_fcc fields of ir_variable.Eric Anholt
2010-08-02glsl2: Also initialize the identifier field of parameter_declarator.Eric Anholt
2010-08-02glsl2: Fix spelling of "precision" in error output.Eric Anholt
2010-08-02glsl2: Don't add mesa/program/ as an include dir. Let includes say program/.Eric Anholt
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius
2010-08-02glsl2: initialize is_array and array_size of ast_parameter_declaratorAras Pranckevicius
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse
2010-08-02r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner
2010-08-02glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg
2010-08-02r600: fix sin,cos functions on r600Andre Maasikas
2010-08-02util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol
2010-08-02r600g: add stencil op/func translationDave Airlie
2010-08-02r600g: initial alpha test stateDave Airlie
2010-08-02r600g: add initial blend state.Dave Airlie
2010-08-02r600g: set correct tex coord type for rect textures.Dave Airlie
2010-08-02r600g: make r600_db_format static.Dave Airlie
2010-08-01glsl2: Make non-square matrix keywords not keywords pre-120.Eric Anholt
2010-08-02draw: fix warning in sse code.Dave Airlie
2010-08-01r300g: fix microtiling on RS6xxMarek Olšák
2010-08-01ir_to_mesa: Add support for MESA_GLSL=log.Eric Anholt
2010-08-01glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-31mesa: Remove unnecessary header from mm.h.Vinson Lee