- Oct 05, 2010
-
-
Ian Romanick authored
-
Ian Romanick authored
-
Alex Deucher authored
-
Ian Romanick authored
-
Emma Anholt authored
Easy enough patch, who needs a full test run. Oh, that's right. Me. (cherry picked from commit 14bf92ba)
-
Emma Anholt authored
The brw_wm_surface_state.c handling of GL_DEPTH_TEXTURE_MODE doesn't apply to shadow compares, which always return an intensity value. The texture swizzles can do the job for us. Fixes: glsl1-shadow2D(): 1 glsl1-shadow2D(): 3 (cherry picked from commit a7fa00df)
-
Kenneth Graunke authored
FORCE_ZERO_RTAINDEX should be in the fourth (and final) dword. (cherry picked from commit f3177134)
-
Ian Romanick authored
(cherry picked from commit 7f440b3f9d76fa3a02877074d9701ab499d5de34)
-
Marek Olšák authored
I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium.
-
- Oct 04, 2010
-
-
Cherry-picked from master commit 24912584
-
Jakob Bornecrantz authored
Thanks to José for the more complete list of supported opcodes. Cherry-picked from master commit d2130167 Also includes fix commit 4bb42a4f
-
Cherry-picked from master commit c66f0c46
-
- Oct 02, 2010
-
-
Alex Deucher authored
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=30551
-
- Oct 01, 2010
-
-
Thomas Fogal authored
Really old gcc's (3.3, at least) don't have support for the intrinsics we need. This implements a fallback for that case.
-
-
Alex Deucher authored
-
Alex Deucher authored
We'll need a reloc for tiling eventually, so add it now.
-
- Sep 30, 2010
-
-
Adam Jackson authored
Signed-off-by: Adam Jackson <ajax@redhat.com> (cherry picked from commit 0c86e1f2)
-
Zhenyu Wang authored
Sandybridge requires depth buffer must be tiling. Fix 'fbo_firecube' demo. (cherry picked from commit 72b368ae)
-
Zhenyu Wang authored
Until we fixed GS hang issue. (cherry picked from commit 73dab75b)
-
Kenneth Graunke authored
Clearly this started out as ir_copy_propagation.cpp, but the search and replace was a bit overzealous. (cherry picked from commit 565ff676)
-
Marek Olšák authored
NOTE: This is a candidate for the 7.9 branch. (cherry picked from commit 83278d38)
-
- Sep 29, 2010
-
-
Tom Stellard authored
https://bugs.freedesktop.org/show_bug.cgi?id=30415 (cherry picked from commit b27a8092)
-
Tom Stellard authored
https://bugs.freedesktop.org/show_bug.cgi?id=30416 (cherry picked from commit 1b76dde0)
-
Tom Stellard authored
https://bugs.freedesktop.org/show_bug.cgi?id=30415 (cherry picked from commit d40ff551)
-
Brian Paul authored
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 69889388)
-
-
Ian Romanick authored
-
Emma Anholt authored
Otherwise, we'll often end up with gl_TexCoord being 0 length, for example. With ir_to_mesa, things ended up working out anyway, as long as multiple implicitly-sized arrays weren't involved. (cherry picked from commit 586b4b50)
-
Emma Anholt authored
I confused the array sizing for number of files for the number of regs in a file. (cherry picked from commit ef8e002c)
-
Emma Anholt authored
This apparently had never been tested elsewhere before being merged to master. (cherry picked from commit f1dba030)
-
Zhenyu Wang authored
Need to bring back correct fb write with header to set pixel write mask. Fallback for now. Note: Conflicts in intel_pixel_bitmap.c due to the removal of intel_texture_bitmap from master. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
-
Zhenyu Wang authored
Fix pipe control command for depth stall and PS_DEPTH_COUNT write. (cherry picked from commit 3074b61f)
-
Zhenyu Wang authored
Need to set point sprite function in fixed SF state now on sandybridge. (cherry picked from commit ec99833e)
-
Zhenyu Wang authored
Fix incorrect scissor rect struct and missed scissor state pointer setting for sandybridge. (cherry picked from commit 4b6b0bf2)
-
Zhenyu Wang authored
Depth offset function is moved to SF stage on sandybridge. (cherry picked from commit 3f3059fc)
-
Zhenyu Wang authored
(cherry picked from commit 15a8e7ec)
-
Zhenyu Wang authored
Sandybridge doesn't have Xstart/Ystart in payload header. (cherry picked from commit 85fa900b)
-