OSDN Git Service

android-x86/external-mesa.git
14 years agoscons: Pass -mstackrealign option to gcc.
José Fonseca [Wed, 9 Sep 2009 20:45:08 +0000 (21:45 +0100)]
scons: Pass -mstackrealign option to gcc.

It is impossible to have gcc generate SSE code without it, as thirdparty
applications often call us with an unaligned stack pointer.

14 years agollvmpipe: Fix depth mask computation.
José Fonseca [Wed, 9 Sep 2009 20:17:20 +0000 (21:17 +0100)]
llvmpipe: Fix depth mask computation.

Fixes depth test for 24bit depth formats.

14 years agollvmpipe: Include zsbuf's format in the fragment shader key.
José Fonseca [Wed, 9 Sep 2009 20:16:06 +0000 (21:16 +0100)]
llvmpipe: Include zsbuf's format in the fragment shader key.

14 years agoutil: Fix depth/stencil format description.
José Fonseca [Wed, 9 Sep 2009 20:13:52 +0000 (21:13 +0100)]
util: Fix depth/stencil format description.

Inverse channel order.

14 years agollvmpipe: Debug function to check stack alignment.
José Fonseca [Wed, 9 Sep 2009 18:21:22 +0000 (19:21 +0100)]
llvmpipe: Debug function to check stack alignment.

Doing alignment check in locus is redundant, as gcc alignment assumptions
will optimize away the check.

14 years agoi965: Fix relocation delta for WM surfaces.
Eric Anholt [Wed, 9 Sep 2009 19:35:30 +0000 (12:35 -0700)]
i965: Fix relocation delta for WM surfaces.

This was a regression in 0f328c90dbc893e15005f2ab441d309c1c176245.

Bug #23688
Bug #23254

14 years agoi965: fix an overlooked merge conflict
Brian Paul [Wed, 9 Sep 2009 15:24:38 +0000 (09:24 -0600)]
i965: fix an overlooked merge conflict

14 years agor600: check if textures are actually enabled before submission
Alex Deucher [Wed, 9 Sep 2009 15:14:17 +0000 (11:14 -0400)]
r600: check if textures are actually enabled before submission

noticed by taiu on IRC.

14 years agoMerge branch 'mesa_7_6_branch'
Brian Paul [Wed, 9 Sep 2009 15:00:58 +0000 (09:00 -0600)]
Merge branch 'mesa_7_6_branch'

14 years agomesa: regenerate get.c form get_gen.py
Brian Paul [Wed, 9 Sep 2009 14:55:32 +0000 (08:55 -0600)]
mesa: regenerate get.c form get_gen.py

14 years agomesa: move call to init_c_cliptest() from enable.c to tnl module.
Brian Paul [Wed, 9 Sep 2009 14:54:38 +0000 (08:54 -0600)]
mesa: move call to init_c_cliptest() from enable.c to tnl module.

Fixed gallium build breakage.

14 years agoMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul [Wed, 9 Sep 2009 14:33:39 +0000 (08:33 -0600)]
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch

Conflicts:

Makefile
configs/default
progs/glsl/Makefile
src/gallium/auxiliary/util/u_simple_shaders.c
src/gallium/state_trackers/glx/xlib/xm_api.c
src/mesa/drivers/dri/i965/brw_draw_upload.c
src/mesa/drivers/dri/i965/brw_vs_emit.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_pixel.c
src/mesa/drivers/dri/intel/intel_pixel_read.c
src/mesa/main/texenvprogram.c
src/mesa/main/version.h

14 years agogallium: Added HaikuOS platform
aljen [Sat, 5 Sep 2009 21:06:53 +0000 (23:06 +0200)]
gallium: Added HaikuOS platform

14 years agomesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()
Brian Paul [Wed, 9 Sep 2009 14:23:11 +0000 (08:23 -0600)]
mesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()

Works around a bug found on i965.  See bug 23670.

14 years agoscons: Set default_dri to no for Mac OS.
Vinson Lee [Wed, 9 Sep 2009 14:21:05 +0000 (08:21 -0600)]
scons: Set default_dri to no for Mac OS.

Mac OS does not have libdrm.

14 years agor600: fix ftp for dri1
Alex Deucher [Wed, 9 Sep 2009 05:41:46 +0000 (01:41 -0400)]
r600: fix ftp for dri1

We use t->bo for dri1 since r600 uses CS for dri1.

