summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-12tgsi: Localise SCS code.Michal Krol
2009-03-12tgsi: Rewrite NRM opcode, store 1.0 in W component.Michal Krol
2009-03-12tgsi: Begin documenting NV_fragment_program2 instruction set operations.Michal Krol
2009-03-12tgsi: Begin documenting ARB_fragment_program instruction set operations.Michal Krol
2009-03-12tgsi: Document ARB_vertex_program instruction set operations.Michal Krol
2009-03-12tgsi: Begin documenting NV_vertex_program2 instruction set operations.Michal Krol
2009-03-12stw: fix uninitialized variable issueKeith Whitwell
2009-03-12util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell
2009-03-12trace: Wrap pipe_buffersJakob Bornecrantz
2009-03-12trace: Add dump util functions for wrapped pointersJakob Bornecrantz
2009-03-12mesa: fix transposed red/blue in store_texel_rgb888/bgr888() functionsBrian Paul
2009-03-12i965: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-12regenerate glapiRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-11trace: Move buffer functions from winsys to screenJakob Bornecrantz
2009-03-11trace: Remove all whitespace at EOLJakob Bornecrantz
2009-03-11trace: Fixup trace a bitJakob Bornecrantz
2009-03-12mesa: add missing _glthread_INIT_MUTEX in _mesa_new_framebuffer()Keith Whitwell
2009-03-11i965: fix polygon face orientation when rendering to FBORobert Ellison
2009-03-11mesa: remove some last remnants of GL_MESA_program_debugBrian Paul
2009-03-11mesa: minor commentsBrian Paul
2009-03-11mesa: remove gl_texture_object::_Function field and associated codeBrian Paul
2009-03-11intel: include main/viewport.hBrian Paul
2009-03-11r300-gallium: Don't flush textures more than necessary.Corbin Simpson
2009-03-11r300-gallium: Fix texture filters.Corbin Simpson
2009-03-11r300-gallium: r500-fs: More texture fixes.Corbin Simpson
2009-03-11r300-gallium: r500-fs: Add shader dumper and more tex work.Corbin Simpson
2009-03-11r300-gallium: Fix CS count for texture emit.Corbin Simpson
2009-03-11r300-gallium: r500-fs: Add SWZ.Corbin Simpson
2009-03-11r300-gallium: Fix CS count in fb state emit.Corbin Simpson
2009-03-11r300-gallium: Start swizzles.Corbin Simpson
2009-03-11r300-gallium: Begin R500 fragment shader assembler.Corbin Simpson
2009-03-11i965: fix lock-ups when GLSL program wrote to gl_FragDepthBrian Paul
2009-03-11trace: Fixup trace a bitJakob Bornecrantz
2009-03-11tgsi: Implement RFL, SFL, STR, X2D opcodes.Michal Krol
2009-03-11tgsi: Begin documenting NV_fragment_program instruction set operations.Michal Krol
2009-03-11tgsi: Implement RCC opcode.Michal Krol
2009-03-11tgsi: Document NV_vertex_program1_1 instruction set operations.Michal Krol
2009-03-10i965: more code clean-ups, commentsBrian Paul
2009-03-10i965: minor code clean-ups, commentsBrian Paul
2009-03-10i965: use new cast wrappersBrian Paul
2009-03-10i965: added cast wrappers, commentsBrian Paul
2009-03-10i965: asst. code clean-ups, commentsBrian Paul
2009-03-10i965: fix typos in commentsBrian Paul
2009-03-10glsl: remove _slang_attach_storage() functionBrian Paul
2009-03-10glsl: some clean-ups, remove old assertions, add new assertionsBrian Paul
2009-03-10glsl: remove stray/unneeded totalSize assignmentBrian Paul
2009-03-10mesa: fix dumb sizeof() vs. strlen() mix-upBrian Paul
2009-03-10glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/Brian Paul
2009-03-10tgsi: Untabify.Michal Krol