i915simple: Fix win9x build.
[mesa.git] / src / gallium / auxiliary /
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-12 Zack Rusinadjust llvm code to the changes in 2.3
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 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-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-05 José Fonsecautil: Alternative implementation for standard c library...
2008-05-02 Brian Paulgallium: remove 0.5 vertex biases in set_vertex_data()
2008-05-02 Brian Paulgallium: remove ^M (CR) chars
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: 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 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 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
2008-05-01 Keith Whitwelltgsi: use EBX everywhere, be sure to push/pop it
2008-05-01 Keith Whitwelltgsi: use x86_fn_arg instead of get_argument() -- it...
2008-05-01 Keith Whitwelltgsi: use ESI instead of EBX on non-win32 platforms
2008-05-01 Keith Whitwellgallium: do something sensible on the error path to...
2008-05-01 José Fonsecagallium: Add newline to eof.
2008-05-01 Keith Whitwelldraw: squash warnings
2008-05-01 Keith Whitwelldraw: turn on SSE swizzle code
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-30 Zack Rusintry to fix the deleting of the bound cso during cleanup...
2008-04-30 José Fonsecagallium: Fix release build.
2008-04-30 José Fonsecad3d: Windows miniport driver portability fixes.
2008-04-30 Brian Paulgallium: init hw_key with memset() to silence valgrind...
2008-04-29 Zack Rusinsilence p_debug.h:63: warning: ISO C forbids forward...
2008-04-29 Keith Whitwellgallium: add pack for _FLOAT formats to pack_ub
2008-04-29 Keith Whitwellgallium: fix pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add pack for A4R4G4B4
2008-04-29 Keith Whitwellgallium: add pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add debug_print_format() make it easier to...
2008-04-29 Brian Paulgallium: added some assertions to be sure the blit...
2008-04-29 Brian Paulgallium: add \n to error strings
2008-04-29 Brian Paulgallium: fix error msg typo
2008-04-28 Keith Whitwelltgsi: make loop structure clearer, use x86_lea for...
2008-04-28 Keith Whitwelltsgi: add a makefile
2008-04-28 Keith Whitwelltranslate: squash warnings
2008-04-28 Keith Whitwellpb: remove unused variable, squash warning
2008-04-28 Michal Krolgallium: Set SSE_SWIZZLES to 0 by default.
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-28 Brian Paulgallium: add cases for PIPE_FORMAT_X8Z24_UNORM
2008-04-27 José Fonsecapipebuffer: Be extra cautious with the incoming buffers.
2008-04-27 José Fonsecartasm: Implement x86_retw.
2008-04-26 Briangallium: fix broken SGT, SLE
2008-04-26 Brianuse PIPE_ARCH_X86
2008-04-25 Keith Whitwelldraw: emit extra flags whenever pipeline is active
next