Vinson Lee
535084996b
glsl: Remove unnecessary headers from slang_compile.c.
2010-01-16 02:16:24 -08:00
Vinson Lee
1d3bdc2090
glsl: Remove unnecessary header from slang_link.c.
2010-01-16 02:02:49 -08:00
Vinson Lee
10bd931949
glsl: Remove unnecessary header from slang_log.c.
2010-01-16 01:50:08 -08:00
Vinson Lee
533b6e8deb
st/mesa: Remove unnecessary header from st_atom_framebuffer.c.
2010-01-16 01:39:04 -08:00
Vinson Lee
3eb85bf7d9
st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.
2010-01-16 00:52:34 -08:00
Vinson Lee
bc639f291b
st/mesa: Remove unnecessary header from st_atom_sampler.c.
2010-01-16 00:45:36 -08:00
Vinson Lee
227fc5a308
st/mesa: Remove unnecessary header from st_atom_shader.c.
2010-01-16 00:36:31 -08:00
Vinson Lee
cc2f2268f5
st/mesa: Remove unnecessary headers from st_cb_accum.c.
2010-01-16 00:30:25 -08:00
Vinson Lee
e1d4781cd4
st/mesa: Remove unnecessary headers from st_cb_bitmap.c.
2010-01-16 00:08:54 -08:00
Vinson Lee
cc770c8409
st/mesa: Remove unnecessary headers from st_cb_blit.c.
2010-01-15 23:17:00 -08:00
Vinson Lee
6906bf08cc
st/mesa: Remove unnecessary headers from st_cb_clear.c.
2010-01-15 23:02:07 -08:00
Vinson Lee
668d871d95
st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
2010-01-15 22:55:47 -08:00
Alex Deucher
adcde22952
r600: fill in some missing XRGB tex formats
2010-01-15 23:04:19 -05:00
Alex Deucher
81eed59a2c
r600: set tiling correctly for texturing from depth buffer
2010-01-15 23:04:09 -05:00
Alex Deucher
114ab07aee
r600: fix typo in SQ setup
2010-01-15 23:04:00 -05:00
Vinson Lee
56cd5806e8
st/mesa: Remove unnecessary header from st_cb_fbo.c.
2010-01-15 18:24:12 -08:00
Vinson Lee
a9f6255431
st/mesa: Remove unnecessary headers from st_cb_feedback.c.
2010-01-15 18:20:56 -08:00
Vinson Lee
2d2d890048
st/mesa: Remove unnecessary header from st_cb_program.c.
2010-01-15 16:28:56 -08:00
Vinson Lee
fbda223893
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
2010-01-15 16:27:28 -08:00
Brian Paul
f595e72337
tgsi: fix detection of front-facing attribute
...
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago.
2010-01-15 14:57:58 -07:00
Brian Paul
2c5aa02e20
swrast: add missing call to _swrast_depth_bounds_test()
...
We were calling this from the CI span function, but not the RGBA
span function.
I don't know of a test program for the GL_EXT_depth_bounds_test
extension...
2010-01-15 14:25:33 -07:00
Brian Paul
7385681797
swrast: fix broken _swrast_depth_clamp_span()
...
The integer Z clamping range depends on the number of bits
in the Z buffer because that's the scale factor used when we
transform NDC coords by the viewport/depth range.
Fixes fd.o bug #25972 but only for Z buffers up to a depth
of 30 bits. Beyond that we get into messy integer overflow
issues and things fall apart.
2010-01-15 14:19:25 -07:00
Vinson Lee
79a5a28390
st/mesa: Remove unnecessary header from st_cb_rasterpos.c.
2010-01-14 23:05:42 -08:00
Vinson Lee
9c2ef74a76
st/mesa: Remove unnecessary headers from st_cb_readpixels.c.
2010-01-14 23:03:37 -08:00
Vinson Lee
cde041cd13
st/mesa: Remove unnecessary header from st_cb_strings.c.
2010-01-14 22:30:00 -08:00
Vinson Lee
644572a372
st/mesa: Remove unnecessary headers from st_cb_texture.c.
2010-01-14 22:27:13 -08:00
Vinson Lee
4f8baf7dce
st/mesa: Remove unnecessary headers from st_cb_viewport.c.
2010-01-14 19:00:27 -08:00
Vinson Lee
53c6c38412
st/mesa: Remove unnecessary headers from st_context.c.
2010-01-14 18:53:51 -08:00
Vinson Lee
604e9ec2c4
st/mesa: Remove unnecessary header from st_draw_feedback.c.
2010-01-14 18:46:51 -08:00
Vinson Lee
9e7778d7aa
st/mesa: Remove unnecessary header from st_extensions.c.
2010-01-14 18:34:59 -08:00
Vinson Lee
8a8a27b01a
st/mesa: Remove unnecessary header from st_format.c.
2010-01-14 18:19:39 -08:00
Vinson Lee
eaedc1bb3e
st/mesa: Remove unnecessary headers from st_framebuffer.c.
2010-01-14 18:10:06 -08:00
Vinson Lee
6890b06982
st/mesa: Remove unnecessary headers from st_gen_mipmap.c.
2010-01-14 17:54:47 -08:00
Jakob Bornecrantz
877cadb655
r300g: Build driver by default
...
Do the auto trick that is used for both i915, i965 and svga.
2010-01-14 22:51:25 +00:00
Jakob Bornecrantz
b01ffb12ed
Merge branch 'mesa_7_7_branch'
...
Conflicts:
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/util/Makefile
src/gallium/drivers/r300/r300_state_derived.c
2010-01-14 22:31:04 +00:00
Michal Krol
ffd2848056
gallium: Document drawing commands.
2010-01-14 18:55:52 +01:00
Michal Krol
5184b02b07
Merge branch 'instanced-arrays'
...
Conflicts:
src/gallium/drivers/softpipe/sp_draw_arrays.c
2010-01-14 18:11:41 +01:00
Corbin Simpson
1bc77e9931
r300g: Cleanup from last few commits.
...
Strangely enough, the code solidified pretty quickly.
2010-01-14 09:01:37 -08:00
Łukasz Krotowski
60628c65c9
r300g: Really destroy translated buffer at the end.
...
Note that indexSize is changed by r300_translate_elts(). Also make sure
it's destroyed on errors.
2010-01-14 09:01:37 -08:00
Brian Paul
7fcfb71931
progs/trivial: test user clip plane in tri-point-line-clipped.c
2010-01-14 09:38:47 -07:00
Brian Paul
0a82692154
progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping
...
Note whether the new verts introduced by clipping show up as points
and lines along the edge of the window...
2010-01-14 09:22:30 -07:00
Brian Paul
d6b4655e13
gallium/util: silence warning about array initializers
2010-01-14 09:22:30 -07:00
Chia-I Wu
81430b95d0
egl_g3d: Check if the creation of pipe or st context fails.
...
It should not return an incomplete EGLContext to the users.
2010-01-14 17:29:48 +08:00
Chia-I Wu
6cb89b23ee
st/egl_g3d: Use a sequence number to decide if validation is required.
...
It is not safe to assume that the native surface has not changed since
the last validation by checking the geometry alone. Add a sequence
number to "validate" callback for that purpose. This is inspired by
Luca Barbieri's work.
2010-01-14 17:25:19 +08:00
Vinson Lee
252812bf15
st/mesa: Remove unnecessary header from st_program.c.
2010-01-13 23:28:00 -08:00
Vinson Lee
c109ca9c49
st/mesa: Remove unnecessary header from st_texture.c.
2010-01-13 23:16:05 -08:00
Vinson Lee
6b39e8aeb0
swrast: Remove unnecessary header from s_accum.c.
2010-01-13 23:01:03 -08:00
Vinson Lee
78411881d3
swrast: Remove unnecessary header from s_atifragshader.c.
2010-01-13 22:58:07 -08:00
Vinson Lee
0a70868131
swrast: Remove unnecessary header from s_bitmap.c.
2010-01-13 22:45:54 -08:00
Vinson Lee
886cffb44e
swrast: Remove unnecessary headers from s_copypix.c.
2010-01-13 22:43:16 -08:00