14 years agointel: add B43 chipset support
Zhenyu Wang [Mon, 7 Sep 2009 08:18:57 +0000 (16:18 +0800)]
intel: add B43 chipset support

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
14 years agor600: don't setup hardware state if TFP
Dave Airlie [Wed, 9 Sep 2009 05:02:16 +0000 (15:02 +1000)]
r600: don't setup hardware state if TFP

if we have a BO here it means TFP and we should have set it
up already.

tested by b0le on #radeon

14 years agoprogs/tests: added Z invert option
Brian Paul [Tue, 8 Sep 2009 22:47:30 +0000 (16:47 -0600)]
progs/tests: added Z invert option

14 years agomesa: bump version to 7.7
Brian Paul [Tue, 8 Sep 2009 22:46:06 +0000 (16:46 -0600)]
mesa: bump version to 7.7

14 years agogallium: added r8g8b8_get/put_tile_rgba()
Brian Paul [Tue, 8 Sep 2009 22:45:34 +0000 (16:45 -0600)]
gallium: added r8g8b8_get/put_tile_rgba()

14 years agoprogs/demos: added RGB invert option
Brian Paul [Tue, 8 Sep 2009 22:45:07 +0000 (16:45 -0600)]
progs/demos: added RGB invert option

14 years agomesa: fix viewport_z_clip breakage
Brian Paul [Tue, 8 Sep 2009 22:44:49 +0000 (16:44 -0600)]
mesa: fix viewport_z_clip breakage

14 years agoi915g: Add buffer write callback
Jakob Bornecrantz [Tue, 8 Sep 2009 23:38:04 +0000 (00:38 +0100)]
i915g: Add buffer write callback

14 years agoi915g: Reorg vbuf code a bit
Jakob Bornecrantz [Tue, 8 Sep 2009 20:50:32 +0000 (21:50 +0100)]
i915g: Reorg vbuf code a bit

14 years agoi915g: pwrite batchbuffer instead of map
Jakob Bornecrantz [Tue, 8 Sep 2009 20:30:48 +0000 (21:30 +0100)]
i915g: pwrite batchbuffer instead of map

14 years agoi915g: Keep vertex buffers in a fifo
Jakob Bornecrantz [Tue, 8 Sep 2009 19:40:37 +0000 (20:40 +0100)]
i915g: Keep vertex buffers in a fifo

14 years agoutil: Add super simple fifo
Jakob Bornecrantz [Tue, 8 Sep 2009 19:39:56 +0000 (20:39 +0100)]
util: Add super simple fifo

14 years agoi915g: Map vertex buffers via gtt
Jakob Bornecrantz [Tue, 8 Sep 2009 19:51:02 +0000 (20:51 +0100)]
i915g: Map vertex buffers via gtt

14 years agoi915g: Remove lib prefix from driver
Jakob Bornecrantz [Fri, 4 Sep 2009 22:46:22 +0000 (23:46 +0100)]
i915g: Remove lib prefix from driver

14 years agodocs: Add basic 7.7 relnotes.
Eric Anholt [Tue, 8 Sep 2009 22:00:41 +0000 (15:00 -0700)]
docs: Add basic 7.7 relnotes.

14 years agointel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt [Thu, 27 Aug 2009 21:59:19 +0000 (14:59 -0700)]
intel: Add support for ARB_draw_elements_base_vertex.

On the 965, we just drop the value into the primitive packet.  On non-945,
we rely on the sw tnl code handling it.

14 years agomesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt [Thu, 27 Aug 2009 17:09:24 +0000 (10:09 -0700)]
mesa: Add support for ARB_draw_elements_base_vertex.

14 years agoglapi: Add ARB_draw_elements_base_vertex
Eric Anholt [Thu, 27 Aug 2009 16:36:34 +0000 (09:36 -0700)]
glapi: Add ARB_draw_elements_base_vertex

14 years agomesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
Eric Anholt [Tue, 8 Sep 2009 19:32:05 +0000 (12:32 -0700)]
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.

The wording of these two is exactly the same, except for the issue
"Can fragments with wc<=0 be generated when this extension is supported?",
which idr thinks is a non-issue for us.

14 years agoi965: Add support for ARB_depth_clamp.
Eric Anholt [Wed, 26 Aug 2009 18:04:13 +0000 (11:04 -0700)]
i965: Add support for ARB_depth_clamp.

