Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-01 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. r600_shader.c: In function 'tgsi_split_literal_constant': r600_shader.c:818: warning: unused variable 'index' | |||
2010-10-01 | r600g: indentation fixes | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-10-01 | r600g: setup basic loop consts on r600 + evergreen. | Dave Airlie | |
this sets up a single loop constant like r600c does. | |||
2010-10-01 | r600g: only set the Z export if shader exports it. | Dave Airlie | |
2010-10-01 | r600g: fix evergreen draw-buffers | Dave Airlie | |
just a typo in the register headers. | |||
2010-10-01 | r600g: add cb flushing for extra buffers + depth buffer on r600/evergreen | Dave Airlie | |
2010-10-01 | r600g: fixup vertex format picking. | Dave Airlie | |
there are some vertex formats defined in r600c not in the docs. | |||
2010-10-01 | r600g: add assembler support for other vtx fetch fields. | Dave Airlie | |
this shouldn't change behaviour, just push the choice of what to do out to the shader. | |||
2010-10-01 | r600g: realign evergreen code with r600 code. | Dave Airlie | |
fixes segfault in depth-tex-modes-glsl and OA startup. | |||
2010-10-01 | r600g: add reloc for evergreen color attrib | Dave Airlie | |
we'll need this for color tiling on evergreen. | |||
2010-10-01 | r600g: drop depth quirk on evergreen | Dave Airlie | |
none of the EG cards need the quirk. | |||
2010-10-01 | r600g: add winsys support for CTL constants. | Dave Airlie | |
These need to be emitted, we also need them to do proper vtx start, instead of abusing index offset. | |||
2010-10-01 | r600g: fix evergreen depth flushing. | Dave Airlie | |
although evergreen can apparantly sample direct from 24-bit, just make it work with the current method for now. | |||
2010-09-30 | r600g: fix constant & literal src splitting, also fix mplayer gl2 shader | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-30 | r600g: use constant buffer instead of register for constant | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-30 | r600g: return string for chip family | Dave Airlie | |
use same strings as r600c. | |||
2010-09-30 | r600g: clean up some code from move to new paths. | Dave Airlie | |
mainly remove 2 suffix from function names | |||
2010-09-30 | r600g: add L8A8 unorm. | Dave Airlie | |
fixes texEnv warnings. | |||
2010-09-30 | r600g: port r300g fix for X* formats in texformat code | Dave Airlie | |
2010-09-29 | r600g: more cleanup | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
Fixes SCons build. | |||
2010-09-29 | r600g: cleanup | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
This is a follow-up to commit 9c284b5cae916a083d17d1039d2f2da128b47882. Fixes SCons build. | |||
2010-09-29 | r600g: delete old path | Jerome Glisse | |
Lot of clean can now happen. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-29 | r600g: use a hash table instead of group | Jerome Glisse | |
Instead of creating group of register use a hash table to lookup into which block each register belongs. This simplify code a bit. Signed-off-by: Jerome Glisse <jglisse@redhat.com | |||
2010-09-29 | Revert "r600g: add initial vertex translate support." | Dave Airlie | |
This reverts commit 914b669b082258fc05d0fec047b69949d88585c4. I didn't mean to commit this yet, will redo in new state system once we clean it up. | |||
2010-09-29 | r600g: remove old assert from new codepath | Dave Airlie | |
this fixes draw-elements-base-vertex | |||
2010-09-29 | r600g: add initial vertex translate support. | Dave Airlie | |
2010-09-29 | r600g: add evergreen texture border support to new path | Dave Airlie | |
2010-09-29 | r600g: add back evergreen name. | Dave Airlie | |
2010-09-28 | r600g: Cleaned up index buffer reference handling in the draw module. | Tilman Sauerbeck | |
This fixes a buffer leak. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-28 | r600g: avoid rebuilding the vertex shader if no change to input format | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: suspend/resume occlusion query around clear/copy | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: fix remaining piglit issue in new design | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: use ptr for blit depth uncompress function | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-28 | r600g: on evergreen the centroid isn't set in this register. | Dave Airlie | |
2010-09-28 | r600g: fix db flush breaking config state | Dave Airlie | |
2010-09-27 | r600g: fix routing btw vertex & pixel shader | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-27 | r600g: fix pointsprite & resource unbinding | Jerome Glisse | |
When asking to bind NULL resource assume it's unbinding so free resource and unreference assoicated buffer. Also fix pointsprite parameter. Fix glsl-fs-pointcoord & fp-fragment-position Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-27 | r600g: build packet header once | Jerome Glisse | |
Build packet header once and allow to add fake register support so we can handle things like indexed set of register (evergreen sampler border registers for instance. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-27 | r600g: fix index buffer drawing | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-27 | r600g: Fixed two texture surface leaks in r600_blit_uncompress_depth(). | Tilman Sauerbeck | |
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-27 | r600g: add evergreen texture resource properly. | Dave Airlie | |
adding sampler border looks impossible with current design, another day, another corner case not worked out. | |||
2010-09-26 | r600g: Silence uninitialized variable warnings. | Vinson Lee | |
Fixes these GCC warnings. r600_shader.c: In function 'tgsi_tex': r600_shader.c:1611: warning: 'src2_chan' may be used uninitialized in this function r600_shader.c:1611: warning: 'src_chan' may be used uninitialized in this function | |||
2010-09-26 | r600g: use depth decompression in new path | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-26 | r600g: move around variables to share depth uncompression code | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-26 | r600g: set ENABLE_KILL on evergreen too | Bas Nieuwenhuizen | |
2010-09-26 | r600g: set ENABLE_KILL in the shader state in the new design | Bas Nieuwenhuizen | |
2010-09-26 | r600g: disable early cull optimization when occlusion query running | Jerome Glisse | |
When occlusion query are running we want to have accurate fragment count thus disable any early culling optimization GPU has. Based on work from Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-25 | r600g: Disable unused variables. | Vinson Lee | |
The variables are used only in currently disabled code. Fixes this GCC warning. r600_context.c: In function 'r600_flush': r600_context.c:76: warning: unused variable 'dname' r600_context.c:75: warning: unused variable 'dc' |