Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | nv50: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | nv40: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | nv30: adapt to stencil ref changes | Roland Scheidegger | |
not sure if this has any hope of working | |||
2010-02-11 | gallium: make u_blitter code save/restore stencil ref values | Roland Scheidegger | |
2010-02-11 | r300g: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | cell: adapt to stencil ref changes | Roland Scheidegger | |
not betting this compiles, some of the code handling stencil test seems incomplete and/or never called? | |||
2010-02-11 | i965g: adapt to stencil ref changes | Roland Scheidegger | |
while there also potentially fix logic ops (were never enabled before) | |||
2010-02-11 | i915g: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | gallium: give pipe_stencil_ref its own cso_save/restore functions | Roland Scheidegger | |
seems cleaner, and other dynamic state like viewport is handled that way too | |||
2010-02-11 | gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha | Roland Scheidegger | |
makes life of state trackers easier | |||
2010-02-10 | svga: adapt to stencil ref changes | Roland Scheidegger | |
also add some disabled code to handle blendcolor? | |||
2010-02-10 | llvmpipe: adapt to stencil ref changes | Roland Scheidegger | |
since the driver doesn't actually handle stencil yet the code won't do much. | |||
2010-02-10 | identity: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | fo: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | st/mesa: more fixes for stencil ref change. | Roland Scheidegger | |
compiles. Might need to do something to make it possible to save/restore stencil ref. | |||
2010-02-10 | trace: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | softpipe: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | gallium: adapt state trackers to stencil ref change | Roland Scheidegger | |
2010-02-09 | docs: fix up documentation for stencil ref value changes | Roland Scheidegger | |
Also fix and clarify depth/stencil/alpha documentation a bit. | |||
2010-02-09 | gallium: make valuemask/writemask in pipe_stencil_state bitfield members | Roland Scheidegger | |
More consistent with other state data, might allow some compilers to pack the struct better (doesn't matter for gcc). | |||
2010-02-09 | gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state | Roland Scheidegger | |
This will make driver's life a bit harder, however it makes sense that stencil reference value is not part of the pipe_depth_stencil_alpha_state, because it often (there are some algorithms which require this) changes more frequently than the rest of the dsa state. This is also encouraged by some graphic APIs. Treat it similar to pipe_blend_color. | |||
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-08 | st/mesa: fix wrong initialization of MaxPointSize | Roland Scheidegger | |
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 | glx: Fix TOP setting in src/glx Makefile | Kristian Høgsberg | |
Argh, forgot to commit this fix before pushing. | |||
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |
2010-02-09 | egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY | Kristian Høgsberg | |
2010-02-09 | fix bug in perspective corrected interpolants for lines | Brian Paul | |
2010-02-09 | st/mesa: remove special-case cyl-wrap code | Brian Paul | |
Cylinder wrap mode works with perspective interpolation now. | |||
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 | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag | Brian Paul | |
2010-02-09 | mesa: add back-door support for cylindrical texture wrap mode | Brian Paul | |
If the texture priority field is 0.125 set the PROG_PARAM_BIT_CYL_WRAP flag. The gallium state tracker will look for this flag. This feature is only for testing purposes and may be remove at some point. But if it's useful we could write a GL/Mesa extension to expose it properly. | |||
2010-02-09 | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol | |
2010-02-09 | docs: Document TGSI Declaration token. | Michal Krol | |
2010-02-09 | softpipe: Implement cylindrical wrapping for linear interpolator. | Michal Krol | |
2010-02-09 | tgsi: Gather cylindrical wrap info in tgsi_shader_info struct. | Michal Krol | |
2010-02-09 | tgsi: Add ureg_DECL_fs_input_cyl(). | Michal Krol | |
Allows one to declare fragment shader inputs with cylindrical wrap info. | |||
2010-02-09 | gallium: Add cylindrical wrap info to TGSI declaration. | Michal Krol | |
2010-02-09 | tgsi: Remove tgsi_dump_c.[ch]. | Michal Krol | |
Little utility after development stabilisation, use tgsi_dump instead. | |||
2010-02-09 | mesa: Enable true refcounting for NullBufferObj. | Michal Krol | |
This object can be shared with another context, so we cannot just delete it when the owning context is being destroyed. Ensuring that buffer objects are properly refcounted guarantees NullBufferObj is destroyed when all references to it are removed. | |||
2010-02-09 | mesa: Protect buffer objects reference counting with a mutex. | Michal Krol | |