Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-17 | r600g: hide radeon_ctx inside winsys. | Dave Airlie | |
no need for this info to be exported to pipe driver. | |||
2010-09-16 | gallivm: Remove unnecessary header. | Vinson Lee | |
2010-09-16 | gallivm: fix wrong return value in bitwise functions | Brian Paul | |
2010-09-16 | gallivm: Clamp indirect register indices to file_max. | José Fonseca | |
Prevents crashes with bogus data, or bad shader translation. | |||
2010-09-16 | gallivm: Start collecting bitwise arithmetic helpers in a new module. | José Fonseca | |
2010-09-16 | gallivm: Fix address register swizzle. | José Fonseca | |
We're actually doing a double swizzling: indirect_reg->Swizzle[indirect_reg->SwizzleX] instead of simply indirect_reg->SwizzleX | |||
2010-09-16 | r300g/swtcl: fix CS overrun | Marek Olšák | |
https://bugs.freedesktop.org/show_bug.cgi?id=29901 | |||
2010-09-16 | llvmpipe: add DEBUG_FS to dump variant information | Keith Whitwell | |
2010-09-16 | llvmpipe: add LP_PERF flag to disable various aspects of rasterization | Keith Whitwell | |
Allows disabling various operations (mainly texture-related, but will grow) to try & identify bottlenecks. Unlike LP_DEBUG, this is active even in release builds - which is necessary for performance investigation. | |||
2010-09-16 | gallivm: make lp_build_sample_nop public | Keith Whitwell | |
2010-09-16 | gallivm: move i32_vec_type inside the #ifdef | Brian Paul | |
2010-09-16 | gallivm: fix incorrect vector shuffle datatype | Brian Paul | |
The permutation vector must always be a vector of int32 values. | |||
2010-09-16 | nv50: get shader fixups/relocations into working state | Christoph Bumiller | |
2010-09-16 | nv50: don't segfault on shaders with 0 instructions | Christoph Bumiller | |
2010-09-16 | r600g: Use clamped math for RCP and RSQ. | Tilman Sauerbeck | |
This is likely only correct for OpenGL and not other state trackers. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-16 | r600g: Fixed a bo leak in r600_blit_state_ps_shader(). | Tilman Sauerbeck | |
We would leak the newly created bo if it cannot be mapped. Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de> | |||
2010-09-16 | st/xlib: Notify the context when the front/back buffers are swapped. | Chia-I Wu | |
The current context should be notified when the the front/back buffers of the current drawable are swapped. The notification was skipped when xmesa_strict_invalidate is false (the default). This fixes fdo bug #29774. | |||
2010-09-16 | r600g: fix texture bos and avoid doing depth blit on evergreen | Dave Airlie | |
since the depth blit code is hardcoded hex yay \o/ | |||
2010-09-16 | r600g: fixup texture state on evergreen. | Dave Airlie | |
This whole set of state just seems wrong, another cut-n-paste nightmare. | |||
2010-09-15 | nv50: Fix 'control reaches end of non-void function' warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warnings. | Vinson Lee | |
2010-09-15 | draw: Remove unnecessary header. | Vinson Lee | |
2010-09-15 | gallivm: Remove unnecessary headers. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Remove unnecessary headers. | Vinson Lee | |
2010-09-15 | nv50: Update files in SConscript to match Makefile. | Vinson Lee | |
2010-09-16 | r600g: add vgt dma src defines | Dave Airlie | |
2010-09-16 | r600g: use index min/max + index buffer offset. | Dave Airlie | |
more prep work for fixing up buffer handling | |||
2010-09-16 | r600g: pull r600_draw struct out into header | Dave Airlie | |
we need this for future buffer rework, it also makes the vtbl easier | |||
2010-09-15 | gallivm: expand AoS sampling to cover all filtering modes | Brian Paul | |
...and all texture targets (1D/2D/3D/CUBE). | |||
2010-09-15 | tgsi: fix incorrect usage_mask for shadow tex instructions | Brian Paul | |
The shadow versions of the texture targets use an extra component (Z) to express distance from light source to the fragment. Fixes the shadowtex demo with llvmpipe. | |||
2010-09-15 | nv50: use unsigned int for bitfields to silence warnings | Brian Paul | |
2010-09-15 | llvmpipe: s/boolean/unsigned/ in bitfield to silence warning | Brian Paul | |
Using non-int types for bitfields is a gcc extension. The size of the struct is not effected by this change. | |||
2010-09-15 | llvmpipe: cast to silence warning | Brian Paul | |
2010-09-15 | r600g: misc cleanup | John Doe | |
Avoid using r600_screen structure to get ptr to radeon winsys structure. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-15 | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | |
Conflicts: src/gallium/drivers/nouveau/nouveau_class.h src/gallium/drivers/nv50/nv50_screen.c | |||
2010-09-15 | llvmpipe: return zero from floor_pot(zero) | Keith Whitwell | |
2010-09-15 | nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT | Christoph Bumiller | |
2010-09-15 | nv50: improve and fix modifier folding optimization | Christoph Bumiller | |
Execute before folding loads, because we don't check if it's legal in lower_mods. Ensure that a value's insn pointer is updated when transferring it to a different instruction. | |||
2010-09-15 | nv50: consider address register in reload elimination | Christoph Bumiller | |
2010-09-15 | llvmpipe: remove duplicate code | Keith Whitwell | |
Bad rebase presumably. | |||
2010-09-15 | llvmpipe: brackets around macro arg | Keith Whitwell | |
2010-09-15 | r600g: Silence unused variable warning. | Vinson Lee | |
The code that uses dname is currently ifdef'ed out. | |||
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nvfx: Silence uninitialized variable warnings. | Vinson Lee | |
2010-09-15 | r600g: Silence uninitialized variable warning. | Vinson Lee | |