2009-03-12 |
Keith Whitwell | demos: use glGenerateMipmapEXT entrypoint in cubemap.c |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Roland Scheidegger | mesa test prog for ATI_envmap_bumpmap |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Roland Scheidegger | i965: add support for ATI_envmap_bumpmap |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Roland Scheidegger | regenerate glapi |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Roland Scheidegger | mesa: add support for ATI_envmap_bumpmap |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Jakob Bornecrantz | progs/glsl: Ignore |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Jakob Bornecrantz | trace: Move buffer functions from winsys to screen |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Jakob Bornecrantz | trace: Remove all whitespace at EOL |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Jakob Bornecrantz | trace: Fixup trace a bit |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Keith Whitwell | mesa: add missing _glthread_INIT_MUTEX in _mesa_new_fra... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Robert Ellison | i965: fix polygon face orientation when rendering to FBO |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brian Paul | mesa: remove some last remnants of GL_MESA_program_debug |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brian Paul | mesa: minor comments |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brian Paul | mesa: remove gl_texture_object::_Function field and... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Brian Paul | intel: include main/viewport.h |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Don't flush textures more than necessary. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Fix texture filters. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: r500-fs: More texture fixes. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: r500-fs: Add shader dumper and more tex... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Fix CS count for texture emit. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: r500-fs: Add SWZ. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Fix CS count in fb state emit. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Start swizzles. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Corbin Simpson | r300-gallium: Begin R500 fragment shader assembler. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: fix lock-ups when GLSL program wrote to gl_FragDepth |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Jakob Bornecrantz | trace: Fixup trace a bit |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Alan Hourihane | xdemos: On termination with `esc` close the contexts... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Michal Krol | tgsi: Implement RFL, SFL, STR, X2D opcodes. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Michal Krol | tgsi: Begin documenting NV_fragment_program instruction... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Michal Krol | tgsi: Implement RCC opcode. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Michal Krol | tgsi: Document NV_vertex_program1_1 instruction set... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: more code clean-ups, comments |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: minor code clean-ups, comments |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: use new cast wrappers |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: added cast wrappers, comments |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: asst. code clean-ups, comments |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | i965: fix typos in comments |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | glsl: remove _slang_attach_storage() function |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | glsl: some clean-ups, remove old assertions, add new... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Paul | glsl: remove stray/unneeded totalSize assignment |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Brian Paul | mesa: fix dumb sizeof() vs. strlen() mix-up |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Brian Paul | glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/ |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Keith Whitwell | progs/tests: compile with SCons and glew |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Keith Whitwell | trivial: add a logic op test |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Keith Whitwell | vpglsl: add simple mov.glsl |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: Untabify. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: Implement CLAMP opcode. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: ARL and FLOOR opcodes have the same implementation. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: ARL is a vector instruction. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: Note that LOG and EXP are approximations. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Michal Krol | tgsi: Document EXT_vertex_shader instruction set operat... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | radeon-gallium: Unbreak non-RADEON_SOFTPIPE. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | r300-gallium: Initial, broken, query setup. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | radeon-gallium: Unbreak RADEON_SOFTPIPE. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | r300-gallium: Unbreak fallback in surface_fill. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | r300-gallium: Fix a handful of compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | r300-gallium: First stab at texture support. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Corbin Simpson | r300-gallium: Moar fixes in the register file. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | xmesa: set back-buffer's drawable field |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | vpglsl: build with scons and glew |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | demos: in progs/demos/cubemap.c press c/f to cycle... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | i965: fix cube map lock-up / corruption |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michel Dänzer | scons: Also link in additional LLVM components. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Kamalneet Singh | linux-llvm config: Linking with required llvm libs |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michel Dänzer | scons: Also define USE_XSHM for the glx/xlib state... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | st: silence warning |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | st: remove unused DrawPixels code |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | st: use pointer_to_offset() cast wrapper to convert... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Paul | mesa: reorder register file enums |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | trivial: add tri-stipple to SConscript |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | st: also check for a8 texture support in bitmap code |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Roland Scheidegger | fix typo in fragment pipe alu define, should fix dot3_r... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | vbo: yet tighter still usage of FLUSH_NEED_CURRENT |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | fp: enable a second texture unit and add a kil test... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michel Dänzer | Fix up another instance of _mesa_unreference_framebuffer(). |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Keith Whitwell | vbo: stricter checks on Driver.NeedFlush |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michel Dänzer | gallium: Fix p_refcnt.h for C++ compilers. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michal Krol | tgsi: Implement CND, CND0 opcodes. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michal Krol | tgsi: Remove redundant micro_ge() -- use micro_le(). |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michal Krol | tgsi: Document ATI_fragment_shader instruction set... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Corbin Simpson | r300-gallium: Unbreak trivial/point. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michal Krol | tgsi: Document NV_vertex_program instruction set operat... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Corbin Simpson | r300-gallium: Correct vertex format setup, cleanup... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Corbin Simpson | r300-gallium: Clean up RS. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Corbin Simpson | r300-gallium: Move a few registers. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: s/int/GLsizeiptr/ to silence warning with 64... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | gallium: use unsigned long to silence warnings with... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | r300: remove assignment to removed StringPos field |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: move shared context state functions to new shared... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | vbo: make bind_array_obj() code a little more concise |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: use @ to silence some Makefile output |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: move glViewport and glDepthRange functions into... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | swrast: remove old comment |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | swrast: rename s_buffers.c -> s_clear.c |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: gl_register_file enum typedef |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: remove GL_MESA_program_debug extension |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: silence warning |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Brian Paul | mesa: remove last of _mesa_unreference_framebuffer... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Maciej Cencora | r300: shut up valgrind |
commit | commitdiff | tree | snapshot |
next |