14 years agoRegenerate files for GL_ARB_depth_clamp.
Eric Anholt [Wed, 26 Aug 2009 17:34:31 +0000 (10:34 -0700)]
Regenerate files for GL_ARB_depth_clamp.

14 years agomesa: Add support for ARB_depth_clamp.
Eric Anholt [Wed, 26 Aug 2009 16:51:15 +0000 (09:51 -0700)]
mesa: Add support for ARB_depth_clamp.

This currently doesn't include fixing up the cliptests in the assembly
paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.

14 years agoi965: Respect spec requirement for pixel shader computed depth with no zbuffer.
Eric Anholt [Sun, 6 Sep 2009 22:46:17 +0000 (15:46 -0700)]
i965: Respect spec requirement for pixel shader computed depth with no zbuffer.

14 years agoi965: Set NULL WM surfaces as tiled according to requirement by specs.
Eric Anholt [Sun, 6 Sep 2009 22:39:52 +0000 (15:39 -0700)]
i965: Set NULL WM surfaces as tiled according to requirement by specs.

14 years agoi965: Use the renderbuffer surface size instead of region size for WM surfaces.
Eric Anholt [Sat, 5 Sep 2009 00:59:08 +0000 (17:59 -0700)]
i965: Use the renderbuffer surface size instead of region size for WM surfaces.

For drawing to lower mipmap levels, the region size makes the renderbuffer
be the size of the lowest level, instead of the current level.  On DRI1,
Brian previously found that the RB size was incorrect, so leave this broken
there.

14 years agoRevert "intel: helper to debug bufmgr (disabled)"
Eric Anholt [Fri, 4 Sep 2009 21:30:30 +0000 (14:30 -0700)]
Revert "intel: helper to debug bufmgr (disabled)"

This reverts commit e0ec405a9fa6fbc1cf2ac531ed5efd1a64e01f18.

This is already available in INTEL_DEBUG=bufmgr in the environment.

14 years agomesa: bump version to 7.5.2
Brian Paul [Tue, 8 Sep 2009 20:45:24 +0000 (14:45 -0600)]
mesa: bump version to 7.5.2

I'm not 100% sure there'll be a 7.5.2 release, but just in case.

14 years agoi965: #include clean-ups
Brian Paul [Tue, 8 Sep 2009 20:32:56 +0000 (14:32 -0600)]
i965: #include clean-ups

14 years agointel: #include clean-ups
Brian Paul [Tue, 8 Sep 2009 20:32:41 +0000 (14:32 -0600)]
intel: #include clean-ups

14 years agoi965: use _mesa_is_bufferobj()
Brian Paul [Tue, 8 Sep 2009 20:28:19 +0000 (14:28 -0600)]
i965: use _mesa_is_bufferobj()

Also, remove unneeded call to _mesa_validate_pbo_access().  It's done by
core Mesa as the comment suggested.

14 years agoi965: use _mesa_is_bufferobj()
Brian Paul [Tue, 8 Sep 2009 20:27:35 +0000 (14:27 -0600)]
i965: use _mesa_is_bufferobj()

14 years agoi965: use _mesa_is_bufferobj()
Brian Paul [Tue, 8 Sep 2009 20:27:15 +0000 (14:27 -0600)]
i965: use _mesa_is_bufferobj()

14 years agoi965: use _mesa_is_bufferobj()
Brian Paul [Tue, 8 Sep 2009 20:27:00 +0000 (14:27 -0600)]
i965: use _mesa_is_bufferobj()

14 years agor600: fix dri2 clipping
Alex Deucher [Tue, 8 Sep 2009 20:03:25 +0000 (16:03 -0400)]
r600: fix dri2 clipping

14 years agoi965: fix incorrect test for vertex position attribute
Brian Paul [Tue, 8 Sep 2009 18:21:42 +0000 (12:21 -0600)]
i965: fix incorrect test for vertex position attribute

14 years agost/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.
Michel Dänzer [Tue, 8 Sep 2009 16:08:24 +0000 (18:08 +0200)]
st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.

Also make sure not to leak malloced memory when switching pixmaps to texture
based.

14 years agoegl: also use X types for building on Apple/MacOS X
Brian Paul [Tue, 8 Sep 2009 15:20:39 +0000 (09:20 -0600)]
egl: also use X types for building on Apple/MacOS X

See bug 20413.

