| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | cell: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 4 | -29/+54 |
| * | i965g: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 3 | -6/+34 |
| * | i915g: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 4 | -6/+24 |
| * | gallium: give pipe_stencil_ref its own cso_save/restore functions | Roland Scheidegger | 2010-02-11 | 2 | -5/+16 |
| * | gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha | Roland Scheidegger | 2010-02-11 | 1 | -3/+6 |
| * | svga: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 3 | -6/+42 |
| * | llvmpipe: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 4 | -2/+28 |
| * | identity: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 1 | -0/+12 |
| * | fo: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 3 | -6/+24 |
| * | trace: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 3 | -1/+37 |
| * | softpipe: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 6 | -6/+20 |
| * | gallium: adapt state trackers to stencil ref change | Roland Scheidegger | 2010-02-10 | 3 | -13/+18 |
| * | docs: fix up documentation for stencil ref value changes | Roland Scheidegger | 2010-02-09 | 2 | -8/+12 |
| * | gallium: make valuemask/writemask in pipe_stencil_state bitfield members | Roland Scheidegger | 2010-02-09 | 1 | -2/+2 |
| * | gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state | Roland Scheidegger | 2010-02-09 | 5 | -49/+51 |
* | | nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has ... | Patrice Mandin | 2010-02-12 | 1 | -2/+2 |
* | | Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats." | Michal Krol | 2010-02-12 | 1 | -2/+2 |
* | | util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats. | Michal Krol | 2010-02-12 | 1 | -2/+2 |
* | | nouveau: nv30: Define number of texture samplers | Patrice Mandin | 2010-02-12 | 1 | -0/+2 |
* | | wgl: Do not reach out and destroy contexts on cleanup. | José Fonseca | 2010-02-12 | 1 | -10/+12 |
* | | gdi: Never fail at DLL load time. | José Fonseca | 2010-02-12 | 2 | -10/+10 |
* | | wgl: Fail gracefully whenever 3D could not be enabled for some reason. | José Fonseca | 2010-02-12 | 4 | -1/+30 |
* | | svgadump: Several improvements to shader dumping. | José Fonseca | 2010-02-12 | 4 | -336/+411 |
* | | nouveau: use AVAIL_RING() | Ben Skeggs | 2010-02-12 | 4 | -15/+14 |
* | | nouveau: switch to nouveau_bo_new_tile() | Ben Skeggs | 2010-02-12 | 1 | -4/+6 |
* | | svga: check min_index, max_index before assertions | Brian Paul | 2010-02-11 | 1 | -2/+6 |
* | | svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query | Brian Paul | 2010-02-11 | 1 | -0/+2 |
* | | Revert "llvmpipe: Move tile coordinate assertion into a more useful place." | José Fonseca | 2010-02-11 | 1 | -3/+3 |
* | | scons: Fix drm/intel build. | José Fonseca | 2010-02-11 | 1 | -4/+5 |
* | | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. | José Fonseca | 2010-02-11 | 2 | -0/+4 |
* | | llvmpipe: Move tile coordinate assertion into a more useful place. | José Fonseca | 2010-02-11 | 1 | -3/+3 |
* | | llvmpipe: Clamp both extremes of triangles to framebuffer size. | José Fonseca | 2010-02-11 | 1 | -1/+4 |
* | | gallivm: TGSI_OPCODE_CONT is not deprecated. | José Fonseca | 2010-02-11 | 1 | -2/+1 |
* | | nouveau: remove u_simple_screen.h includes | Ben Skeggs | 2010-02-11 | 5 | -5/+0 |
* | | i965g: ifdef out unused functions. | Vinson Lee | 2010-02-10 | 2 | -3/+6 |
* | | r300g: Work around "defect" in r300compiler. | Corbin Simpson | 2010-02-10 | 4 | -2/+11 |
* | | os: Do not use Pthreads barrier functions on Mac OS X. | Vinson Lee | 2010-02-10 | 1 | -42/+52 |
* | | gallium: cast to silence waring | Brian Paul | 2010-02-10 | 1 | -1/+1 |
* | | gallium: use os_time.h | Brian Paul | 2010-02-10 | 1 | -2/+2 |
* | | gallium: use os_time.h in pb_bufmgr_cache.c | Brian Paul | 2010-02-10 | 1 | -9/+9 |
* | | gallium: use os_time.h in u_timed_winsys.c | Brian Paul | 2010-02-10 | 1 | -19/+13 |
* | | r300g: Fix typo. | Corbin Simpson | 2010-02-10 | 1 | -1/+1 |
* | | llvmpipe: Map rendertargets when bound as textures. | José Fonseca | 2010-02-10 | 1 | -4/+15 |
* | | dri: Allow selective generation of accum. buffer configs | Ian Romanick | 2010-02-10 | 1 | -3/+6 |
* | | st/xorg: fix a silly offset bug in xv | Zack Rusin | 2010-02-10 | 1 | -2/+9 |
* | | llvmpipe: Fix null pointer dereference when no depth buffer is bound. | José Fonseca | 2010-02-10 | 1 | -0/+3 |
* | | llvmpipe: Leave depth buffer in swizzled format. | José Fonseca | 2010-02-10 | 4 | -118/+78 |
* | | llvmpipe: Remove unnecessary headers. | Vinson Lee | 2010-02-10 | 2 | -3/+0 |
* | | Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. | Francisco Jerez | 2010-02-10 | 2 | -1173/+0 |
* | | r300g: One less assert. | Corbin Simpson | 2010-02-09 | 1 | -1/+0 |