Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | r300/compiler: enable branch emulation for vertex shaders | Marek Olšák | |
2010-04-19 | r300/compiler: optimize CMP for vertex shaders a bit | Marek Olšák | |
2010-04-19 | r300/compiler: Use memory_pool_array_reserve in deadcode elimination | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-19 | r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emit | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-19 | r300/compiler: enable branch emulation for R500 fragment programs | Marek Olšák | |
2010-04-19 | r300/compiler: Implement branch emulation for R300 fragment programs | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2010-04-17 | i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE. | Vinson Lee | |
2010-04-17 | r300/compiler: Remove unnecessary header. | Vinson Lee | |
2010-04-16 | r300/compiler: Add radeon_program_tex.c to SCons build. | Vinson Lee | |
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5. | |||
2010-04-17 | r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT textures | Marek Olšák | |
2010-04-17 | r300/compiler: replace mirrored-repeat emulation with a faster version | Marek Olšák | |
Also, the Negate bitfield was 1 instead of RC_MASK_XYZ in the previous version, causing incorrect rendering. | |||
2010-04-17 | r300/compiler: add handy definitions for XYZ0 and smeared half swizzling | Marek Olšák | |
2010-04-16 | r300/compiler: make ARB_shadow_ambient optional | Marek Olšák | |
This saves constant register space for r300g, which doesn't need this feature. | |||
2010-04-16 | r300/compiler: restore r500-specific bits of TEX transformations | Marek Olšák | |
2010-04-16 | savage: call _mesa_meta_init/free() | Tormod Volden | |
Fixes crash when using _mesa_CopyTexImage2D. Bug #27652. Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-16 | r300/compiler: Fix texture instruction readmasks. | Corbin Simpson | |
No immediate benefit, it was just bugging me. | |||
2010-04-16 | r300/compiler: Fix magic numbers in readmasks. | Corbin Simpson | |
2010-04-16 | r300/compiler: Oops, this slipped through. | Corbin Simpson | |
2010-04-16 | r300/compiler: Save Q for mirror and repeat. | Corbin Simpson | |
2010-04-16 | r300/compiler: Split off texture fixes to their own file. | Corbin Simpson | |
Yes, I'm fully aware this generates subpar code on r500. | |||
2010-04-16 | drisw: Move pointer dereferences to after NULL checks. | Vinson Lee | |
2010-04-16 | r300/compiler: fix repeat wrap mode for TXP and NPOTs | Marek Olšák | |
No idea why st/mesa unnecessarily inserts TXP where TEX is sufficient. Also re-enabling the NPOT fallback for repeat in r300g. | |||
2010-04-15 | r300/compiler: kill off RC_WRAP_CLAMP | Marek Olšák | |
A variant thereof might be later reintroduced for the mirrored-clamp modes. | |||
2010-04-13 | i915: Fix comments about cube layouts | Jakob Bornecrantz | |
2010-04-12 | r300/compiler: Hax around instructions limits in mirroring code. | Corbin Simpson | |
Stuff's starting to show up in arbnpot. | |||
2010-04-12 | r300/compiler: Comment code, add much better mirror maths. | Corbin Simpson | |
2010-04-11 | r300/compiler: Implement texcoord repeat and mirror for NPOT. | Corbin Simpson | |
2010-04-11 | r300/compiler: Add NPOT compatibility fields to external state. | Corbin Simpson | |
Completely unused for now. | |||
2010-04-11 | Fix build with --enable-32-bit. | Török Edwin | |
CFLAGS needs to be passed, as you already know. Commit 3e17a5b047124c46ee45dbd1848127c67e0d62f3 broke this by adding a new link command without CFLAGS. Signed-off-by: Török Edwin <edwintorok@gmail.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2010-04-11 | Revert "dri/drivers: fix 32bit builds on 64bit systems" | Dan Nicholson | |
This reverts commit bd09fce27119548cb91cc2aa9ced6a7347aefc3a. Török Edwin sent the correct fix to the list a couple days ago in <1270832747-15611-1-git-send-email-edwintorok@gmail.com>. | |||
2010-04-11 | dri/drivers: fix 32bit builds on 64bit systems | Maciej Cencora | |
2010-04-11 | Merge commit 'origin/7.8' | Maciej Cencora | |
2010-04-11 | r300: respect radeon common code fallbacks | Maciej Cencora | |
Fixes progs/demos/shadowtex under KMS | |||
2010-04-11 | r300: set proper vertex index limits also in non indexed mode | Maciej Cencora | |
Fixes #27521, broken menus in UT2004 and broken water refraction in Sauerbraten. | |||
2010-04-10 | i965: Remove unnecessary header. | Vinson Lee | |
2010-04-10 | r300: Remove unnecessary header. | Vinson Lee | |
2010-04-10 | mach64: Remove unnecessary header. | Vinson Lee | |
2010-04-10 | radeon: Remove unnecessary header. | Vinson Lee | |
2010-04-10 | r300/compiler: Remove unused variable. | Vinson Lee | |
2010-04-09 | r600: add new r7xx pci ids | Alex Deucher | |
2010-04-09 | nouveau: Import latest nouveau_class.h from renouveau | Ben Skeggs | |
And fix nv50_screen.c to compile against the updated header. | |||
2010-04-08 | intel: Call intel_prepare_render() in intelClear() | Li Peng | |
Make sure we have up to date buffers before we start looking at the tiling bits to determine how to clear. | |||
2010-04-08 | intel: Call intel_prepare_render() in intelClear() | Li Peng | |
Make sure we have up to date buffers before we start looking at the tiling bits to determine how to clear. | |||
2010-04-07 | r300: Initialize compiler.max_temp_regs for blits. | Michel Dänzer | |
Blits were broken since commit e41a64591bf1a74465bf0adc7d35c991c4cfb4fe ('r300/compiler: make the max number of fragment shader temporaries adjustable'). | |||
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu | |
2010-04-05 | r300/compiler: make the max number of fragment shader temporaries adjustable | Marek Olšák | |
2010-04-03 | r300 compiler: add target output debugging. | Dave Airlie | |
print the output target in the FP debug. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-03-30 | intel: Bump intel driver date to later than the date on the 7.8 branch | Ian Romanick | |
2010-03-30 | dri: Drop another unused __DRIscreen field | Kristian Høgsberg | |
2010-03-30 | dri: Drop the unused dummyContext | Kristian Høgsberg | |