Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | glsl: handle indirectly indexed input registers in linker | Brian Paul | |
For example, if the fragment shader reads gl_TexCoord[i] with a dynamic index we need to set all the InputsRead bits for all texcoords. We were already doing this for shader outputs. Refactored the later code so inputs and outputs are handled with similar code. Fixes a swrast failure with piglit's glsl-texcoord-array.shader_test | |||
2010-06-02 | mesa: use BITFIELD64_BIT() macro | Brian Paul | |
2010-06-02 | glsl: fix bad sanity-check assertion | Brian Paul | |
2010-06-02 | shaders: Don't lose the param binding swizzle for single params. | Eric Anholt | |
Multiple item params are OK because we don't allow swizzles for them (in case you do array access to hit their elements, for example). For singles, though, using the swizzle can cut down on storage, we do want to allow a swizzled use of another param. Fixes OGLC texRect.c. | |||
2010-06-01 | mesa: use split_location_offset() in GetUniform() functions | Brian Paul | |
Commit 5d0e136eff54a34258b5adaeda4cb267831e8234 exposed a long-standing bug in the glGetUniform*() code paths. We weren't properly decoding the location parameter. Fixes fd.o bug/regression 28344 Note: this patch should go into the 7.8 branch after the above-mentioned commit. | |||
2010-05-28 | glsl: change uniform location/offset encoding | Brian Paul | |
This lets Mesa work like other OpenGL implementations with regard to indexing uniform arrays. See comments for details. Note: this is a candidate for the 7.8 branch. | |||
2010-05-27 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-05-26 | mesa: remove unused includes | Brian Paul | |
2010-05-26 | mesa: rewrite _mesa_get_handle() and add some comments | Brian Paul | |
2010-05-26 | mesa: move GLSL uniform functions into new source file | Brian Paul | |
2010-05-25 | mesa: move all vertex array functions into varray.c | Brian Paul | |
2010-05-25 | mesa: added _mesa_GetVertexAttribIiv / AttribIuiv() | Brian Paul | |
Refactor the code for all the glGetVertexAttrib() functions. | |||
2010-05-25 | mesa: consolidate some glUniform code | Brian Paul | |
2010-05-25 | mesa: support for unsigned int uniforms | Brian Paul | |
2010-05-24 | glsl: silence unused var warnings | Brian Paul | |
2010-05-24 | mesa: Handle FEATURE_es2_glsl differences at runtime too | Kristian Høgsberg | |
Now that we can support different APIs at runtime, we need to check the context for the API we're currently providing as well. https://bugs.freedesktop.org/show_bug.cgi?id=28194 | |||
2010-05-14 | mesa: more info in glUniform error messages | Brian Paul | |
2010-05-13 | mesa: Remove no-op wrappers around trig functions. | Eric Anholt | |
2010-05-13 | mesa: Remove _mesa_pow(), which is always just pow(). | Eric Anholt | |
2010-05-12 | mesa: Make FEATURE_ATI_fragment_shader more modular. | Chia-I Wu | |
This allows atifragshader.h to be used without knowing if FEATURE_ATI_fragment_shader is enabled. As a result, atifragshader.c is removed from the omit list in ES overlay. | |||
2010-05-10 | mesa: more transform feedback infrastructure | Brian Paul | |
Includes GL_ARB_transform_feedback2 which encapsulates transform feedback state in objects. | |||
2010-05-03 | glsl: change variable declared assertion into conditional | Brian Paul | |
The slang_variable::declared field originated as a debug field but can be promoted for use during sematic error checking. Fixes fd.o bug 27921. NOTE: this is a candidate for back-porting to the 7.8 stable branch. | |||
2010-05-01 | glsl: s/sprintf/_mesa_snprintf/ | Vinson Lee | |
2010-04-29 | mesa: Don't overwrite a driver's shader infolog with generic failure message. | Eric Anholt | |
2010-04-24 | mesa: Eliminate multiple va_list usage. | José Fonseca | |
va_list is a mutable iterator. When passed to a function it will likely point to somewhere else. This fixes segmentation fault in glean vertProg1 on Ubuntu 9.10. | |||
2010-04-18 | mesa: Restore comment too. | José Fonseca | |
2010-04-18 | glsl: Fix handling of OPCODE_PRINT for no registers case. | Vinson Lee | |
A register file value is unsigned so could never be -1. A value of 0 also aliased to PROGRAM_TEMPORARY. If an OPCODE_PRINT has no registers to print, set the register file value to PROGRAM_UNDEFINED and check for that value when executing this instruction. | |||
2010-04-09 | Merge branch '7.8' | Brian Paul | |
2010-04-09 | mesa: fix instruction indexing bugs | Brian Paul | |
We were looping over instructions but only looking at the 0th instruction's opcode. Fixes fd.o bug 27566. | |||
2010-04-01 | glsl: fix bad return value in link_transform_feedback() | Brian Paul | |
2010-04-01 | glsl: remove obsolete comment | Brian Paul | |
2010-04-01 | glsl: do extra link checking for transform feedback | Brian Paul | |
2010-04-01 | glsl: append built-in, used varying vars to the varying vars list | Brian Paul | |
2010-04-01 | mesa: make _mesa_copy_string() non-static | Brian Paul | |
2010-04-01 | glsl: pass datatype to _mesa_add_varying() | Brian Paul | |
Will be needed later for transform feedback support. | |||
2010-04-01 | glsl: add more vertex/fragment output info helpers | Brian Paul | |
2010-03-30 | mesa: add transform feedback queries | Brian Paul | |
And make _mesa_copy_string() non-static. | |||
2010-03-29 | glsl: avoid using rcp in length() functions | Brian Paul | |
See prev commit for related info. | |||
2010-03-29 | glsl: remove rcp from sqrt() | Brian Paul | |
Per a patch from Marek Olšák, we can simply multiply the incoming value by 1/sqrt(x) instead of using rcp. We're keeping the x==0 check to avoid generating NaN for sqrt(0). | |||
2010-03-15 | Replace _mesa_strtod with _mesa_strtof. | Marcin Baczyński | |
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-11 | ARB prog parser: added (float) casts and regenerate files | Brian Paul | |
2010-03-04 | Revert "mesa: Remove pointless comparison of unsigned integer with a ↵ | Vinson Lee | |
negative constant." This reverts commit a05fdbcb719ac64e6be842372813f0f4ca2f4f93. Removing the comparison is wrong. The comparison with -1 should be changed to another value (probably PROGRAM_UNDEFINED) along with another change in the shader assembler. Conflicts: src/mesa/shader/prog_execute.c | |||
2010-03-04 | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee | |
2010-03-04 | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee | |
2010-03-04 | glsl: Return NULL on _slan_gen_asm error path on non-debug builds. | Vinson Lee | |
Exit the function early on the error path, instead of continuing, to prevent a null pointer dereference later on. | |||
2010-03-04 | glsl: Add assert to check input to strcmp. | Vinson Lee | |
2010-03-02 | glsl: Add assert to check input to strcmp. | Vinson Lee | |
2010-02-27 | glsl: Move assert from outside to inside of _slang_gen_swizzle function. | Vinson Lee | |
2010-02-27 | glsl: Assert input to strcmp is not null. | Vinson Lee | |