Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/tests: Silence uninitialized variable warning. | Vinson Lee | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | progs/tests: Silence warn_unused_result warning. | Vinson Lee | 2010-01-02 | 1 | -5/+8 |
| | |||||
* | i810: Fix include recursion. | Vinson Lee | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | sis: ifdef out unused variable. | Vinson Lee | 2010-01-02 | 1 | -0/+2 |
| | | | | Silences GCC warning. | ||||
* | st/xorg: Ensure null-terminated byte string. | Vinson Lee | 2010-01-02 | 1 | -1/+2 |
| | |||||
* | r300g: Use C-style comments. | Vinson Lee | 2010-01-02 | 1 | -2/+2 |
| | |||||
* | glu/sgi: Initialize members of struct O_curve. | Vinson Lee | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | svga: Use a shader id as low as possible. | José Fonseca | 2010-01-03 | 7 | -24/+78 |
| | |||||
* | util: Minor enhancements/corrections to the bitmask logic. | José Fonseca | 2010-01-03 | 1 | -12/+20 |
| | |||||
* | svga: Rename error labels. | José Fonseca | 2010-01-03 | 1 | -14/+14 |
| | | | | Make it easier to insert/remove error branches. | ||||
* | glu/sgi: Initialize members of struct O_surface. | Vinson Lee | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | glu/sgi: Initialize member of struct O_trim. | Vinson Lee | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | glu/sgi: Initialize member of struct Property. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | progs/samples: 'Silence no previous prototype' warnings. | Vinson Lee | 2010-01-01 | 7 | -58/+58 |
| | |||||
* | glu/sgi: Initialize member of struct Dlnode. | Vinson Lee | 2010-01-01 | 1 | -0/+1 |
| | |||||
* | glu/sgi: Initialize members of struct O_nurbscurve. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | x86: Silence printf format warnings. | Vinson Lee | 2010-01-01 | 1 | -12/+2 |
| | |||||
* | progs/rbug: s/wait/rbug_wait/ | Vinson Lee | 2010-01-01 | 1 | -2/+2 |
| | | | | wait conflicts with wait in /usr/include/sys/wait.h. | ||||
* | llvmpipe: Silence uninitialized variable warning. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | llvmpipe: Use C-style comment. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | gallium/util: Silence format warnings. | Vinson Lee | 2010-01-01 | 1 | -4/+4 |
| | |||||
* | ARB prog parser: Silence unused variable warnings. | Vinson Lee | 2010-01-01 | 1 | -0/+4 |
| | |||||
* | gallium/util: Replace h_addr with h_addr_list[0]. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | | | | Fixes compilation error on Mac OS. | ||||
* | glu/sgi: Initialize members of class Knotvector. | Vinson Lee | 2010-01-01 | 1 | -0/+3 |
| | |||||
* | glu/sgi: Initialize member of struct Property. | Vinson Lee | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | swrast: use different temp array in _swrast_get_dest_rgba() | Brian Paul | 2009-12-31 | 1 | -7/+3 |
| | | | | | When using multiple color drawbuffers with blending/logicop/masking we were overwriting color values which we still needed. | ||||
* | mesa: Silence unused variable warning. | Vinson Lee | 2009-12-31 | 1 | -0/+1 |
| | |||||
* | progs/glsl: Provide a better fix for fgets warning. | Vinson Lee | 2009-12-30 | 1 | -5/+2 |
| | |||||
* | st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info() | Brian Paul | 2009-12-29 | 1 | -1/+2 |
| | | | | | Fixes progs/demos/fbotexture on Nouveau. Patch submitted by Luca Barbieri <[email protected]>. | ||||
* | glu/sgi: Initialize members of struct O_nurbssurface. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | tdfx: Silence uninitialized variable warning. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | progs/glsl: Silence compiler warnings. | Vinson Lee | 2009-12-29 | 2 | -10/+3 |
| | |||||
* | glu/sgi: Silence warn_unused_result warnings. | Vinson Lee | 2009-12-29 | 1 | -9/+19 |
| | |||||
* | st/xorg: Use C-style comments. | Vinson Lee | 2009-12-29 | 1 | -16/+16 |
| | |||||
* | glu/sgi: Initialize member of struct GridVertex. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | st/xorg: Fix warning and add a TODO comment | Jakob Bornecrantz | 2009-12-30 | 1 | -0/+6 |
| | |||||
* | st/xorg: On close wait on fences and then destroy the screen | Jakob Bornecrantz | 2009-12-30 | 1 | -1/+11 |
| | |||||
* | st/xorg: Be proper with pipe pointers on close in exa | Jakob Bornecrantz | 2009-12-30 | 1 | -0/+3 |
| | |||||
* | st/xorg: Make sure we don't overrun the fence array in block handler | Jakob Bornecrantz | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | glu/sgi: Initialize member variables in class Varray. | Vinson Lee | 2009-12-29 | 1 | -0/+8 |
| | |||||
* | glu/sgi: Initialize member of class monoChain. | Vinson Lee | 2009-12-29 | 1 | -0/+1 |
| | |||||
* | glu/sgi: Initialize members of class sampledLine. | Vinson Lee | 2009-12-29 | 1 | -0/+3 |
| | |||||
* | glu/sgi: Initialize members of class directedLine. | Vinson Lee | 2009-12-29 | 1 | -0/+2 |
| | |||||
* | mesa: Initialize variable in get_tex_color_index. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | glsl: added uniform initializer check | Brian Paul | 2009-12-29 | 3 | -0/+12 |
| | | | | | | | | | GLSL 1.10 disallows initializers for uniforms but GLSL 1.20 and later allows them. This patch uses the #version directive to allow/disallow uniform initializers. This addresses bug 25807, but piglit also needs to be fixed to specify the GLSL version in the shader. | ||||
* | ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots | Brian Paul | 2009-12-29 | 4 | -295/+377 |
| | | | | | | | | | This function will search the constant parameters in an effort to re-use constant slots. For example, {1,2,3,4} and {4,1,1,2} can be stored in one constant slot and accessed with different swizzles. The swizzle info must be propogated though the parsing code in a few places. Fixes Piglit "vpfp-generic tests/shaders/generic/big-param.vpfp" failure. | ||||
* | st/egl: Move declaration before code. | Vinson Lee | 2009-12-28 | 1 | -1/+2 |
| | |||||
* | intel: Silence compiler warnings. | Vinson Lee | 2009-12-28 | 9 | -14/+16 |
| | |||||
* | llvmpipe: Fix assert. | Vinson Lee | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | llvmpipe: Silence compiler warnings. | Vinson Lee | 2009-12-28 | 2 | -2/+7 |
| |