14 years agoscons: Add Mac OS to target platform list.
Vinson Lee [Tue, 8 Sep 2009 11:31:42 +0000 (12:31 +0100)]
scons: Add Mac OS to target platform list.

14 years agogdi: Fix prototype of gdi_softpipe_surface_buffer_create().
Michal Krol [Tue, 8 Sep 2009 08:22:07 +0000 (10:22 +0200)]
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().

14 years agoscons: Don't set LLVM_VERSION if one of the llvm-config calls fails.
Vinson Lee [Mon, 7 Sep 2009 14:16:25 +0000 (15:16 +0100)]
scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.

Ubuntu 8.10 has llvm-config version 2.2, which doesn't have
nativecodegen. This triggers an exception.

14 years agollvmpipe: Silent debug statement.
José Fonseca [Mon, 7 Sep 2009 13:53:26 +0000 (14:53 +0100)]
llvmpipe: Silent debug statement.

14 years agollvmpipe: Better abs for floating points.
José Fonseca [Mon, 7 Sep 2009 13:53:15 +0000 (14:53 +0100)]
llvmpipe: Better abs for floating points.

14 years agollvmpipe: Code generate the texture sampling inside the shader.
José Fonseca [Mon, 7 Sep 2009 13:52:39 +0000 (14:52 +0100)]
llvmpipe: Code generate the texture sampling inside the shader.

Finally a substantial performance improvement: framerates of apps using
texturing tripled, and furthermore, enabling/disabling texturing only
affects around 15% of the framerate, which means the bottleneck is now
somewhere else.

Generated texture sampling code is not complete though -- we always
sample from the base level -- so final figures will be different.

14 years agollvmpipe: Texture sampling code generation primitives.
José Fonseca [Mon, 7 Sep 2009 13:43:51 +0000 (14:43 +0100)]
llvmpipe: Texture sampling code generation primitives.

Only supports single level 2d textures, with neareast and bilinear
filtering for now.

14 years agollvmpipe: Convenience function to obtain the integer type with same bitdepth of an...
José Fonseca [Mon, 7 Sep 2009 13:42:57 +0000 (14:42 +0100)]
llvmpipe: Convenience function to obtain the integer type with same bitdepth of an arbitrary type.

14 years agollvmpipe: Utility functions for linear and bilinear interpolation.
José Fonseca [Mon, 7 Sep 2009 13:27:06 +0000 (14:27 +0100)]
llvmpipe: Utility functions for linear and bilinear interpolation.

14 years agollvmpipe: Correct implementation of floor.
José Fonseca [Mon, 7 Sep 2009 13:26:30 +0000 (14:26 +0100)]
llvmpipe: Correct implementation of floor.

14 years agollvmpipe: Utility function to get the pointer to a structure member.
José Fonseca [Mon, 7 Sep 2009 13:25:02 +0000 (14:25 +0100)]
llvmpipe: Utility function to get the pointer to a structure member.

14 years agollvmpipe: SoA pixel unpacking specialization.
José Fonseca [Mon, 7 Sep 2009 13:24:31 +0000 (14:24 +0100)]
llvmpipe: SoA pixel unpacking specialization.

14 years agoutil: Utility function to check if a number is a power of two.
José Fonseca [Mon, 7 Sep 2009 13:21:51 +0000 (14:21 +0100)]
util: Utility function to check if a number is a power of two.

14 years agollvmpipe: Further abstract the texture sampling generation from TGSI translation.
José Fonseca [Sun, 6 Sep 2009 10:20:14 +0000 (11:20 +0100)]
llvmpipe: Further abstract the texture sampling generation from TGSI translation.

14 years agomesa: Include <unistd.h> only when one is available.
Michal Krol [Mon, 7 Sep 2009 07:31:17 +0000 (09:31 +0200)]
mesa: Include <unistd.h> only when one is available.

14 years agomesa: Fix calling conventions of sync object api callbacks.
Michal Krol [Mon, 7 Sep 2009 07:16:35 +0000 (09:16 +0200)]
mesa: Fix calling conventions of sync object api callbacks.

14 years agoprog/glsl: fix Makefile for samplers_array.
Peter Hutterer [Mon, 7 Sep 2009 00:49:31 +0000 (10:49 +1000)]
prog/glsl: fix Makefile for samplers_array.

The rule added in 488b3c4d1bc3d830477180759a42dbaf8f5801b0 does not use the
right INCDIR, breaking the build when GL isn't installed in the default include
paths.

