Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-04 | Merge branch 'master' into glsl-pp-rework-1glsl-pp-rework-1 | Michal Krol | 1151 | -56263/+135603 | |
2009-09-04 | glsl: Handle file tokens in apps/process. | Michal Krol | 1 | -0/+4 | |
2009-09-04 | glsl: Handle file numbering. | Michal Krol | 5 | -3/+25 | |
2009-09-04 | glsl: Actually respect the hash-line directive. | Michal Krol | 1 | -0/+2 | |
2009-09-04 | glsl: Handle line tokens in apps/process. | Michal Krol | 1 | -0/+4 | |
2009-09-04 | glsl: Correctly handle line numbering. | Michal Krol | 8 | -7/+81 | |
2009-09-04 | glsl: Preserve newline inside comment blocks. | Michal Krol | 1 | -31/+58 | |
2009-09-04 | glsl: Implement predefinded macros. | Michal Krol | 1 | -0/+41 | |
The values are hardcoded: __LINE__ = 1, __FILE__ = 0 and __VERSION__ = 110. | |||||
2009-09-04 | glsl: Implement `line' preprocessor directive. | Michal Krol | 4 | -1/+108 | |
2009-09-04 | glsl: Output endof token after processing a directive. | Michal Krol | 1 | -6/+7 | |
Some directives may output tokens as a result of their operation. | |||||
2009-09-04 | glsl: Handle extension tokens in apps/proces. | Michal Krol | 1 | -0/+16 | |
2009-09-04 | glsl: Implement `extension' preprocessor directive. | Michal Krol | 5 | -0/+147 | |
No extensions supported. | |||||
2009-09-04 | glsl: Handle pragma tokens in apps/process. | Michal Krol | 1 | -0/+8 | |
2009-09-04 | glsl: Implement `pragma' preprocessor directive. | Michal Krol | 5 | -0/+122 | |
Handle `optimize(on|off)' and `debug(on|off)' pragmas. | |||||
2009-09-04 | tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP. | Michal Krol | 1 | -2/+12 | |
2009-09-04 | glsl: Print out error message in apps/process. | Michal Krol | 1 | -7/+10 | |
2009-09-04 | glsl: Implement `error' preprocessor directive. | Michal Krol | 6 | -0/+278 | |
2009-08-27 | radeon: fix scissor calcs. | Dave Airlie | 1 | -15/+20 | |
For non-FBOs we need to invert, for FBOs the scissors are non-inverted. no matter what we need to clamp them to the buffer sizes. | |||||
2009-08-26 | i965: Increase assmebly shader program parameter limits | Ian Romanick | 1 | -2/+2 | |
Increase the number of native program parameters to the same values exposed by GLSL. | |||||
2009-08-26 | ARB prog: Change handling of program parameter limits | Ian Romanick | 4 | -28/+80 | |
Several changes are made to program parameter limits. Several of the non-NATIVE limits are set higher. All of the NATIVE limits are set to zero in the core Mesa code. Each driver must set the actual value in its context creation routine. If the NATIVE value remains zero, this indicates that hardware shaders may not be supported. Each of the preceeding changes matches the bahavior of Apple's shader assembler, so it seems safe. Finally, we limit the value of MaxEnvParams to be no greater than MaxNativeAttribs. At least one case has been found where an application does the wrong thing if MaxNativeAttribs < MaxEnvParams. See also bugzilla #23490. | |||||
2009-08-27 | radeon: fix max indx/vertex emission due to state checker | Dave Airlie | 2 | -2/+4 | |
2009-08-26 | mesa: gitignore | Younes Manton | 2 | -0/+2 | |
2009-08-26 | nv04: Handle more Z formats. | Younes Manton | 1 | -0/+4 | |
Based on the patch from Luo Jinghua. | |||||
2009-08-27 | r300/compiler: Fix vertex program MAD emit | Nicolai Hähnle | 1 | -6/+46 | |
Only use the macro variant of MAD when absolutely necessary. Apparently it cannot deal with relative addressing. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||||
2009-08-27 | r300/compiler: Fix bug in rc_find_free_temporary | Nicolai Hähnle | 1 | -2/+8 | |
Find used temporaries even if they are only written to in dead code. This fixes a bug in the NQSSADCE stage. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||||
2009-08-26 | egl: Remove Xdpy from EGLDisplay. | Chia-I Wu | 2 | -11/+0 | |
It is not used anymore. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-08-26 | egl_glx: Make fbconfigs and visuals per display. | Chia-I Wu | 1 | -114/+135 | |
This is to allow a driver to drive multiple displays. Remove the use of _EGL_PLATFORM_X and obsolete code along the way. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-08-26 | egl_softpipe: Make winsys and pipe screen per display. | Chia-I Wu | 2 | -27/+77 | |
This is to allow a driver to drive multiple displays. Remove the use of _EGL_PLATFORM_X along the way. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-08-26 | EGL_i915: Make struct drm_device per display. | Chia-I Wu | 4 | -43/+55 | |
This is to allow a driver to drive multiple displays. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-08-27 | Merge branch 'fix_r300_swtcl' into push_master | Pauli Nieminen | 6 | -26/+84 | |
2009-08-27 | radeon: Fix loop en condition so debug output doesn't flood meaningless values. | Pauli Nieminen | 1 | -1/+1 | |
2009-08-27 | radeon: Make RADEON_CMDBUF more fine grained. | Pauli Nieminen | 1 | -2/+8 | |
2009-08-27 | radeon/r200/r300: Fix swtcl flushing not to invalidate dma region. | Pauli Nieminen | 5 | -23/+75 | |
We were check command buffer sizes too alte so allocated dma regions were freed before relocations so space checking failed. | |||||
2009-08-26 | Merge branch 'mesa_7_5_branch' | Brian Paul | 2 | -4/+16 | |
2009-08-26 | i965: init the tex_units_used field | Brian Paul | 1 | -0/+1 | |
2009-08-26 | i965: fix incorrect tex unit in emit_tex() and emit_txb() | Brian Paul | 1 | -2/+4 | |
The instructions we're translating already went through the brw_wm_pass_fp() function which does the sampler->texture unit mapping. We were applying the sample->unit mapping a second time in the GLSL texture emitters. Often, this made no difference but other times it could lead to accessing an invalid texture and could cause a GPU lockup. | |||||
2009-08-26 | i965: clean-up tex target switches | Brian Paul | 1 | -2/+10 | |
2009-08-26 | glsl: asst. clean-ups in set_program_uniform() | Brian Paul | 1 | -14/+7 | |
Remove redunant type check for samplers (assert instead). Move some local vars. Update comments. | |||||
2009-08-26 | glsl: signal that the program needs to be re-translated when samplers change | Brian Paul | 1 | -4/+15 | |
2009-08-26 | progs/glsl: asst. changes in shtest.c | Brian Paul | 1 | -3/+16 | |
2009-08-26 | i965: added texture unit sanity check | Brian Paul | 1 | -0/+13 | |
Check that all the textures needed by the current fragment program actually exist and are valid. | |||||
2009-08-26 | i965: keep track of which texture units the fragment shader accesses | Brian Paul | 2 | -3/+18 | |
We'll use this for debug/sanity checking. | |||||
2009-08-26 | docs: document sampler array bug fix | Brian Paul | 1 | -0/+1 | |
2009-08-26 | i965: clean up texture target switches | Brian Paul | 1 | -2/+10 | |
2009-08-26 | mesa: var renaming, new assertion | Brian Paul | 1 | -4/+5 | |
2009-08-26 | mesa: additional instruction field size assertions | Brian Paul | 1 | -0/+6 | |
2009-08-26 | Merge branch 'mesa_7_5_branch' | Brian Paul | 4 | -7/+24 | |
2009-08-26 | progs/glsl: handle window resizes in texaaline.c | Brian Paul | 1 | -8/+12 | |
2009-08-26 | progs/glsl: add special Makefile rule for samplers_array | Brian Paul | 1 | -1/+3 | |
2009-08-26 | progs/glsl: change samplers.c to better test sampler/texture indexing | Brian Paul | 1 | -4/+12 | |
Now the left half is yellow and the right half is red, with the gradients going in opposite directions. |