summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-07-21ir_to_mesa: Add missing initializion of lod_info variable.Carl Worth
2010-07-21Add missing initialization of inOutFlags pointer.Carl Worth
2010-07-21i965: Remove an unused variable.Carl Worth
2010-07-21Regenerate program/lex.yy.cCarl Worth
2010-07-21Avoid more warnings in flex-generated code.Carl Worth
2010-07-21Avoid warnings in flex-generated code.Carl Worth
2010-07-20glsl2: Implement utility routine to talloc reparent an IR treeIan Romanick
2010-07-20glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick
2010-07-20glsl2: Add and use new variable mode ir_var_temporaryIan Romanick
2010-07-20ir_to_mesa: Validate the linked shaders as well.Eric Anholt
2010-07-20hash_table: Add new hash_table_remove function.Carl Worth
2010-07-20radeon: Remove unnecessary header.Vinson Lee
2010-07-20glsl2: Add definitions of the builtin constants present in GLSL 1.10.Eric Anholt
2010-07-20ir_to_mesa: Fix swizzled writemasks with swapped component ordering.Eric Anholt
2010-07-20st/mesa: implement and advertise GL_ARB_draw_elements_base_vertexMarek Olšák
2010-07-20st/mesa: implement depth texture modesMarek Olšák
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg
2010-07-19i965: Mostly fix glsl-max-varyings.Eric Anholt
2010-07-19i965: Clean up message register setup in emit_vertex_write().Eric Anholt
2010-07-19i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt
2010-07-19i965: Clarify the nr_regs calculation in brw_clip.cEric Anholt
2010-07-19i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt
2010-07-19linker: Track and validate GLSL versions used in shadersIan Romanick
2010-07-19mesa: remove restart.c from buildBrian Paul
2010-07-19i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt
2010-07-19ir_to_mesa: Do validation on the IR tree.Eric Anholt
2010-07-19ir_to_mesa: Don't do lowering passes on an errored-out shader.Eric Anholt
2010-07-19st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák
2010-07-18ir_to_mesa: Rename struct temp_entry, which is used for all variables now.Eric Anholt
2010-07-18ir_to_mesa: Add support for function calls.Eric Anholt
2010-07-18glsl2: Make cross() be an expression operation.Eric Anholt
2010-07-16mesa: return retval in _mesa_RenderObjectUnpurgeable()Brian Paul
2010-07-15mesa: Add error path in compressed_texture_error_check.Vinson Lee
2010-07-15r600: fix typo in r700 assemblerAlex Deucher
2010-07-15radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher
2010-07-15st/mesa: fix quad strip trimming bugBrian Paul
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee
2010-07-14mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return valuesBrian Paul
2010-07-14mesa: update assertions and fix refcounting in depth/stencil renderbuffer codeBrian Paul
2010-07-14mesa: silence a printf warningBrian Paul
2010-07-13Merge branch 'mesa-2d-registers'Zack Rusin
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-14r300/compiler: fix swizzling in the transformation of Abs modifiersMarek Olšák
2010-07-13ir_to_mesa: Add convenience function for opcodes with no src/dst reg.Eric Anholt
2010-07-13ir_to_mesa: Add support for variable array indexing of builtin varyings.Eric Anholt
2010-07-13ir_to_mesa: Add support for array dereferences on the LHS of assignments.Eric Anholt
2010-07-13r300/compiler: implement the Abs source operand modifier for vertex shadersMarek Olšák