mesa/src/gallium/targets
Adam Jackson 2151d893fb gallium: Fix llvmpipe on big-endian machines
Squashed commit of the following:

commit 0857a7e105bfcbc4d1431b2cc56612094c747ca3
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:07 2013 -0400

    gallivm: Fix lp_build_rgba8_to_fi32_soa for big endian

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 0d65131649a8aa140e2db228ba779d685c4333e3
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:07 2013 -0400

    gallivm: Fix big-endian machines

    This adds a bit-shift count to the format table, and adds the concept of
    vector or bitwise alignment on gathers.

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 9740bda9b7dc894b629ed38be9b51059ce90818f
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:07 2013 -0400

    llvmpipe: Fix convert_to_blend_type on big-endian

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit ae037c2de0f029e4e99371c0de25560484f0d8df
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    util: Convert color pack to packed formats

    This fixes them on big-endian.

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 5b05ac0c89ae092ea8ba5bba9f739708d7396b5c
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    graw-xlib: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 51396e7d098cb6ff794391cf11afe4dbf86dbea0
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    format: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 417b60bc66eb450e68a92ab0e47f76e292b385e6
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    st/dri: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 0934b2e022a5e0847d312c40734e2b44cac52fd8
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    st/xlib: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit a307ea3c3716a706963acce7966b5e405ba11db9
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    gbm: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 53eebdd253e1960a645ea278f31d7ef6a6cf4aeb
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    tests: Convert to packed formats

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 2f77fe3ee524945eacd546efcac34f7799fb3124
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jun 18 13:07:37 2013 -0400

    gallium: Document packed formats

    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 1f1017159ce951f922210a430de9229f91f62714
Author: Richard Sandiford <r.sandiford@uk.ibm.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    gallium: Introduce 32-bit packed format names

    These are for interacting with buffers natively described in terms of
    bit shifts, like X11 visuals:

        uint32_t xyzw8888 = (x << 0) | (y << 8) | (z << 16) | (w << 24);

    Define these in terms of (endian-dependent) aliases to the array-style
    format names.

    Reviewed-by: Adam Jackson <ajax@redhat.com>
    Signed-off-by: Richard Sandiford <r.sandiford@uk.ibm.com>

commit 6cc7ab1ee66ed668da78c1d951dfd7782b4e786a
Author: Adam Jackson <ajax@redhat.com>
Date:   Mon Jun 3 12:10:32 2013 -0400

    gallium: Document format name conventions

    v2:
    - Fix a channel name thinko (Michel Dänzer)
    - Elaborate on SCALED versus INT
    - Add links to DirectX and FOURCC docs

    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit df4d269e7fb62051a3c029b84147465001e5776e
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jun 18 12:25:06 2013 -0400

    gallivm: Remove all notion of byte-swapping

    Signed-off-by: Adam Jackson <ajax@redhat.com>

Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-06-24 09:48:56 -04:00
..
dri-freedreno freedreno: add noop driver 2013-04-24 21:09:46 -04:00
dri-i915 targets/dri-i915: Force c++ linker in all cases 2013-05-09 17:04:27 -07:00
dri-ilo ilo: get rid of function tables in winsys 2013-06-12 17:46:52 +08:00
dri-nouveau xmlpool: Fix out-of-tree builds. 2013-01-13 12:38:50 +01:00
dri-r300 scons: remove radeon build 2013-05-03 18:44:43 +02:00
dri-r600 scons: remove radeon build 2013-05-03 18:44:43 +02:00
dri-radeonsi scons: remove radeon build 2013-05-03 18:44:43 +02:00
dri-swrast target/dri-swrast: fix for nonstandard LLVM prefix 2013-01-13 12:22:15 +01:00
dri-vmwgfx svga: always link with C++ 2013-03-01 17:31:32 -07:00
egl-static ilo: get rid of function tables in winsys 2013-06-12 17:46:52 +08:00
gbm build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. 2013-04-30 14:03:32 -07:00
graw-gdi graw-gdi: Silence gcc missing initialization warning. 2011-03-06 09:10:03 +00:00
graw-null graw: Ensure new members are zeroed. 2012-10-26 16:02:59 +01:00
graw-xlib gallium: Fix llvmpipe on big-endian machines 2013-06-24 09:48:56 -04:00
haiku-softpipe Haiku: Add Gallium winsys and target code 2013-05-22 14:31:44 -05:00
libgl-gdi libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH. 2013-01-15 14:16:09 -08:00
libgl-xlib libgl-xlib/build: Link with C++ when LLVM is used 2013-01-24 14:00:27 -08:00
opencl build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. 2013-04-30 14:03:32 -07:00
osmesa mesa: Restore 78-column wrapping of license text in C-style comments. 2013-04-23 22:07:09 -07:00
pipe-loader build: Get rid of GALLIUM_MAKE_DIRS 2013-04-15 12:05:55 -07:00
vdpau-nouveau Clean up .gitignore files 2013-01-10 22:01:31 +01:00
vdpau-r300 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
vdpau-r600 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
vdpau-radeonsi radeonsi/vdpau: remove nonsense state tracker dep 2013-01-16 15:28:43 +01:00
vdpau-softpipe vdpau-softpipe: Build correct source file - vl_winsys_xsp.c 2013-03-03 22:53:26 -08:00
xa-vmwgfx targets/xa-vmwgfx: Force c++ linker to fix undefined symbols 2013-02-22 10:21:43 +01:00
xorg-i915 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xorg-nouveau Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xorg-r600 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xorg-radeonsi Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xvmc-nouveau Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xvmc-r300 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xvmc-r600 Clean up .gitignore files 2013-01-10 22:01:31 +01:00
xvmc-softpipe Clean up .gitignore files 2013-01-10 22:01:31 +01:00
Makefile.am ilo: add the driver to the build system 2013-04-26 16:20:52 +08:00
SConscript.dri scons: Update for xmlpool/options.h generation. 2013-01-12 19:00:04 +00:00