Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | r300-gallium: Don't flush textures more than necessary. | Corbin Simpson | |
2009-03-11 | r300-gallium: Fix texture filters. | Corbin Simpson | |
2009-03-11 | r300-gallium: r500-fs: More texture fixes. | Corbin Simpson | |
2009-03-11 | r300-gallium: r500-fs: Add shader dumper and more tex work. | Corbin Simpson | |
2009-03-11 | r300-gallium: Fix CS count for texture emit. | Corbin Simpson | |
2009-03-11 | r300-gallium: r500-fs: Add SWZ. | Corbin Simpson | |
2009-03-11 | r300-gallium: Fix CS count in fb state emit. | Corbin Simpson | |
2009-03-11 | r300-gallium: Start swizzles. | Corbin Simpson | |
2009-03-11 | r300-gallium: Begin R500 fragment shader assembler. | Corbin Simpson | |
I love it so much. I also hate it a lot. | |||
2009-03-11 | i965: fix lock-ups when GLSL program wrote to gl_FragDepth | Brian Paul | |
It seems the code that set up the FB_WRITE message was incomplete in this case. The number of payload registers was wrong and that caused a hang. It would be good to have a second set of eyes take a look at this... | |||
2009-03-11 | trace: Fixup trace a bit | Jakob Bornecrantz | |
2009-03-11 | xdemos: On termination with `esc` close the contexts correctly. | Alan Hourihane | |
2009-03-11 | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol | |
2009-03-11 | tgsi: Begin documenting NV_fragment_program instruction set operations. | Michal Krol | |
2009-03-11 | tgsi: Implement RCC opcode. | Michal Krol | |
2009-03-11 | tgsi: Document NV_vertex_program1_1 instruction set operations. | Michal Krol | |
2009-03-10 | i965: more code clean-ups, comments | Brian Paul | |
2009-03-10 | i965: minor code clean-ups, comments | Brian Paul | |
2009-03-10 | i965: use new cast wrappers | Brian Paul | |
2009-03-10 | i965: added cast wrappers, comments | Brian Paul | |
2009-03-10 | i965: asst. code clean-ups, comments | Brian Paul | |
2009-03-10 | i965: fix typos in comments | Brian Paul | |
2009-03-10 | glsl: remove _slang_attach_storage() function | Brian Paul | |
This was used to handle both variable declarations and references to variables. Instead, just do storage allocation and assignment for declarations and references, respectively. This is a step toward better var/uniform allocation (only allocate storage for vars/uniforms that are actually referenced by the code). | |||
2009-03-10 | glsl: some clean-ups, remove old assertions, add new assertions | Brian Paul | |
2009-03-10 | glsl: remove stray/unneeded totalSize assignment | Brian Paul | |
2009-03-10 | mesa: fix dumb sizeof() vs. strlen() mix-up | Brian Paul | |
2009-03-10 | glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/ | Brian Paul | |
This regression came from commit c0b59420eec5ffdf22a5919d38851c3620b97c09. | |||
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | |
Also get mingw cross-compilation of these tests working | |||
2009-03-10 | trivial: add a logic op test | Keith Whitwell | |
2009-03-10 | vpglsl: add simple mov.glsl | Keith Whitwell | |
2009-03-10 | tgsi: Untabify. | Michal Krol | |
2009-03-10 | tgsi: Implement CLAMP opcode. | Michal Krol | |
2009-03-10 | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol | |
2009-03-10 | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol | |
2009-03-10 | tgsi: ARL is a vector instruction. | Michal Krol | |
2009-03-10 | tgsi: Note that LOG and EXP are approximations. | Michal Krol | |
2009-03-10 | tgsi: Document EXT_vertex_shader instruction set operations. | Michal Krol | |
2009-03-10 | radeon-gallium: Unbreak non-RADEON_SOFTPIPE. | Corbin Simpson | |
Hehe, sleep may be necessary now. | |||
2009-03-10 | r300-gallium: Initial, broken, query setup. | Corbin Simpson | |
Not going to bother unbreaking it here until it's unbroken elsewhere. | |||
2009-03-10 | radeon-gallium: Unbreak RADEON_SOFTPIPE. | Corbin Simpson | |
And there was much rejoicing. | |||
2009-03-10 | r300-gallium: Unbreak fallback in surface_fill. | Corbin Simpson | |
2009-03-10 | r300-gallium: Fix a handful of compiler warnings. | Corbin Simpson | |
Missing INLINE, missing declarations, extraneous definitions. The usual. | |||
2009-03-10 | r300-gallium: First stab at texture support. | Corbin Simpson | |
2009-03-10 | r300-gallium: Moar fixes in the register file. | Corbin Simpson | |
Sorry, but it's confusing when format0 in r300_reg != format0 in the docs. | |||
2009-03-09 | xmesa: set back-buffer's drawable field | Brian Paul | |
Fixes back-buffer rendering when MESA_BACK_BUFFER=pixmap | |||
2009-03-09 | vpglsl: build with scons and glew | Keith Whitwell | |
2009-03-09 | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | |
Also generate a mipmap for the default checker images. | |||
2009-03-09 | i965: fix cube map lock-up / corruption | Brian Paul | |
If we're using anything but GL_NEAREST sampling of a cube map, we need to use the BRW_TEXCOORDMODE_CUBE texcoord wrap mode. Before this, the GPU would either lock up or subsequent texture filtering would be corrupted. | |||
2009-03-09 | scons: Also link in additional LLVM components. | Michel Dänzer | |
They don't seem necessary here, but they shouldn't hurt either... | |||
2009-03-09 | linux-llvm config: Linking with required llvm libs | Kamalneet Singh | |