gallium: use sizeof(vertex buffer)
[mesa.git] / src / gallium / include /
2008-03-20 Keith Whitwellgallium: add debug facility to dump random blobs as hex
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 José Fonsecagallium: Add generic enum and flags dumping utility...
2008-03-18 Keith Whitwellgallium: make REALLOC a bit more like realloc
2008-03-18 José Fonsecagallium: Convenience debug_warning function.
2008-03-13 Briangallium: added bypass_vs flag to rasterizer state ...
2008-03-13 Brian Paulgallium: remove dead code related to shader semantic...
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-13 Michal Kroltgsi: Drop pre-ps_2_0 opcodes.
2008-03-13 Michal Kroltgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases.
2008-03-13 José Fonsecagallium: Standardize most important error codes.
2008-03-13 José Fonsecagallium: Fix debug_mask_vprintf's example.
2008-03-12 Michal Kroltgsi: Remove ExtDivide field from existence. Implement...
2008-03-12 Michal Kroltgsi: Introduce OPCODE_TXP. Depricate ExdDivide field.
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 José Fonsecagallium: Conditional debugging output.
2008-03-11 Michal Kroltgsi: Map OPCODE_TEXKILL to OPCODE_KILP.
2008-03-10 José Fonsecagallium: WinCE portability fixes.
2008-03-09 Keith Whitwellgallium: add some commonly implemented bits of hw state
2008-03-08 José Fonsecagallium: Document debug_printf usage.
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-03-03 Keith Whitwellgallium: remove obsolete comment
2008-03-03 Keith Whitwellgallium: document user_buffer_create a little
2008-03-01 Zack Rusinstart implementing start of bultins
2008-02-29 Briangallium: remove the ugly pipe->draw stage lookup code...
2008-02-28 Briangallium: remove unneeded pipe ptr from pipe_texture
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 José Fonsecagallium: Remove // comments.
2008-02-27 Briangallium: introduce 'pipe_screen' for context-independen...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-25 José FonsecaMake the pipe headers C++ friendly.
2008-02-23 Briangallium: added TGSI_FILE_COUNT
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-22 Michal Krolgallium: Define intptr_t for Windows platform.
2008-02-22 Michal Krolgallium: Move align_pointer() to p_pointer.h.
2008-02-22 Michal Krolgallium: New file.
2008-02-21 Briangallium: comments, white-space clean-up
2008-02-21 Keith Whitwell[PATCH] gallium: include p_compiler.h for boolean defn
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: move files into their places.