7.5 branch only fix, already fixed in master by rewriting the Makefile
(ceb9459ed5e63207defa5d715958c2757933272f)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agor300g: Fix some issues pointed out by compiler warnings.
Michel Dänzer [Sun, 6 Sep 2009 16:12:14 +0000 (18:12 +0200)]
r300g: Fix some issues pointed out by compiler warnings.

14 years agor300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.
Michel Dänzer [Sun, 6 Sep 2009 16:12:14 +0000 (18:12 +0200)]
r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.

Return NULL if the BO is busy, otherwise just map it.

14 years agomesa: initial version of _mesa_meta_generate_mipmap()
Brian Paul [Sun, 6 Sep 2009 15:39:47 +0000 (09:39 -0600)]
mesa: initial version of _mesa_meta_generate_mipmap()

Incomplete and totally untested.  Based on intel_generate_mipmap().

14 years agoxlib: test _mesa_meta_bitmap()
Brian Paul [Fri, 4 Sep 2009 04:10:55 +0000 (22:10 -0600)]
xlib: test _mesa_meta_bitmap()

14 years agomesa: use separate temp texture for bitmaps
Brian Paul [Fri, 4 Sep 2009 04:03:02 +0000 (22:03 -0600)]
mesa: use separate temp texture for bitmaps

14 years agomesa: temp_texture changes
Brian Paul [Fri, 4 Sep 2009 03:47:30 +0000 (21:47 -0600)]
mesa: temp_texture changes

14 years agomesa: free meta bitmap buffers
Brian Paul [Fri, 4 Sep 2009 03:36:59 +0000 (21:36 -0600)]
mesa: free meta bitmap buffers

14 years agomesa: use _mesa_set_enable()
Brian Paul [Fri, 4 Sep 2009 03:30:06 +0000 (21:30 -0600)]
mesa: use _mesa_set_enable()

14 years agomesa: _mesa_meta_bitmap() function
Brian Paul [Fri, 4 Sep 2009 03:27:06 +0000 (21:27 -0600)]
mesa: _mesa_meta_bitmap() function

14 years agoxlib: move misplaced brace
Brian Paul [Fri, 4 Sep 2009 03:19:23 +0000 (21:19 -0600)]
xlib: move misplaced brace

14 years agor300g: Fix a number of warnings
Nicolai Hähnle [Sun, 6 Sep 2009 13:10:59 +0000 (15:10 +0200)]
r300g: Fix a number of warnings

Seriously guys....

14 years agor300g: Debug flags infrastructure
Nicolai Hähnle [Sun, 6 Sep 2009 13:03:51 +0000 (15:03 +0200)]
r300g: Debug flags infrastructure

So that debugging is no longer a full-spam-or-nothing approach, you are now
supposed to set the RADEON_DEBUG environment flag just like for classic Mesa.

The available debug flags are different, however. Just running an OpenGL
application with RADEON_DEBUG set to an arbitrary string will print out
helpful information.

Everything must be compiled with -DDEBUG for any of this to work

14 years agor300g: update the value of register VAP_VF_MAX_VTX_INDX
Cooper Yuan [Sat, 5 Sep 2009 12:58:32 +0000 (20:58 +0800)]
r300g: update the value of register VAP_VF_MAX_VTX_INDX
       according to actual vertex index count.

14 years agor300g: update rs_block state after changing rasterizer
Cooper Yuan [Sat, 5 Sep 2009 06:26:39 +0000 (14:26 +0800)]
r300g: update rs_block state after changing rasterizer

14 years agor300g: need to validate scissor and viewport state if bind new rasterizer
Cooper Yuan [Sat, 5 Sep 2009 02:26:39 +0000 (10:26 +0800)]
r300g: need to validate scissor and viewport state if bind new rasterizer

14 years agor600: add support for EXT_texture_sRGB
Alex Deucher [Fri, 4 Sep 2009 22:45:09 +0000 (18:45 -0400)]
r600: add support for EXT_texture_sRGB

14 years agor300: Add support for GL_EXT_provoking_vertex
Alex Deucher [Fri, 4 Sep 2009 22:21:34 +0000 (18:21 -0400)]
r300: Add support for GL_EXT_provoking_vertex

14 years agor600: Add support for GL_EXT_provoking_vertex
Alex Deucher [Fri, 4 Sep 2009 22:08:31 +0000 (18:08 -0400)]
r600: Add support for GL_EXT_provoking_vertex

