Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | nouveau: use AVAIL_RING() | Ben Skeggs | |
2010-02-12 | nouveau: switch to nouveau_bo_new_tile() | Ben Skeggs | |
2010-02-11 | svga: check min_index, max_index before assertions | Brian Paul | |
It's possible for min_index and max_index to be ~0 if the min/max values were not actually set or computed in the state tracker. Skip some assertions in that case. This only effects the debug build error checking. (cherry picked from commit 408f32dc165b36eb5ec0e2bbc7dcecd28f3a62d3) | |||
2010-02-11 | svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query | Brian Paul | |
2010-02-11 | Revert "llvmpipe: Move tile coordinate assertion into a more useful place." | José Fonseca | |
This reverts commit 8c0391726a89414356c705fcc2d5a38d12d0fe2b. Too pendantic. | |||
2010-02-11 | scons: Fix drm/intel build. | José Fonseca | |
2010-02-11 | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. | José Fonseca | |
Avoids assertion failures with certain shaders. | |||
2010-02-11 | llvmpipe: Move tile coordinate assertion into a more useful place. | José Fonseca | |
2010-02-11 | llvmpipe: Clamp both extremes of triangles to framebuffer size. | José Fonseca | |
Fix segmentation fault when triangles crossed the axis. | |||
2010-02-11 | gallivm: TGSI_OPCODE_CONT is not deprecated. | José Fonseca | |
Note that with FIXME instead of an assertion failure. Addresses fdo 25956. | |||
2010-02-11 | nouveau: remove u_simple_screen.h includes | Ben Skeggs | |
2010-02-10 | i965g: ifdef out unused functions. | Vinson Lee | |
2010-02-10 | r300g: Work around "defect" in r300compiler. | Corbin Simpson | |
r300compiler doesn't handle half swizzles for vert shaders, which don't have them. So, for now, disable them. | |||
2010-02-10 | os: Do not use Pthreads barrier functions on Mac OS X. | Vinson Lee | |
Pthreads barrier functions are not available on some POSIX platforms. | |||
2010-02-10 | gallium: cast to silence waring | Brian Paul | |
2010-02-10 | gallium: use os_time.h | Brian Paul | |
2010-02-10 | gallium: use os_time.h in pb_bufmgr_cache.c | Brian Paul | |
Untested, but seems straightforward. | |||
2010-02-10 | gallium: use os_time.h in u_timed_winsys.c | Brian Paul | |
2010-02-10 | r300g: Fix typo. | Corbin Simpson | |
Thanks to Uros Bizjak for catching it. | |||
2010-02-10 | llvmpipe: Map rendertargets when bound as textures. | José Fonseca | |
Fixes gearbox segfault (fdo 25960). Corruption remains. | |||
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick | |
Modify the interface to driCreateConfigs allowing drivers to not expose configs with an accumuation buffer. All of the drivers calling function have been updated to pass true for the accumulation selector. This maintains the current behavior. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com> | |||
2010-02-10 | st/xorg: fix a silly offset bug in xv | Zack Rusin | |
we were multiplying the difference in the wrong direction. | |||
2010-02-10 | llvmpipe: Fix null pointer dereference when no depth buffer is bound. | José Fonseca | |
2010-02-10 | llvmpipe: Leave depth buffer in swizzled format. | José Fonseca | |
This fixes several assertion failures due to only Z32 being supported. | |||
2010-02-10 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2010-02-10 | Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. | Francisco Jerez | |
2010-02-09 | r300g: One less assert. | Corbin Simpson | |
This entire codepath needs to be cleaned to be more pliant towards shader failure. | |||
2010-02-09 | r300g: Don't write non-existent bit on non-r500. | Corbin Simpson | |
Might help with compiz being funky with MRTs. | |||
2010-02-09 | r300g: Correct colorbuffer measurements. | Corbin Simpson | |
Also clarify changes from pointminmax. | |||
2010-02-09 | r300g: Be ever-so-slightly more useful on bad shaders. | Corbin Simpson | |
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg | |
This used to take GLX tokens, but the DRI interface can't depend on GLX defines. We fix this by introducing DRI tokens that have the same value as the GLX texture format tokens. | |||
2010-02-09 | gallium/auxiliary: add -D__STDC_CONSTANT_MACROS | Brian Paul | |
Not sure why this is needed now, after the gallivm re-org. | |||
2010-02-09 | llvmpipe: remove .s rule (already in Makefile.template) | Brian Paul | |
2010-02-09 | llvmpipe: lp_tile_surface.c isn't committed yet | Brian Paul | |
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c | |||
2010-02-09 | gallium: Adding the %.s rule to generate asm code | Chris Li | |
Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-02-09 | gallium: Using the proper pattern rules for Makefile template. | Chris Li | |
The .o.c rule is consider obsolete. Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-02-09 | llvmpipe: Make llvm unit test depend on libllvmpipe.a | Chris Li | |
Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-02-06 | vmware/core: Support drm interface version 1.0.0 | Jakob Bornecrantz | |
2010-02-06 | vmware/core: Use correct flags in scanout code | Jakob Bornecrantz | |
2010-02-06 | vmware/core: Handle new scanout field | Jakob Bornecrantz | |
2010-02-06 | vmware/core: Update header to latest version | Jakob Bornecrantz | |
2010-02-06 | vmware/core: Remove old ioctl structs not used | Jakob Bornecrantz | |
Leftover that was never used in this driver | |||
2010-02-09 | llvmpipe: Remove reference to prefilter field. | Michal Krol | |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |
2010-02-09 | fix bug in perspective corrected interpolants for lines | Brian Paul | |
2010-02-09 | softpipe: Properly implement cylindrical wrapping. | Michal Krol | |
2010-02-09 | Revert "softpipe: Implement cylindrical wrapping for linear interpolator." | Michal Krol | |
This reverts commit 444cd62ca33a45bd39e8408979a0a01c246c6381. | |||
2010-02-09 | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol | |
2010-02-09 | docs: Document TGSI Declaration token. | Michal Krol | |