Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | rbug: fix breakage due to interface changes | Roland Scheidegger | |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger | |
Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c | |||
2010-05-21 | nouveau/nvfx: Fill more PIPE_CAP_MAX_ values | Patrice Mandin | |
Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
2010-05-21 | cell: assorted compilation fixes | Brian Paul | |
2010-05-21 | cell: fix breakage from earlier draw module changes | Brian Paul | |
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell | |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell | |
2010-05-20 | nv50: fixed other void pointer arithmetic errors | Xavier Chantry | |
2010-05-20 | nv50: fix too long shader uploads by splitting them | Xavier Chantry | |
2010-05-20 | nv50: fill in shader limits | Christoph Bumiller | |
2010-05-20 | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | |
2010-05-20 | llvmpipe: use util_dump_logicop() | Brian Paul | |
2010-05-20 | llvmpipe: put variant print/debug code into separate function | Brian Paul | |
2010-05-19 | nv50: fix typo: s/_/./ | Brian Paul | |
2010-05-19 | i915g: remove unused flip parameter | Roland Scheidegger | |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | |
prevents segfault when state trackers try to set default mask. Other option would be to make this required only for drivers supporting multisampling, but this seems more clean. Only dummy implementations (for normal drivers) provided (no driver supports multisampling yet neither). | |||
2010-05-17 | svga: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally just to be able to use the existing code might cause unnecessary copies afaict. | |||
2010-05-17 | r300g: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally for the u_blitter code seems nonoptimal. | |||
2010-05-17 | nouveau: adapt to interface changes | Roland Scheidegger | |
this probably needs further cleanup (just getting a surface for the resource seems quite nonoptimal and potentially cause unnecessary copies I think) | |||
2010-05-17 | fo: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | identity: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | trace: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i965g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i915g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | softpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | llvmpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | cell: adapt to interface changes | Roland Scheidegger | |
not even compile tested but fairly trivial | |||
2010-05-17 | llvmpipe: fix front/back tri culling mix-up | Brian Paul | |
2010-05-14 | softpipe: restore culling code | Keith Whitwell | |
2010-05-14 | gallium: more work on ccw flag removal | Keith Whitwell | |
The linux-debug target builds... | |||
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | |
Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer. | |||
2010-05-14 | r300g: fix for piglit/fp-indirections2 | Marek Olšák | |
2010-05-13 | llvmpipe: silence casting warnings | Brian Paul | |
2010-05-13 | llvmpipe: silence cast warnings in test programs | Brian Paul | |
2010-05-13 | r300g: fix texture transfers | Marek Olšák | |
The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082. | |||
2010-05-13 | llvmpipe: Update instructions for MSVC builds. | José Fonseca | |
2010-05-13 | trace: Add missing header. | Vinson Lee | |
Fixes GCC implicit function declaration warning. | |||
2010-05-13 | trace: Remove unnecessary headers. | Vinson Lee | |
2010-05-13 | r300g: re-order caps | Marek Olšák | |
2010-05-13 | r300g: fill out the shader limits | Marek Olšák | |
2010-05-12 | trace: Update README | Jakob Bornecrantz | |
2010-05-12 | rbug: Update and add READMEs | Jakob Bornecrantz | |
2010-05-12 | llvmpipe: Dump fs key's stencil state. | José Fonseca | |
2010-05-12 | llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt. | José Fonseca | |
Otherwise things start crashing. | |||
2010-05-12 | rbug: Add to all targets that link against trace | Jakob Bornecrantz | |
Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress. | |||
2010-05-12 | trace: Remove rbug from trace | Jakob Bornecrantz | |
2010-05-12 | rbug: Use container of macro | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix draw blocking | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix sampler views and surfaces in context info | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix shaders | Jakob Bornecrantz | |