Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't look at nouveau_winsys_pipe.h... I promise it's temporary!
|
|
|
|
|
|
|
|
|
|
|
|
this change disassociates, at least from the driver perspective,
the surface from buffer. surfaces are technically now views on the
textures so make it so by hiding the buffer in the internals of
textures.
|
|
|
|
|
|
|
|
|
|
This fixes r500 hangs.
|
|
Somehow I forgot to commit these.
|
|
|
|
|
|
Not quite working yet; glxinfo complains about glXChooseVisual being undefined.
|
|
|
|
|
|
Conflicts:
src/gallium/state_trackers/wgl/shared/stw_public.h
|
|
Plus the ICD entrypoints.
|
|
|
|
Fix a couple struct members, clear up a few texture lines.
|
|
|
|
|
|
|
|
If set, AMD_SOFTPIPE will make amd switch to softpipe.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
|
|
|
|
|
|
|
|
|
|
How could I possibly miss these?
|
|
Working towards r500-ability.
|
|
|
|
Seeing a pattern yet?
|
|
Slow and steady wins the race. Or something like that.
|
|
|
|
Also add at least one missing register to r300_reg.
|