Vinson Lee
c4ad036ce1
mesa: Remove unnecessary headers from buffers.c.
2010-01-18 22:17:03 -08:00
Vinson Lee
7366d8e7d2
mesa: Remove unnecessary header from convolve.c.
2010-01-18 21:56:58 -08:00
Vinson Lee
08063ba449
mesa: Fix typo of 'unknown' in debug.c.
2010-01-18 21:41:31 -08:00
Vinson Lee
b36b85f9d0
mesa: Remove unnecessary headers from debug.c.
2010-01-18 21:37:18 -08:00
Vinson Lee
6deb8c9831
mesa: Remove unnecessary header from depthstencil.c.
2010-01-18 21:34:25 -08:00
Vinson Lee
2660511ea9
mesa: Remove unnecessary headers from dlist.c.
2010-01-18 21:31:02 -08:00
Vinson Lee
7395ab042a
mesa: Remove unnecessary header from drawpix.c.
2010-01-18 21:22:47 -08:00
Vinson Lee
0b3109aa05
mesa: Remove unnecessary header from enable.c.
2010-01-18 21:17:45 -08:00
Vinson Lee
536e3c9168
mesa: Remove unnecessary headers from fbobject.c.
2010-01-18 21:14:04 -08:00
Vinson Lee
b6dce54214
mesa: Remove unnecessary header from formats.c.
2010-01-18 21:07:53 -08:00
Vinson Lee
2cbc3e0a20
mesa: Remove unnecessary header from image.c.
2010-01-18 21:02:19 -08:00
José Fonseca
65fa11959f
softpipe: Skip depth testing for PIPE_S8_UNORM.
2010-01-18 20:34:19 -08:00
José Fonseca
8fb92e96e9
mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.
2010-01-18 20:34:19 -08:00
José Fonseca
bcadde2068
pipebuffer: Ensure buffer size/alignment is not zero.
2010-01-18 20:34:19 -08:00
José Fonseca
dc298559c6
svga: Ensure buffer size/alignment is not zero.
2010-01-18 20:34:19 -08:00
Vinson Lee
ebd1075598
mesa: Remove unnecessary headers from lines.c.
2010-01-18 19:32:51 -08:00
Vinson Lee
d0125e3c29
mesa: Remove unnecessary header from mipmap.c.
2010-01-18 19:23:47 -08:00
Vinson Lee
ed5a116eb4
mesa: Remove unnecessary header from pixel.c.
2010-01-18 19:20:56 -08:00
Vinson Lee
2f83948370
mesa: Remove unnecessary headers from pixelstore.c.
2010-01-18 19:14:23 -08:00
Vinson Lee
419ae5a483
mesa: Remove unnecessary header from points.c.
2010-01-18 19:10:05 -08:00
Vinson Lee
80ea879cfa
mesa: Remove unnecessary header from polygon.c.
2010-01-18 19:03:54 -08:00
Alex Deucher
f6d529083f
r60: Add relocs for CB_TILE/FRAG
...
as per 46dc6fd3ed
2010-01-18 22:00:05 -05:00
Vinson Lee
6603550353
mesa: Remove unnecessary header from state.c.
2010-01-18 18:54:54 -08:00
Vinson Lee
ec29ba12a6
mesa: Remove unnecessary headers from texcompress.c.
2010-01-18 18:52:24 -08:00
Vinson Lee
f8db32acbd
st/dri: Add comment for intentional fallthrough in case statement.
2010-01-18 18:14:03 -08:00
Corbin Simpson
09f69b1e5d
docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC.
2010-01-18 18:06:55 -08:00
Corbin Simpson
f90733c116
docs: Use proper XOR symbol.
2010-01-18 18:06:55 -08:00
Alex Deucher
daccc962a1
r100: add blit support
...
Only enabled with KMS.
2010-01-18 20:56:58 -05:00
Alex Deucher
1ced546577
r200: add blit support
...
Only enabled with KMS.
2010-01-18 20:56:58 -05:00
Corbin Simpson
047719182f
docs: Spacing in TGSI formulae.
...
Some of those still look atrocious. :T
2010-01-18 17:31:56 -08:00
Corbin Simpson
28fd246634
docs: Grammar and refs in Rasterizer.
2010-01-18 17:17:09 -08:00
Corbin Simpson
2598f00078
docs: Cleanup Rasterizer a bit.
...
I'm getting better at this, I think.
2010-01-18 17:12:13 -08:00
Corbin Simpson
2b4ad02321
docs: Fix terms and refs.
...
I fail at Sphinx-style ReST.
2010-01-18 16:40:39 -08:00
Corbin Simpson
4f52dfeda2
docs: Slowly keep fleshing out more info.
2010-01-18 15:30:28 -08:00
Corbin Simpson
9811ebf61f
docs: PIPE_TEXTURE_USAGE info.
...
From IRC with Jakob.
2010-01-18 15:30:28 -08:00
Eric Anholt
0714474ae2
i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads.
...
The codepaths in the function were almost entirely different.
2010-01-18 13:52:47 -08:00
Eric Anholt
c653f5f387
i965: Only set up the stack register if it's going to get used.
2010-01-18 13:52:47 -08:00
Eric Anholt
d5b964234c
i965: Fix loads of non-relative-addr constants after a reladdr load.
...
Fixes piglit vp-arl-constant-array-huge-overwritten.
2010-01-18 13:52:47 -08:00
Christoph Bumiller
c6559b7e01
nv50: fix constant vtxattr methods
...
This function was untested, sorry.
2010-01-18 21:40:30 +01:00
Christoph Bumiller
0d6e3dd84d
nv50: make instanced drawing work with edge flags
...
And fix some obvious mistakes introduced in the
previous instancing commit.
2010-01-18 19:53:29 +01:00
Christoph Bumiller
e74db4f20f
nv50: cannot exit shaders on a control flow instruction
...
Fixes lockup triggered by this ingenious shader:
1: CALL :3
2: END
3: BGNSUB ...
2010-01-18 19:53:29 +01:00
Marcin Slusarz
9fb9c9f9ca
nv50: fix nv50_program->immd memory leak
2010-01-18 19:53:29 +01:00
Brian Paul
28576c9ac5
st/mesa: change instruction count assertion to > 0
...
Shaders should at least have an END instruction.
2010-01-18 11:26:57 -07:00
Michal Krol
7472cd0f1f
tgsi: Fix behaviour of dimension index.
...
The dimension index always addresses the second-dimension axis.
2010-01-18 19:13:49 +01:00
Michal Krol
463351ea6c
tgsi: Allow TEMPORARY registers as indirect address into source operands.
2010-01-18 19:13:45 +01:00
Michal Krol
4698a865e0
tgsi: Add ureg_DECL_immediate_block_uint().
...
Allows declaring a contiguous block of immediates. Useful for
relative indexing.
2010-01-18 19:13:42 +01:00
Brian Paul
4c041fac96
glsl: remove __inline directive
...
It makes no difference with gcc -O3, for example.
2010-01-18 11:06:57 -07:00
Marcin Slusarz
e978b24c87
st/dri: fix optionCache memory leaks
...
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-01-18 10:48:06 -07:00
Marcin Slusarz
23ae318200
glxgears: unbind current context before "destroying" it
...
glXDestroyContext does not destroy the context if it's still
connected to some window. Unbind context from window to test it.
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-01-18 10:44:53 -07:00
Brian Paul
0766780a98
st/mesa: updated comments and whitespace
2010-01-18 10:43:33 -07:00