Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | util: Set cpu endianness too. | José Fonseca | |
2009-10-22 | Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa | Alex Deucher | |
2009-10-22 | llvmpipe: fix the worst of the depth regressions since switch to 4x4 | Keith Whitwell | |
2009-10-22 | st/xorg: cleanup the checks for whether the op is accelerated | Zack Rusin | |
2009-10-22 | Merge branch 'mesa_7_6_branch' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa | |||
2009-10-22 | st/xorg: lots of render fixes | Zack Rusin | |
fixes all the blend modes, fixes flushing/finishing semantics, adds acceleration for the component alpha modes that we can support, fixes src in mask shader and general cleanups | |||
2009-10-22 | nv50: support 3D class 0x8597, remove redundant unknown chipset detection | Ben Skeggs | |
2009-10-22 | r300g: Check for NULL Draw during flush. | Corbin Simpson | |
Split from the fastpath WIP. | |||
2009-10-21 | r300g: Update comments, function names in r300_state_inlines. | Corbin Simpson | |
2009-10-21 | r300g: Update comments, asserts, indents in r300_texture. | Corbin Simpson | |
I wish I knew enough about textures to really really REALLY fix that file. | |||
2009-10-21 | r300g: Remove unused debug flag. | Corbin Simpson | |
2009-10-21 | r300g: Cleanup old static shader state. | Corbin Simpson | |
2009-10-21 | gallium/util: fix cpu detection on ppc | Marc Dietrich | |
As we are compiling with -D_BSD_SOURCE, sigjmp_buf and siglongjmp should be replaced by the non-sig functions (see man 3 setjmp). Tested on linux/cell. | |||
2009-10-21 | nouveau: nv30: Do not use assert to return NULL | Patrice Mandin | |
2009-10-21 | nouveau: nv30: check number of colour buffers to bind | Patrice Mandin | |
2009-10-21 | llvmpipe: Remove extraneous name in lp_type pre-declaration. | José Fonseca | |
2009-10-21 | llvmpipe: remove one of two definitions of TILESIZE | Keith Whitwell | |
2009-10-21 | r300g: No debug in r300_state. | Corbin Simpson | |
2009-10-21 | r300g: Cleanup header includes. | Corbin Simpson | |
2009-10-21 | r300g: Don't use getenv; use debug_get_*_option instead. | Corbin Simpson | |
2009-10-21 | r300g: Don't use the hashtable internally. | Corbin Simpson | |
As osiris pointed out, glxgears slowly gets slower for some reason when it's enabled, and it's not helping at the moment, so just turn it off. | |||
2009-10-21 | r300g: Examine vertex attribute type on HW TCL too. | Corbin Simpson | |
2009-10-21 | r300g: Also kill r300_shader_inlines with fire. | Corbin Simpson | |
2009-10-21 | r300g: Kill r300_surface with fire. | Corbin Simpson | |
If you really want to see it again, check the history. | |||
2009-10-21 | llvmpipe: remove dead code | Keith Whitwell | |
2009-10-20 | cell: fix compilation on cell | Marc Dietrich | |
s/LERP/LRP/ | |||
2009-10-20 | st/xorg: Move drm init to own function | Jakob Bornecrantz | |
2009-10-20 | trace: Check for destroy before calling it | Jakob Bornecrantz | |
2009-10-20 | st/xorg: Cleanly shutdown | Jakob Bornecrantz | |
2009-10-20 | llvmpipe: minor opts to setup_tri | Keith Whitwell | |
2009-10-20 | llvmpipe: move block list into rast struct | Keith Whitwell | |
2009-10-20 | llvmpipe: build list of 4x4 blocks to be shaded | Keith Whitwell | |
2009-10-20 | llvmpipe: recursive rasterization within a tile | Keith Whitwell | |
2009-10-20 | llvmpipe: pass mask as a linear encoding of the 4x4 block | Keith Whitwell | |
2009-10-20 | llvmpipe: precalculate some offsets | Keith Whitwell | |
2009-10-19 | llvmpipe: remove a leftover 8x2 usage | Keith Whitwell | |
2009-10-19 | llvmpipe: calculate masks in format desired by shader | Keith Whitwell | |
Also remove branches calculating masks for quads. | |||
2009-10-19 | llvmpipe: pre-multiply some constants by fixed_one | Keith Whitwell | |
2009-10-19 | llvmpipe: Reshape the shader input from 8x2 to 4x4. | José Fonseca | |
Incorrect rendering until the interpolation code generation is updated. | |||
2009-10-19 | llvmpipe: fixed-point rasterization | Keith Whitwell | |
2009-10-19 | llvmpipe: Reset the pointer to stored jit context. | José Fonseca | |
2009-10-19 | llvmpipe: Allocate the blend color from the data store, and ensure it's aligned. | José Fonseca | |
2009-10-19 | llvmpipe: correctly scale top/left fill adjustments | Keith Whitwell | |
Was overdoing it previously. | |||
2009-10-19 | llvmpipe: fix typo correcting for fill convention | Keith Whitwell | |
Adjustments for top-left fill convention were being lost. | |||
2009-10-19 | st/xorg: Remove output functions not used | Jakob Bornecrantz | |
2009-10-19 | st/xorg: makefile garbage | Zack Rusin | |
2009-10-19 | st/xorg: implement basic src/mask transformations | Zack Rusin | |
plus fix filters | |||
2009-10-19 | r300g: Demonstratory kludge to unbreak glxgears. | Corbin Simpson | |
We *must* recalculate something in vformat every rebind; let's see if we can't narrow it down a bit. | |||
2009-10-19 | dri-st: Add EXT_provoking_vertex. | Corbin Simpson | |
Hm, I could have sworn I did this before? | |||
2009-10-18 | st/xorg: Switch to set_mode_major | Jakob Bornecrantz | |