aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: eliminate tgsi_exec.h includeKeith Whitwell2010-06-071-1/+1
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-072-0/+40
* util: allocate larger tmp_row in util_format_translateKeith Whitwell2010-06-071-3/+4
* tgsi: reject interpolation and semantics on vs inputsKeith Whitwell2010-06-071-2/+6
* util: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-035-95/+151
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-035-41/+41
| * util: adapt to clear interface changesRoland Scheidegger2010-05-295-95/+151
* | tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul2010-06-031-6/+10
* | tgsi: whitespace cleanupBrian Paul2010-06-031-14/+2
* | gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-035-47/+56
* | util/u_debug: use MAX2 macroBrian Paul2010-06-031-7/+1
* | gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca2010-06-032-1/+30
* | gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca2010-06-035-52/+204
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-5/+5
* | util/u_debug: add description field to debug_named_valueJoakim Sindholt2010-06-032-6/+20
* | gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul2010-06-021-1/+1
* | gallivm: Add a lp_build_const_elem().José Fonseca2010-06-022-14/+29
* | llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca2010-06-022-2/+30
* | gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca2010-06-021-3/+9
* | gallivm: Make lp_build_sample_wrap_int usage more accurate.José Fonseca2010-06-021-11/+2
* | gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().José Fonseca2010-06-021-51/+50
* | gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().José Fonseca2010-06-021-78/+32
* | gallivm: Don't use lp_build_sample_wrap_nearest()José Fonseca2010-06-021-42/+46
* | tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2010-06-012-16/+0
* | tgsi: Remove tgsi-instruction-set.txt.José Fonseca2010-06-011-1127/+0
* | tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-014-7/+177
* | gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu2010-05-311-0/+3
* | util: Add inline function for approximate floating point comparison.José Fonseca2010-05-301-0/+9
* | draw: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-301-30/+3
* | util: Generic pointer to func conversion helper.José Fonseca2010-05-301-0/+12
* | gallivm: add assertions to check type of phi variablesBrian Paul2010-05-271-0/+2
* | util: Also add a define for the dynamic library's prefix.José Fonseca2010-05-271-0/+3
* | gallivm: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* | util: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
|/
* util: update comments at blitterMarek Olšák2010-05-251-1/+1
* util: fix indentation in blitterMarek Olšák2010-05-251-14/+14
* r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák2010-05-252-126/+121
* r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák2010-05-252-25/+29
* util: remove unused util_blitter_copy_surfaceMarek Olšák2010-05-251-19/+1
* gallivm: Choose an appropriate code generation optimization level.José Fonseca2010-05-251-1/+33
* gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li2010-05-241-105/+429
* util/blitter: allow NULL clear colorMarek Olšák2010-05-231-5/+14
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-2110-202/+176
|\
| * util: fix obvious util_blitter_copy bugs...Roland Scheidegger2010-05-191-4/+3
| * util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger2010-05-191-52/+2
| * util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2010-05-182-8/+18
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-178-143/+145
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-0431-782/+843
| |\
| * \ Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-3035-362/+725
| |\ \