- 03 Jun, 2009 11 commits
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- 02 Jun, 2009 4 commits
-
-
Joakim Sindholt authored
This was originally taken from i915 and it shows. Basically most the stuff in r300_render.c was never needed and shouldn't have worked in the first place
-
Ian Romanick authored
This prevents the width / height from being clipped to the window size before the texture is allocated. This matches intelCopyTexImage1D. This should fix bug #21227 Signed-off-by:
Ian Romanick <ian.romanick@intel.com>
-
Eric Anholt authored
This saves doing swtnl from uncached memory, which is painful. Improves clutter test-text performance by 10% since it started using VBOs.
-
Eric Anholt authored
This gets two more glean glsl1 tests using the non-GLSL path.
-
- 01 Jun, 2009 11 commits
-
-
Brian Paul authored
-
Brian Paul authored
Need to take the draw buffer's up/down orientation into consideration when setting the sprite_coord_mode field. Fixes inverted sprites when drawing into an FBO.
-
Brian Paul authored
Fixes a crash when clearing the window with a quad after drawing large points. We were asking the draw module how many vertex shader outputs there were and got 3 instead of 2. This led to creating vertices with too many attributes and trying to read invalid memory. We reset extra_vp_outputs.slot to zero in the aaline/aapoint stage's flush functions already. This omission was just an oversight in the wide_point stage.
-
Corbin Simpson authored
-
Brian Paul authored
-
Dan Nicholson authored
The special feature of bin/minstall to copy symlinks is only ever needed when installing libraries which may have .so symlinks. All the headers and directories can use a normal install program. These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the user (or autoconf) to override installing normal files as they please. An autoconf check for the install program has been added and will be used in preference to minstall when available. Fixes bug 16053.
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
This is the (de)marshalling and connection managment code
-
Jakob Bornecrantz authored
-
Jose Fonseca authored
-
- 31 May, 2009 11 commits
-
-
Jose Fonseca authored
-
Jose Fonseca authored
There is no current pixel format. Each HDC has its pixelformat which is kept by gdi and set/get via the SetPixelFormat/GetPixelFormat functions. Now the HDC's pixelformat is kept in the stw_framebuffer, which is created during the SetPixelFormat.
-
Jose Fonseca authored
-
Jose Fonseca authored
-
Jose Fonseca authored
-
Jose Fonseca authored
Stderr of Windows applications without console is not usually visible.
-
Jose Fonseca authored
Prevents segmentation fault when trying to set the viewport/scissor after a context/drawable visual mismatch.
-
Jose Fonseca authored
-
Brian Paul authored
-
Brian Paul authored
This reverts commit 5d75124d. This fixed unclipped polygons, but broke clipped polygons. A better fix from the mesa 7.5 branch will be merged next...
-
Brian Paul authored
This fixes the incorrect colors seen when rendering flat-shaded polygons. Note that clipped polygons were correct, but unclipped polygons were wrong. See the glean/clipFlat test for regression testing.
-
- 29 May, 2009 2 commits
-
-
Brian Paul authored
-
Brian Paul authored
-
- 28 May, 2009 1 commit
-
-
Corbin Simpson authored
On a side note, why is RADEON_MAX_BOS 24? Should ask airlied about that.
-