summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove dead code related to shader semantic input/output infoBrian Paul2008-03-131-9/+0
* gallium: remove semantic info from pipe_shader_stateBrian Paul2008-03-131-0/+2
* tgsi: Drop pre-ps_2_0 opcodes.Michal Krol2008-03-131-82/+65
* tgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases.Michal Krol2008-03-131-2/+0
* gallium: Standardize most important error codes.José Fonseca2008-03-131-0/+65
* gallium: Fix debug_mask_vprintf's example.José Fonseca2008-03-131-1/+2
* tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol2008-03-121-12/+1
* tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field.Michal Krol2008-03-121-1/+9
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-1/+1
* gallium: Conditional debugging output.José Fonseca2008-03-121-0/+64
* tgsi: Map OPCODE_TEXKILL to OPCODE_KILP.Michal Krol2008-03-111-1/+1
* gallium: WinCE portability fixes.José Fonseca2008-03-101-0/+10
* gallium: add some commonly implemented bits of hw stateKeith Whitwell2008-03-091-1/+3
* gallium: Document debug_printf usage.José Fonseca2008-03-081-0/+14
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-4/+4
* gallium: remove obsolete commentKeith Whitwell2008-03-031-2/+0
* gallium: document user_buffer_create a littleKeith Whitwell2008-03-031-4/+27
* start implementing start of bultinsZack Rusin2008-03-011-9/+11
* gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian2008-02-291-0/+1
* gallium: remove unneeded pipe ptr from pipe_textureBrian2008-02-271-7/+3
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-272-28/+8
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-18/+1
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-0/+3
* gallium: Remove // comments.José Fonseca2008-02-273-8/+8
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-264-1/+113
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-262-1/+18
* gallium: remove input_map[] from pipe_shader_stateBrian2008-02-261-1/+0
* Make the pipe headers C++ friendly.José Fonseca2008-02-258-14/+75
* gallium: added TGSI_FILE_COUNTBrian2008-02-231-0/+2
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-0/+8
* gallium: Define intptr_t for Windows platform.Michal Krol2008-02-231-1/+3
* gallium: Move align_pointer() to p_pointer.h.Michal Krol2008-02-231-27/+1
* gallium: New file.Michal Krol2008-02-231-0/+87
* gallium: comments, white-space clean-upBrian2008-02-211-23/+30
* [PATCH] gallium: include p_compiler.h for boolean defnKeith Whitwell2008-02-211-0/+2
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+8
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-32/+295
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-8/+8
* Code reorganization: move files into their places.José Fonseca2008-02-1511-0/+2976