14 years agoi965: Fix warnings in intel_pixel_read.c.
Eric Anholt [Mon, 22 Jun 2009 15:52:52 +0000 (08:52 -0700)]
i965: Fix warnings in intel_pixel_read.c.
(cherry picked from commit c80ce5ac90b1e0ac7a72cd41c314aa2000bfecf5)

14 years agointel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt [Sat, 20 Jun 2009 05:12:52 +0000 (22:12 -0700)]
intel: Also get the DRI2 front buffer when doing front buffer reading.
(cherry picked from commit df70d3049a396af3601d2a1747770635a74120bb)

14 years agointel: Update Mesa state before span setup in glReadPixels.
Eric Anholt [Sat, 20 Jun 2009 05:03:37 +0000 (22:03 -0700)]
intel: Update Mesa state before span setup in glReadPixels.

We could have mapped the wrong set of draw buffers.  Noticed while looking
into a DRI2 glean ReadPixels issue.
(cherry picked from commit afc981ee46791838f3cb83e11eb33938aa3efc83)

14 years agointel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt [Sat, 20 Jun 2009 04:43:22 +0000 (21:43 -0700)]
intel: Move intel_pixel_read.c to shared for use with i965.
(cherry picked from commit dcfe0d66bfff9a55741aee298b7ffb051a48f0d3)

14 years agoi965: Don't set the complete field when there is more VUE yet to come.
Eric Anholt [Tue, 4 Aug 2009 07:26:42 +0000 (00:26 -0700)]
i965: Don't set the complete field when there is more VUE yet to come.

This should help with things like lightsmark, but I don't have a testcase
for this commit.

14 years agoi965: Add support for 2 threads in the GS.
Eric Anholt [Thu, 3 Sep 2009 16:19:43 +0000 (09:19 -0700)]
i965: Add support for 2 threads in the GS.

This brings noop vertex shader throughput from 6.8M verts/sec to 10.4M
verts/sec using GL_QUADs on my GM45.

14 years agoi965: Add support for KIL_NV in brw_wm_emit.c
Eric Anholt [Thu, 3 Sep 2009 16:11:44 +0000 (09:11 -0700)]
i965: Add support for KIL_NV in brw_wm_emit.c

I ran into this lack of support when writing a shader that always discarded
the fragments.

14 years agoi965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
Eric Anholt [Thu, 16 Jul 2009 22:57:22 +0000 (15:57 -0700)]
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
(cherry picked from commit 99174e7630676307f618c252755a20ba61ad9158)

14 years agointel: Align cubemap texture height to its padding requirements.
Eric Anholt [Wed, 19 Aug 2009 01:48:54 +0000 (18:48 -0700)]
intel: Align cubemap texture height to its padding requirements.
(cherry picked from commit a70e1315846cd5e8d6f2b622821ff8262fe7179d)
(cherry picked from commit 29e51c3872531366570d032147abad50f8a3c1af)

14 years agointel: Align untiled region height to 2 according to 965 docs.
Eric Anholt [Sat, 8 Aug 2009 01:09:31 +0000 (18:09 -0700)]
intel: Align untiled region height to 2 according to 965 docs.

This may or may not be required pre-965, but it doesn't seem unlikely, and
I'd rather be safe.
(cherry picked from commit b053474378633249be0e9f24010650ffb816229a)

14 years agoi965: Fix source depth reg setting for FSes reading and writing to depth.
Eric Anholt [Thu, 6 Aug 2009 03:12:15 +0000 (20:12 -0700)]
i965: Fix source depth reg setting for FSes reading and writing to depth.

For some IZ setups, we'd forget to account for the source depth register
being present, so we'd both read the wrong reg, and write output depth to
the wrong reg.

Bug #22603.
(cherry picked from commit f44916414ecd2b888c8a680d56b7467ccdff6886)

14 years agoi965: Respect CondSwizzle in OPCODE_IF.
Eric Anholt [Wed, 5 Aug 2009 01:02:31 +0000 (18:02 -0700)]
i965: Respect CondSwizzle in OPCODE_IF.

Fixes piglit glsl-vs-if-bool and progs/glsl/twoside, and will likely be
useful for the looping code.

Bug #18992
(cherry picked from commit 78c022acd0b37bf8b32f04313d76255255e769c1)
(cherry picked from commit 63d7a2f53fb38e170f4e55f2b599e918edf2c512)