| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | gallium: declare pipe_format enum to silence warnings | Brian Paul | 2008-04-29 | 1 | -0/+2 |
* | | gallium: add debug_print_format() make it easier to print format error messages | Keith Whitwell | 2008-04-29 | 2 | -86/+8 |
* | | gallium: tweak comments, minor var renaming | Brian Paul | 2008-04-25 | 1 | -7/+15 |
* | | gallium: tweak comments, minor var renaming | Brian Paul | 2008-04-25 | 1 | -21/+16 |
* | | gallium: Windows user mode portability fixes. | José Fonseca | 2008-04-25 | 1 | -4/+5 |
* | | gallium: New configuration header. | José Fonseca | 2008-04-25 | 2 | -0/+114 |
* | | gallium: Make sure the size of non-existent storage components is set to 0. | Michel Dänzer | 2008-04-24 | 1 | -3/+3 |
* | | gallium: Initial support for pixel formats with unused storage components. | Michel Dänzer | 2008-04-24 | 1 | -47/+61 |
* | | util: work around freaky win32 math.h | Keith Whitwell | 2008-04-21 | 1 | -1/+3 |
* | | util: add wrappers for float math functions on windows | Keith Whitwell | 2008-04-21 | 1 | -0/+46 |
* | | gallium: Don't assume snprintf are always available. | José Fonseca | 2008-04-15 | 2 | -10/+2 |
* | | gallium: Thread condition variables. | José Fonseca | 2008-04-11 | 1 | -0/+34 |
* | | gallium: flags param to surface_alloc_storage() is unused and deprecated | Brian Paul | 2008-04-10 | 1 | -0/+1 |
* | | gallium: re-order, clean-up PIPE_MAX_* definitions | Brian | 2008-04-08 | 1 | -9/+8 |
* | | gallium: remove obsolete/unused PIPE_ATTRIB_MAX | Brian | 2008-04-08 | 1 | -1/+0 |
* | | gallium: Allow to debug memory leaks in nested scopes. | José Fonseca | 2008-04-08 | 1 | -3/+3 |
|/ |
|
* | gallium: Use the custom snprintf implementation everywhere (for Win32). | José Fonseca | 2008-04-05 | 1 | -0/+9 |
* | gallium: Handle client-supplied edgeflags. | Keith Whitwell | 2008-04-04 | 1 | -0/+8 |
* | gallium: fix two-side stencil handling | Roland Scheidegger | 2008-04-04 | 1 | -1/+1 |
* | gallium: add a flag to turn on gl rasterization rules | Keith Whitwell | 2008-04-02 | 1 | -0/+1 |
* | gallium: add temporary facility for rasterization-time clamping of point sizes | Keith Whitwell | 2008-04-02 | 1 | -0/+2 |
* | gallium: Compute YCBCR bit depth. | José Fonseca | 2008-04-01 | 1 | -6/+7 |
* | gallium: updated comment for bypass_vs | Brian | 2008-03-31 | 1 | -1/+2 |
* | gallium: Eliminate p_winsys::printf | José Fonseca | 2008-03-31 | 1 | -4/+0 |
* | gallium: Set vertex state/buffers en-mass. | Brian Paul | 2008-03-29 | 1 | -6/+6 |
* | gallium: remove redundant compare bit in sampler state | Roland Scheidegger | 2008-03-28 | 1 | -1/+0 |
* | gallium: Bump PIPE_MAX_SAMPLERS to 16. | Michal Krol | 2008-03-28 | 1 | -1/+1 |
* | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian | 2008-03-27 | 1 | -1/+2 |
* | gallium: updated/improved comments, minor re-formatting | Brian Paul | 2008-03-27 | 1 | -31/+27 |
* | gallium: silence unused var warning | Brian | 2008-03-27 | 1 | -0/+2 |
* | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | 2008-03-26 | 2 | -4/+4 |
* | gallium: Introduce flatshade_first field to rasterizer_state. | Michal Krol | 2008-03-25 | 1 | -0/+1 |
* | Fix typo | José Fonseca | 2008-03-25 | 1 | -3/+3 |
* | gallium: Use debug_get_option for GETENV | José Fonseca | 2008-03-25 | 1 | -5/+2 |
* | gallium: fix a few bugs, warnings in the p_debug code | Brian | 2008-03-24 | 1 | -3/+6 |
* | gallium: Simple cross platform get-opt system. | José Fonseca | 2008-03-24 | 1 | -0/+27 |
* | gallium: cleanup p_debug | José Fonseca | 2008-03-24 | 1 | -11/+106 |
* | gallium: fix REALLOC() to copy smaller of old/new sizes | Brian | 2008-03-24 | 1 | -3/+3 |
* | gallium: Protect operator precedence in macro. | José Fonseca | 2008-03-24 | 1 | -1/+1 |
* | gallium: Remove the debug_mask_* stuff. | José Fonseca | 2008-03-23 | 1 | -64/+0 |
* | gallium: Memory debugging utilities. | José Fonseca | 2008-03-23 | 2 | -2/+42 |
* | gallium: added DXT formats (preliminary, will probably change) | Brian Paul | 2008-03-21 | 1 | -1/+23 |
* | gallium: document is_format_supported()'s type param | Brian Paul | 2008-03-21 | 1 | -0/+1 |
* | gallium: PIPE_FORMAT_TYPE_ comments | Brian Paul | 2008-03-21 | 1 | -6/+6 |
* | gallium: added sRGB formats | Brian Paul | 2008-03-21 | 1 | -1/+8 |
* | gallium: additional comments, fix typos, etc | Brian Paul | 2008-03-21 | 1 | -8/+23 |
* | gallium: added width, height to pipe_framebuffer_state | Brian | 2008-03-20 | 1 | -0/+2 |
* | gallium: add debug facility to dump random blobs as hex | Keith Whitwell | 2008-03-20 | 1 | -0/+8 |
* | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul | 2008-03-19 | 1 | -4/+2 |
* | gallium: Add generic enum and flags dumping utility functions. | José Fonseca | 2008-03-19 | 1 | -0/+49 |