summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul
2009-12-02llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01lp: Update for renamed sampler/texture state setters.Michal Krol
2009-11-27r300g,llvmpipe: fix some more merge problemsRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-26llvmpipe: Fake missing SSSE3 when simulation less capabable machines.José Fonseca
2009-11-26llvmpipe: Update/correct CPU requirements.José Fonseca
2009-11-24llvmpipe: Update instructions.José Fonseca
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24llvmpipe: Use assert instead of abort. Only verify functions on debug builds.José Fonseca
2009-11-24llvmpipe: Fix memory leak.José Fonseca
2009-11-24llvmpipe: Use the generic conversion routine for depths.José Fonseca
2009-11-24llvmpipe: Be more conservative with the supported formats.José Fonseca
2009-11-24llvmpipe: Fix typo in comparison operator.José Fonseca
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell
2009-11-10llvmpipe: Fix derived blend color state.José Fonseca
2009-11-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca
2009-11-06llvmpipe: Fix build with llvm 2.6.José Fonseca
2009-11-03llvmpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell
2009-11-03llvmpipe: Respect gl_rasterization_rules in primitive setup.José Fonseca
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca
2009-10-28llvmpipe: Implement round() for MSVC.José Fonseca
2009-10-25llvmpipe: Human friendlier sampler state dump.José Fonseca
2009-10-25llvmpipe: Dump the sampler state of the shader key.José Fonseca
2009-10-25llvmpipe: Immediate multiplication.José Fonseca
2009-10-25llvmpipe: Fast path for sampling rgba8 textures with linear filtering.José Fonseca
2009-10-25llvmpipe: Make lerping work for 8.8 fixed point values.José Fonseca
2009-10-25llvmpipe: New module to help make assertions about formats.José Fonseca
2009-10-25llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.José Fonseca
2009-10-25llvmpipe: Split the format swizzling step from the unpacking.José Fonseca
2009-10-25llvmpipe: Allow different signs when unpacking.José Fonseca
2009-10-25llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...José Fonseca
2009-10-25llvmpipe: Merge lp_build_load_rgba_soa into lp_build_sample_texel.José Fonseca
2009-10-25llvmpipe: Factor our pixel offset computation.José Fonseca
2009-10-25llvmpipe: Share testing infrastructure with lp_test_format.José Fonseca
2009-10-25llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca
2009-10-25llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca
2009-10-25llvmpipe: Move a few format/sampling functions into better space.José Fonseca
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-22llvmpipe: Avoid yet another variable size array.José Fonseca
2009-10-22llvmpipe: Define rdtsc for MSVC.José Fonseca