gallium: add another value check to util_fast_pow()
[mesa.git] / src / gallium / drivers / softpipe /
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-09 José Fonsecasoftpipe: Code (commented out) to dump BMPs.
2008-09-09 Michal Krolsoftpipe: Silence compiler warning on Windows.
2008-09-08 Michal Krolsoftpipe: Protect pipe_condvar_signal/broadcast calls...
2008-09-08 Michal Krolsoftpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabli...
2008-09-08 Michal Krolsoftpipe: More improvements for multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: Split changing fields of quad_header into...
2008-09-08 Michal Krolsoftpipe: Improve multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: First attempts at multithreaded softpipe.
2008-09-05 Brian Paulsoftpipe: convert clear color to surface format if...
2008-09-04 Brian Paulsoftpipe: use the new util_surface_copy/fill() functions
2008-09-04 José Fonsecasoftpipe: Add missing include.
2008-09-04 José Fonsecasoftpipe: Use pipe_buffer_* inlines as much as possible.
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulgallium: stop using ifloor(), FABSF(), etc
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-20 Brian Paulgallium: test for and cull prims with inf/nan vertices...
2008-08-19 Brian Paulgallium: fix do_flip bug in sp_surface_copy()
2008-08-12 Michal Krolsoftpipe: Include missing header.
2008-08-11 Brian Paulgallium: debug/print vertex tweak
2008-08-08 José Fonsecagallium: Add destroy callback to all *_winsys interfaces.
2008-08-07 Brian Paulsoftpipe: add support for PIPE_FORMAT_X8Z24_UNORM,...
2008-08-07 Brian Paulgallium: s/pf_sprint_name/pf_name/
2008-08-07 Brian Paulgallium: s/printf/debug_printf/
2008-08-07 Brian Paulgallium: new/better debug code (disabled)
2008-08-07 Michal Krolsoftpipe: Silence compiler warnings on Windows.
2008-08-06 Brian Paulgallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_...
2008-08-06 Brian Paulsoftpipe: add texture border color code
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-24 José Fonsecasoftpipe: Remove unused variables.
2008-07-19 José Fonsecagallium: Finer grained is_format_supported.
2008-07-16 José Fonsecasoftpipe: DXT formats not really supported.
2008-07-15 Brian Paulgallium: added some sanity check assertions
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-07-04 José Fonsecasoftpipe: Prevent NULL ptr derreference on takedown.
2008-07-04 José Fonsecasoftpipe: Compute block size for display targets.
2008-07-04 José Fonsecasoftpipe: Implement texture blankets.
2008-07-03 Brian Paulgallium: nr_attrs was off by one, updated comments...
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
2008-06-23 Brian Paulgallium: change surface_copy()'s do_flip to boolean
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-20 Brian Paulgallium: fix invalid call to draw_set_mapped_constant_b...
2008-06-20 Brian Paulgallium: fix some surface usage bugs
2008-06-09 José Fonsecasoftpipe: Replace GETENV by debug_get_bool_option.
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-05-30 Brian Paulgallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softp...
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Keith Whitwellsoftpipe: enable vbuf by default
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-12 Keith Whitwellsoftpipe: more work to get non-reduced primitives worki...
2008-05-12 Keith Whitwellsoftpipe: make vbuf handle all primitive types
2008-05-12 Keith Whitwellsoftpipe: add failure paths for context creation
2008-05-10 Briangallium: optimize the flush_spans() function
2008-05-10 Briangallium: remove unused code
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Keith WhitwellMerge branch 'gallium-0.1' into gallium-vertex-linear
2008-05-08 Keith Whitwellsoftpipe: don't calc det if NO_RAST set
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Brian Paulgallium: new debug code (disabled)
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Brian Paulgallium: fix typos, comments, whitespace
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Keith Whitwellre-add pipe_surface map/unmap inlines
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsoftpipe: missing file
2008-05-01 Keith Whitwellsoftpipe: use CPU flags for mapping
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
2008-04-30 Zack Rusinplug a memleak, destroy setup context
next