summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17util: Remove util_format_get_block().Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17util/format: Fix bogus assertion.Michal Krol
2009-12-15util/blitter: kill the draw_quad callbackMarek Olšák
2009-12-15util/blitter: allocate most of the state objects on-demandMarek Olšák
2009-12-15util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák
2009-12-15util: add blitterMarek Olšák
2009-12-15util: add a function which converts 2D coordinates to cubemap coordinatesMarek Olšák
2009-12-15util: add new fragment shaders to simple_shadersMarek Olšák
2009-12-15util: Fix unity value for swizzle 1.José Fonseca
2009-12-15util: Add dl wrappers.José Fonseca
2009-12-15tgsi/text: Don't use strncasecmp(), it breaks windows build.Michal Krol
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-14tgsi/ureg: Add ureg_DECL_gs_input().Michal Krol
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-09Revert "Simplify the redundant meaning of format layout."Michal Krol
2009-12-09util: Document the meaning of util_format_layout.José Fonseca
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul
2009-12-08util/format: Take advantage of sequential nature of pipe_format enum.Michal Krol
2009-12-08util/format: Remove unreferenced local.Michal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-08rbug: Initialize variable in rbug_get_message.Vinson Lee
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-07util/tile: Support R8G8B8A8_UNORM format.Michal Krol
2009-12-05draw: Initialize variable in draw_pt.c.Vinson Lee
2009-12-03gallium/util: Initialize variables in u_pack_color.h.Vinson Lee
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix ref counting bug in pb_bufmgrJosé Fonseca
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-12-03tgsi/ureg: Fix ureg_emit_src().Michal Krol
2009-12-02cso: check if pipe_context::bind_vertex_sampler_states is non-nullBrian Paul
2009-12-02gallium/util: __builtin_bswap32() is in only gcc 4.3 or laterBrian Paul
2009-12-03util: Fix generated swizzle comments.José Fonseca
2009-12-01tgsi: fix ureg emit after version token changeKeith Whitwell
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-12-01cso: Fix function prototype.Michal Krol
2009-12-01vl: Update for renamed sampler/texture state setters.Michal Krol
2009-12-01draw: Update for renamed sampler/texture state setters.Michal Krol
2009-12-01cso: Add support for separate vertex sampler state.Michal Krol