| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gallium: make REALLOC a bit more like realloc | Keith Whitwell | 2008-03-18 | 1 | -7/+9 |
* | gallium: Convenience debug_warning function. | José Fonseca | 2008-03-18 | 1 | -0/+10 |
* | gallium: added bypass_vs flag to rasterizer state (may be temporary) | Brian | 2008-03-13 | 1 | -0/+1 |
* | gallium: remove dead code related to shader semantic input/output info | Brian Paul | 2008-03-13 | 1 | -9/+0 |
* | gallium: remove semantic info from pipe_shader_state | Brian Paul | 2008-03-13 | 1 | -0/+2 |
* | tgsi: Drop pre-ps_2_0 opcodes. | Michal Krol | 2008-03-13 | 1 | -82/+65 |
* | tgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases. | Michal Krol | 2008-03-13 | 1 | -2/+0 |
* | gallium: Standardize most important error codes. | José Fonseca | 2008-03-13 | 1 | -0/+65 |
* | gallium: Fix debug_mask_vprintf's example. | José Fonseca | 2008-03-13 | 1 | -1/+2 |
* | tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP. | Michal Krol | 2008-03-12 | 1 | -12/+1 |
* | tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field. | Michal Krol | 2008-03-12 | 1 | -1/+9 |
* | gallium: Add TEX_FILTER_ANISO img filter | Keith Whitwell | 2008-03-12 | 1 | -1/+1 |
* | gallium: Conditional debugging output. | José Fonseca | 2008-03-12 | 1 | -0/+64 |
* | tgsi: Map OPCODE_TEXKILL to OPCODE_KILP. | Michal Krol | 2008-03-11 | 1 | -1/+1 |
* | gallium: WinCE portability fixes. | José Fonseca | 2008-03-10 | 1 | -0/+10 |
* | gallium: add some commonly implemented bits of hw state | Keith Whitwell | 2008-03-09 | 1 | -1/+3 |
* | gallium: Document debug_printf usage. | José Fonseca | 2008-03-08 | 1 | -0/+14 |
* | gallium: michel's patch to rework texture/sampler binding interface | Keith Whitwell | 2008-03-05 | 1 | -4/+4 |
* | gallium: remove obsolete comment | Keith Whitwell | 2008-03-03 | 1 | -2/+0 |
* | gallium: document user_buffer_create a little | Keith Whitwell | 2008-03-03 | 1 | -4/+27 |
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -9/+11 |
* | gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl... | Brian | 2008-02-29 | 1 | -0/+1 |
* | gallium: remove unneeded pipe ptr from pipe_texture | Brian | 2008-02-27 | 1 | -7/+3 |
* | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian | 2008-02-27 | 2 | -28/+8 |
* | gallium: move is_format_supported() to pipe_screen struct | Brian | 2008-02-27 | 1 | -18/+1 |
* | gallium: start removing pipe_context->get_name/vendor/param/paramf | Brian | 2008-02-27 | 1 | -0/+3 |
* | gallium: Remove // comments. | José Fonseca | 2008-02-27 | 3 | -8/+8 |
* | gallium: introduce 'pipe_screen' for context-independent functions | Brian | 2008-02-26 | 4 | -1/+113 |
* | gallium: remove pipe parameter from pipe_texture_reference() | Brian | 2008-02-26 | 2 | -1/+18 |
* | gallium: remove input_map[] from pipe_shader_state | Brian | 2008-02-26 | 1 | -1/+0 |
* | Make the pipe headers C++ friendly. | José Fonseca | 2008-02-25 | 8 | -14/+75 |
* | gallium: added TGSI_FILE_COUNT | Brian | 2008-02-23 | 1 | -0/+2 |
* | Bring in several forgotten MSVC fixes. | José Fonseca | 2008-02-23 | 1 | -0/+8 |
* | gallium: Define intptr_t for Windows platform. | Michal Krol | 2008-02-23 | 1 | -1/+3 |
* | gallium: Move align_pointer() to p_pointer.h. | Michal Krol | 2008-02-23 | 1 | -27/+1 |
* | gallium: New file. | Michal Krol | 2008-02-23 | 1 | -0/+87 |
* | gallium: comments, white-space clean-up | Brian | 2008-02-21 | 1 | -23/+30 |
* | [PATCH] gallium: include p_compiler.h for boolean defn | Keith Whitwell | 2008-02-21 | 1 | -0/+2 |
* | gallium: new pipe->texture_update() function | Brian | 2008-02-20 | 1 | -0/+8 |
* | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | 2008-02-19 | 1 | -32/+295 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | 2008-02-15 | 1 | -8/+8 |
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 11 | -0/+2976 |