Age | Commit message (Expand) | Author |
2010-09-17 | r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED. | Tilman Sauerbeck |
2010-09-17 | r600g: Only set PA_SC_EDGERULE on rv770 and greater. | Tilman Sauerbeck |
2010-09-17 | r600g: Added DB_SHADER_CONTROL defines. | Tilman Sauerbeck |
2010-09-17 | r600g: Formatting fixes. | Tilman Sauerbeck |
2010-09-18 | r600g: oops got the use_mem_constant the wrong way around. | Dave Airlie |
2010-09-17 | r600g: use calloc for ctx bo allocations | Dave Airlie |
2010-09-17 | r600g: fixup map flushing. | Dave Airlie |
2010-09-17 | r600g: add upload manager support. | Dave Airlie |
2010-09-17 | r600g: add winsys bo caching. | Dave Airlie |
2010-09-17 | r600g: add support for kernel bo | Dave Airlie |
2010-09-17 | r600g: use malloc bufmgr for constant buffers | Dave Airlie |
2010-09-17 | r600g: move constant buffer creation behind winsys abstraction. | Dave Airlie |
2010-09-17 | libgl-xlib: Remove unused st_api_create_OpenGL. | Chia-I Wu |
2010-09-17 | targets/egl: Use C++ compiler to link GL/ES state trackers. | Chia-I Wu |
2010-09-16 | tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0 | Brian Paul |
2010-09-17 | r600g: attempt to abstract kernel bos from pipe driver. | Dave Airlie |
2010-09-17 | r600g: hide radeon_ctx inside winsys. | Dave Airlie |
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 |
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 |
2010-09-16 | r300g/swtcl: fix CS overrun | Marek Olšák |
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 |
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 |
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 |
2010-09-16 | r600g: Fixed a bo leak in r600_blit_state_ps_shader(). | Tilman Sauerbeck |
2010-09-16 | st/xlib: Notify the context when the front/back buffers are swapped. | Chia-I Wu |
2010-09-16 | r600g: fix texture bos and avoid doing depth blit on evergreen | Dave Airlie |
2010-09-16 | r600g: fixup texture state on evergreen. | Dave Airlie |
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 |
2010-09-16 | r600g: pull r600_draw struct out into header | Dave Airlie |
2010-09-15 | gallivm: expand AoS sampling to cover all filtering modes | Brian Paul |
2010-09-15 | tgsi: fix incorrect usage_mask for shadow tex instructions | Brian Paul |
2010-09-15 | nv50: use unsigned int for bitfields to silence warnings | Brian Paul |