util: Fix unsigned <-> ptr conversions.
[mesa.git] / src / gallium / auxiliary /
2010-04-24 José Fonsecautil: Fix unsigned <-> ptr conversions.
2010-04-24 José Fonsecagallivm: Centralize the cpu caps detection.
2010-04-24 José Fonsecacso_cache: Ensure irrelevant state of the blend state...
2010-04-24 José Fonsecagallivm: LLVMConstBitCast -> LLVMBuildBitCast
2010-04-24 Vinson Leegallium: In option helpers, move assignment outside...
2010-04-24 Brian Paulgallium/util: document that pack/unpack strides are...
2010-04-23 Brian Paulgallium/draw: remove old comment
2010-04-23 Jakob Bornecrantzgallium: Convert some uses of get option to static
2010-04-23 Jakob Bornecrantzgallium: Add static get option helpers
2010-04-23 Jakob Bornecrantzgallium: Add option to not print options
2010-04-23 José Fonsecagallium: s/free/FREE/ and same for friends.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Stephen Johnsondraw: use FREE() instead of free()
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Zack Rusingallivm: implement indirect addressing over temporaries
2010-04-22 Zack Rusingallivm: implement indirect addressing over constants
2010-04-22 Brian Paulgallivm: remove Z/stencil special case code in lp_build...
2010-04-22 Zack Rusingallivm: update comments
2010-04-22 Zack Rusingallivm: fix nested cont statements
2010-04-22 Zack Rusingallivm: fix nested break statemants
2010-04-22 Zack Rusingallivm: make sure we return the correct type when...
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 José Fonsecau_format: Reduce code duplication.
2010-04-22 Vinson Leegallivm: Remove unused variable.
2010-04-22 Vinson Leegallium/util: Fix deviation calculation in u_cache.
2010-04-22 Brian Paulgallivm: added some assertions in loop-gen code
2010-04-21 Brian Paulgallivm: fix copy&paste error: s/cont_stack_size/break_...
2010-04-21 Brian Paulgallivm: emit_instruction() is boolean
2010-04-21 Brian Paulgallivm: implement TGSI KILP
2010-04-21 José Fonsecadraw: Make LLVM integration work without llvmpipe too...
2010-04-21 Brian Paulgallium/draw: fix point sprite handling
2010-04-21 Brian Paulgallium/draw: use local var to simplify code
2010-04-21 Jakob Bornecrantztargets: Don't check if we should use trace
2010-04-21 Vinson Leegallivm: Remove unnecessary headers.
2010-04-20 Brian Paulgallium/util: remove bogus return statement
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecagallivm: Cleanups and bugfixes to aos format translation.
2010-04-20 José Fonsecadraw: Fallback to gallivm for translation of A8R8G8B8...
2010-04-20 José Fonsecagallivm: New function to fetch a pixel into a 4xfloat...
2010-04-20 José Fonsecagallivm: Bring aos format back to life.
2010-04-20 José Fonsecadraw: Remove draw_vs_llvm.c.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 José Fonsecadraw: No need to rebase for elt_bias.
2010-04-20 José Fonsecadraw: Fix cache elt_bias implementation.
2010-04-20 José Fonsecadraw: Fix typo resulting from bad regular expression...
2010-04-20 Vinson Leedraw llvm: Move dereference of pointer after NULL check.
2010-04-20 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulgallivm: pass 3D texture stride as an array
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: make sure use_llvm isn't used when not defined
2010-04-19 Zack Rusindraw llvm: fix typo (boolean, not bool)
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: allow runtime switching of pipelines (yes...
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 Brian Paulgallium/util: specify binding type for blit src texture
2010-04-19 José Fonsecadraw: Implement index bias.
2010-04-19 Brian Paulgallium/draw: use a local var to simplify some code
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Vinson Leegallivm: Remove redundant initialization of dst_vec_type.
2010-04-19 Vinson Leeauxiliary: Move loop variable declaration outside for...
2010-04-19 Vinson Leeauxiliary: Initialize variable.
2010-04-19 Vinson Leeauxiliary: Add util/u_surfaces.c to SCons build.
2010-04-18 Luca Barbieriu_inlines: split pipe_surface_init in pipe_surface_rese...
2010-04-18 Brian Paultgsi: add comment about potential code removal
2010-04-18 Brian Paultgsi: replace 0xf with TGSI_WRITEMASK_XYZW
2010-04-18 Luca Barbieriu_surfaces: silence warning
2010-04-18 Luca Barbieriauxiliary: add util_dirty_surfaces to track dirty rende...
2010-04-18 Luca Barbieriauxiliary: add util_surfaces to track a resource's...
2010-04-18 Luca Barbieriu_inlines: add function to initialize pipe_surface
2010-04-18 Luca Barbieriu_blitter: add support for saving vertex buffers
2010-04-18 José Fonsecadraw: Cosmetic cleanups and comments.
2010-04-17 Vinson Leeos: Implement pipe_barrier for POSIX platforms without...
2010-04-17 Jakob Bornecrantzgallium/util: Ignores
2010-04-17 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-16 Brian Paulgallium/draw: fix breakage from moving lp_bld_* files
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_blend* files to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_interp.c to llvmpipe...
2010-04-16 Brian Paulgallivm: init some vars to silence warnings
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-16 Brian Paulgallivm: remove some old stuff
2010-04-14 Corbin Simpsonu_blitter: Coords are normalized.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Chia-I Wugallium: Remove pipe_screen::update_buffer.
2010-04-13 Michal Krolutil: Fix util_dynarray_trim().
2010-04-13 Vinson Leedraw llvm: Initialize variable.
2010-04-13 Luca Barbierigallium/auxiliary: make util_dynarray_trim do nothing...
2010-04-13 Luca Barbierigallium/auxiliary: add util_dynarray_resize
2010-04-13 Luca Barbierigallium/auxiliary: fix util_dynarray_trim to 0 to free...
2010-04-13 Luca Barbieriutil: implement Jose Fonseca's suggestions for u_buffer...
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
2010-04-12 Luca Barbierigallium/auxiliary: add dynamically sized buffer/array...
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecallvmpipe: pipe_target needs now 3 bits to be represented.
2010-04-11 Vinson Leeutil: Remove unnecessary header.
next