summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-29r600g: separate resource_id and sampler_id tex info in tgsi-to-llvmVincent Lejeune1-0/+3
2012-11-29glcpp: Update README for new support of __LINE__ and __FILE__.Carl Worth1-3/+1
2012-11-29glcpp: Add test involving token pasting of INTEGER tokens.Carl Worth2-0/+15
2012-11-29glcpp: Add support for pasting of INTEGER tokens.Carl Worth1-14/+47
2012-11-29glcpp: Flag invalid pastes for integer followed by non-digitsCarl Worth1-5/+13
2012-11-29glcpp: Extend the invalid-paste testCarl Worth2-0/+20
2012-11-29glcpp: More factoring-out of common code to simplify things.Carl Worth1-26/+20
2012-11-29glcpp: Factor out a tiny bit of repeated code.Carl Worth1-4/+1
2012-11-29glcpp: Add support for __LINE__ and __FILE__ macrosCarl Worth3-1/+45
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry50-261/+261
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák7-26/+71
2012-11-29mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák3-119/+127
2012-11-29android: include api_exec.c in generated files listTapani Pälli1-0/+1
2012-11-29gallivm: Fix lp_build_float_to_half.José Fonseca1-30/+75
2012-11-29gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplersRoland Scheidegger1-2/+2
2012-11-29llvmpipe: support array texturesRoland Scheidegger6-7/+32
2012-11-29gallivm: support array texturesRoland Scheidegger6-65/+103
2012-11-29llvmpipe: Remove lp_build_blend_soa()José Fonseca5-538/+37
2012-11-29llvmpipe: Eliminate color buffer swizzling.José Fonseca17-1334/+30
2012-11-29llvmpipe: Only advertise unswizzled formats.José Fonseca3-25/+17
2012-11-29util/u_format: Kill util_format_is_array().José Fonseca4-53/+4
2012-11-29util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2-2/+11
2012-11-29util/u_format: Fix format manipulation for big-endianAdhemerval Zanella1-5/+5
2012-11-29gallivm: Fix format manipulation for big-endianAdhemerval Zanella5-12/+145
2012-11-29gallivm: Add byte-swap construct callsAdhemerval Zanella2-0/+89
2012-11-29gallivm: Fix vector constant for shuffleAdhemerval Zanella1-1/+6
2012-11-29gallivm: clear Altivec NJ bitAdhemerval Zanella1-0/+19
2012-11-29gallivm: Altivec floating-point roundingAdhemerval Zanella1-23/+70
2012-11-29gallivm: Altivec vector add/sub intrisicsAdhemerval Zanella2-15/+27
2012-11-29gallivm: Altivec vector max/min intrisicsAdhemerval Zanella1-2/+54
2012-11-29gallivm: Altivec pack/unpack intrisicsAdhemerval Zanella1-14/+30
2012-11-29radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.Michel Dänzer1-1/+5
2012-11-28i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.Kenneth Graunke3-4/+3
2012-11-28i965/vs: Split final assembly code generation out of vec4_visitor.Kenneth Graunke4-53/+106
2012-11-28i965/vs: Abort on unsupported opcodes rather than failing.Kenneth Graunke1-3/+4
2012-11-28i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.Kenneth Graunke3-14/+19
2012-11-28i965/vs: Rework memory contexts for shader compilation data.Kenneth Graunke5-8/+12
2012-11-28i965/vs: Pass the brw_context pointer into brw_compute_vue_map().Kenneth Graunke1-3/+2
2012-11-28i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.Kenneth Graunke5-9/+14
2012-11-28i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.Kenneth Graunke2-263/+265
2012-11-28meta: Don't try to glOrtho when the draw buffer isn't initialized.Kenneth Graunke1-3/+5
2012-11-29docs: Mark some features in GL3.txt as done for r600Jason Wood1-3/+3
2012-11-29st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2-7/+8
2012-11-29st/mesa: add support for GL core profilesMarek Olšák2-1/+6
2012-11-29configure.ac: remove -fomit-frame-pointer from LLVM flagsMarek Olšák1-1/+2
2012-11-29configure.ac: look for whole words in LLVM flags, not prefixesMarek Olšák1-5/+6
2012-11-29configure.ac: consolidate stripping unwanted LLVM flagsMarek Olšák1-3/+16
2012-11-29configure.ac: print LLVM flagsMarek Olšák1-0/+6
2012-11-28util: add more memory debugging featuresBrian Paul2-1/+84
2012-11-28llvmpipe: Implement logic ops for the AoS path.José Fonseca1-1/+8