summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-06llvmpipe: use a define to decide whether to use draw llvm pathsgallium_draw_llvmZack Rusin1-1/+5
2010-04-06draw llvm: disable debugging outputZack Rusin2-0/+4
2010-04-06draw llvm: implement simple pipeline caching using variantsZack Rusin3-35/+103
2010-04-06draw llvm: fix iteration for larger vertex arraysZack Rusin1-8/+8
2010-04-06draw llvm: iterate with the correct stop over the outputsZack Rusin1-2/+1
2010-04-06draw llvm: fix draw arraysZack Rusin3-11/+14
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin4-16/+66
2010-04-05draw llvm: when generating the vertex_header struct adjust its nameZack Rusin1-1/+4
2010-04-02draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin4-54/+94
2010-04-02draw llvm: fix translation of formats with variable componentsZack Rusin1-0/+13
2010-04-01draw llvm: a lot better storing implementationZack Rusin3-4/+157
2010-03-31Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin112-2673/+2805
2010-03-31draw llvm: fix iteration over buffersZack Rusin2-4/+26
2010-03-31gallivm: convert floats to doublesZack Rusin1-2/+9
2010-04-01r300g: add RGBA16F colorbuffer supportMarek Olšák1-5/+8
2010-04-01r300g: add RGTC texture supportMarek Olšák3-1/+56
2010-04-01r300g: format handling cleanupMarek Olšák2-24/+16
2010-03-31softpipe: Use S3TC when avaiilable,José Fonseca1-5/+8
2010-03-31util: Hook into libtxc_dxtn.so (WIP).José Fonseca6-5/+738
2010-03-31llvmpipe: Don't call unused generate_clamp().José Fonseca1-2/+0
2010-03-31libgl-xlib: Fix missing X11 symbols.José Fonseca1-0/+2
2010-03-31util: Make the accessors bidimensional again.José Fonseca4-73/+69
2010-03-31util: First stab at half-float conversion.Michal Krol1-46/+55
2010-03-31util: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.José Fonseca3-64/+19
2010-03-31util: Silence pointer to integer size mismatch errors.José Fonseca1-1/+1
2010-03-31util: Add callback to fetch a single pixel.José Fonseca4-174/+248
2010-03-31python/tests: Read the number of tests to execute from command line.José Fonseca1-1/+4
2010-03-31mesa: Use a consistent name of the external s3tc library for all windows comp...José Fonseca1-1/+1
2010-03-31scons: Force to consider the util/u_format_pack.py for util/u_format_table.c.José Fonseca1-0/+4
2010-03-31scons: Don't always include/links X11 headers/libs.José Fonseca2-12/+52
2010-03-31scons: Don't always link expat.José Fonseca1-1/+0
2010-03-31llvmpipe: Disable threads by default on embedded.José Fonseca1-0/+4
2010-03-31os: Temporarily use posix thread for embedded too.Kurt Daverman1-6/+6
2010-03-31scons: Allow any toolchain to be specified in the command line.José Fonseca1-2/+1
2010-03-31util: Remove the hand written u_tile.c functions for the ones that are code g...José Fonseca1-783/+0
2010-03-31util: Use u_format_pack.py's code instead of u_format_access.py.José Fonseca6-355/+163
2010-03-31llvmpipe: Don't rely on u_format_access.pyJosé Fonseca3-8/+7
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger53-256/+309
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca8-258/+245
2010-03-31util: Make pack/unpack operate on spans.José Fonseca2-30/+42
2010-03-31st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs2-4/+4
2010-03-31util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca2-8/+12
2010-03-31util: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case.José Fonseca1-6/+5
2010-03-31util: Use VOID type for X channels in format descriptions.José Fonseca3-18/+18
2010-03-31python/tests: Run trhough tests randomly.José Fonseca2-55/+52
2010-03-31gallivm: Fix USCALED translation. Minor Cleanups.José Fonseca1-3/+3
2010-03-31llvmpipe: More accurate format capability exporting.José Fonseca1-5/+1
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca6-701/+1
2010-03-31util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca5-75/+29
2010-03-31python/tests: Rename test name.José Fonseca1-0/+0