mesa.git
2009-03-13 Brian Paulmesa: glUseProgram() debug code (disabled)
2009-03-13 Jakob Bornecrantztrace: Fix some typos
2009-03-13 Brian Paulmesa: improve another _mesa_problem() call
2009-03-13 Brian Paulmesa: add GL_DUDV_ATI cases in calculate_derived_texenv()
2009-03-13 Brian Paulmesa: more info in _mesa_problem() call
2009-03-13 Brian Paulmesa: added 1D/3D fetch_texel functions for DUDV8
2009-03-13 Thomas Hellstromxdemos: Add multithreaded sharedtex_mt.
2009-03-13 Keith Whitwellvp: add test for pointsize output
2009-03-13 José Fonsecascons: Use -Wdeclaration-after-statement
2009-03-13 José Fonsecaprogs: Add util to cpp path.
2009-03-13 Keith Whitwellprogs/vp: add keys for point prims, etc, and various...
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-13 Brian Paulmesa: added GL_DU8DV8_ATI case in _mesa_components_in_f...
2009-03-13 Brian Paulmesa: override_internal_format() function for debug...
2009-03-13 Brian Paulmesa: improve some error messages
2009-03-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli915: move declarations before code
2009-03-13 Brian Pauli965: comments
2009-03-12 Brian Paulconfig: add -Wdeclaration-after-statement to linux...
2009-03-12 Brian Pauldemos: move declaration before code
2009-03-12 Brian Paulwgl: add new dispatch stubs
2009-03-12 Brian Paulmesa: move declarations before code
2009-03-12 Brian Paulmesa: fix glRead/DrawBuffer(GL_AUXn) error value
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Michal Kroltgsi: Localise SCS code.
2009-03-12 Michal Kroltgsi: Rewrite NRM opcode, store 1.0 in W component.
2009-03-12 Michal Kroltgsi: Begin documenting NV_fragment_program2 instructio...
2009-03-12 Michal Kroltgsi: Begin documenting ARB_fragment_program instructio...
2009-03-12 Michal Kroltgsi: Document ARB_vertex_program instruction set opera...
2009-03-12 Michal Kroltgsi: Begin documenting NV_vertex_program2 instruction...
2009-03-12 Keith Whitwelltrivial: draw non-interleaved arrays
2009-03-12 Keith Whitwellstw: fix uninitialized variable issue
2009-03-12 Keith Whitwellutil: fix debug_assert() to avoid unused variable warni...
2009-03-12 Jakob Bornecrantztrace: Wrap pipe_buffers
2009-03-12 Jakob Bornecrantztrace: Add dump util functions for wrapped pointers
2009-03-12 Brian Pauldemos: fix error string, comment
2009-03-12 Brian Paulmesa: fix transposed red/blue in store_texel_rgb888...
2009-03-12 Brian Pauldemos: fix typo
2009-03-12 Keith Whitwelldemos: use glGenerateMipmapEXT entrypoint in cubemap.c
2009-03-12 Roland Scheideggermesa test prog for ATI_envmap_bumpmap
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Roland Scheideggerregenerate glapi
2009-03-12 Roland Scheideggermesa: add support for ATI_envmap_bumpmap
2009-03-12 Jakob Bornecrantzprogs/glsl: Ignore
2009-03-11 Jakob Bornecrantztrace: Move buffer functions from winsys to screen
2009-03-11 Jakob Bornecrantztrace: Remove all whitespace at EOL
2009-03-11 Jakob Bornecrantztrace: Fixup trace a bit
2009-03-12 Keith Whitwellmesa: add missing _glthread_INIT_MUTEX in _mesa_new_fra...
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-12 Brian Paulmesa: remove some last remnants of GL_MESA_program_debug
2009-03-12 Brian Paulmesa: minor comments
2009-03-12 Brian Paulmesa: remove gl_texture_object::_Function field and...
2009-03-12 Brian Paulintel: include main/viewport.h
2009-03-11 Corbin Simpsonr300-gallium: Don't flush textures more than necessary.
2009-03-11 Corbin Simpsonr300-gallium: Fix texture filters.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: More texture fixes.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: Add shader dumper and more tex...
2009-03-11 Corbin Simpsonr300-gallium: Fix CS count for texture emit.
2009-03-11 Corbin Simpsonr300-gallium: r500-fs: Add SWZ.
2009-03-11 Corbin Simpsonr300-gallium: Fix CS count in fb state emit.
2009-03-11 Corbin Simpsonr300-gallium: Start swizzles.
2009-03-11 Corbin Simpsonr300-gallium: Begin R500 fragment shader assembler.
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Jakob Bornecrantztrace: Fixup trace a bit
2009-03-11 Alan Hourihanexdemos: On termination with `esc` close the contexts...
2009-03-11 Michal Kroltgsi: Implement RFL, SFL, STR, X2D opcodes.
2009-03-11 Michal Kroltgsi: Begin documenting NV_fragment_program instruction...
2009-03-11 Michal Kroltgsi: Implement RCC opcode.
2009-03-11 Michal Kroltgsi: Document NV_vertex_program1_1 instruction set...
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
2009-03-11 Brian Pauli965: asst. code clean-ups, comments
2009-03-11 Brian Pauli965: fix typos in comments
2009-03-11 Brian Paulglsl: remove _slang_attach_storage() function
2009-03-11 Brian Paulglsl: some clean-ups, remove old assertions, add new...
2009-03-11 Brian Paulglsl: remove stray/unneeded totalSize assignment
2009-03-10 Brian Paulmesa: fix dumb sizeof() vs. strlen() mix-up
2009-03-10 Brian Paulglsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
2009-03-10 Keith Whitwellprogs/tests: compile with SCons and glew
2009-03-10 Keith Whitwelltrivial: add a logic op test
2009-03-10 Keith Whitwellvpglsl: add simple mov.glsl
2009-03-10 Michal Kroltgsi: Untabify.
2009-03-10 Michal Kroltgsi: Implement CLAMP opcode.
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-10 Michal Kroltgsi: ARL and FLOOR opcodes have the same implementation.
2009-03-10 Michal Kroltgsi: ARL is a vector instruction.
2009-03-10 Michal Kroltgsi: Note that LOG and EXP are approximations.
2009-03-10 Michal Kroltgsi: Document EXT_vertex_shader instruction set operat...
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak non-RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Initial, broken, query setup.
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Unbreak fallback in surface_fill.
2009-03-10 Corbin Simpsonr300-gallium: Fix a handful of compiler warnings.
2009-03-10 Corbin Simpsonr300-gallium: First stab at texture support.
2009-03-10 Corbin Simpsonr300-gallium: Moar fixes in the register file.
2009-03-09 Brian Paulxmesa: set back-buffer's drawable field
2009-03-09 Keith Whitwellvpglsl: build with scons and glew
next