Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium /
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 Brian Paulgallium: fix some texture object leaks
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-19 José Fonsecai915simple: Fix win9x build.
2008-05-19 José Fonsecagallium: Additional formats for bump mapping.
2008-05-19 José Fonsecagallium: Fix typo.
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Zack Rusincosmetic changes
2008-05-17 Zack Rusinfix rsq
2008-05-17 Zack Rusinfix abs and start on rsq
2008-05-17 Zack Rusindo the lit (some artifacts present)
2008-05-17 Zack Rusinimplement min/max and abstract ops on vectors
2008-05-17 Zack Rusinllvm: implement sub and abs
2008-05-17 Zack Rusinfix injections of functions from builtins into shaders
2008-05-17 Zack Rusinmove the swizzling code to gallivm in preperation for...
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-17 Brian Paulgallium: remove deprecated format names
2008-05-12 Zack Rusinadjust llvm code to the changes in 2.3
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 Michel Dänzerdraw: Fix number of vertices allocated in draw_pt_emit().
2008-05-09 Keith Whitwelldraw: fix translate double-free, minor cleanups
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith Whitwelldraw: mimize cost of translate key compares, use cache...
2008-05-09 Keith Whitwelltranslate: helper functions for mimizing cost of key...
2008-05-09 José Fonsecagallium: Define util_vsprintf.
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 José Fonsecagallium: Disable debug_get_option for release builds...
2008-05-09 José Fonsecagallium: Don't serialize GPU writes.
2008-05-09 Brian Paulgallium: handle null ptrs
2008-05-08 Keith Whitwelldraw: only fill in / compare the part of the translate...
2008-05-08 Keith Whitwellxlib: more SP_NO_RAST support
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-08 Michel Dänzercso_cache: Fix test for currently bound blend state.
2008-05-08 José Fonsecapipebuffer: Temporarily reimplement validation as growa...
2008-05-08 Michel Dänzergallium: Make sure functions have proper prototypes...
2008-05-08 José Fonsecapipebuffer: Preliminary buffer validation.
2008-05-08 José Fonsecagallium: Really free hash entries.
2008-05-08 José Fonsecapipebuffer: Don't include standard headers directly.
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 José Fonsecagallium: Implement util_pack_color for A8, L8, and...
2008-05-07 José Fonsecagallium: Fix release build.
2008-05-07 Michal Krolgallium: Fix compilation errors.
2008-05-07 José Fonsecagallium: Implement pf_sprint_name as a simple static...
2008-05-07 José Fonsecagallium: Use the u_string.h functions.
2008-05-07 José Fonsecagallium: Output the total of leaked memory.
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-07 José Fonsecagallium: New PIPE_TEXTURE_USAGE_PRIMARY flag for primar...
2008-05-06 José Fonsecagallium: Simple facility to dump and view images for...
2008-05-06 Michel Dänzergallium: Define util_sprintf for non-WIN32.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-06 José Fonsecagallium: New pipe_screen interface to overlay a texture...
2008-05-05 José Fonsecautil: Alternative implementation for standard c library...
2008-05-03 Brian Paulgallium: fix warnings
2008-05-03 Keith Whitwellgallium: add pipe surface layout value (Roland Scheidegger)
2008-05-02 Brian Paulgallium: remove 0.5 vertex biases in set_vertex_data()
2008-05-02 Brian Paulgallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIAS
2008-05-02 Keith Whitwellgallium: identify depth-stencil textures
2008-05-02 Keith Whitwellbrw: remove dead code
2008-05-02 Brian Paulgallium: new debug code (disabled)
2008-05-02 Keith Whitwelli915: update to new display target allocation
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Brian Paulgallium: fix typos, comments, whitespace
2008-05-02 Brian Paulgallium: remove ^M (CR) chars
2008-05-02 Brian Paulgallium: code movement (XSHM code)
2008-05-02 Brian Paulgallium: comments, clean-ups
2008-05-02 Michal Kroltgsi: Enable fast high precision rsqrt.
2008-05-02 Keith Whitwelltgsi: Implement fast rsqrtf. Not tested, inactive.
2008-05-02 Keith Whitwellgallium: remove usage of winsys->surface_alloc_storage...
2008-05-02 Keith Whitwellgallium: fix build after merge
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-02 Keith Whitwellcso: can memcmp-compare pipe_framebuffer_state now...
2008-05-02 Michal Kroltgsi: Do not assume IN and OUT registers are declared...
2008-05-02 Michal Kroltgsi: Fix build on Win32.
2008-05-02 Michal Kroltgsi: Dump destination register modulate modifier.
2008-05-02 Briangallium: temporarily disable broken SSE2 code for ARL...
2008-05-02 Briangallium: implement TGSI_OPCODE_EXP
2008-05-02 Briangallium: implement TGSI_OPCODE_LOG
2008-05-01 Brian Pauladded cast for MSVC
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Keith Whitwelltgsi: remove some bogus win vs. linux crud
2008-05-01 Keith Whitwellrtasm: learn another version of push
2008-05-01 Keith Whitwelldraw: label fn args -- shouldn't this be defined where...
2008-05-01 Keith Whitwellrtasm: fix labels after (not so) recent change to allow...
2008-05-01 Keith Whitwelli915: avoid crashing on bad parameter
2008-05-01 Keith Whitwelli915: fix warning
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsct: fix bug in remove_context_from_surface
2008-05-01 Michel Dänzergallium: Notify driver of texture updates in util_blit_...
2008-05-01 Keith Whitwelltgsi: restore HIGH_PRECISION setting
2008-05-01 Keith Whitwelltgsi: add some const qualifiers to immediate pointers
2008-05-01 Keith Whitwellrtasm: assert stack is fully popped in return
2008-05-01 Keith Whitwelldraw: avoid aliasing warning
next