summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-26configure: remote --enable-remote, use --with-gallium-drivers=remote insteadHEADspice_vgalliumAlon Levy1-19/+15
2011-08-26remote: add missing MakefilesAlon Levy2-0/+132
2011-08-26configure: --enable-remote fix, add remote driverAlon Levy1-0/+1
2011-08-26links, loads (try glxinfo) but breaksAlon Levy8-44/+404
2011-08-26remote: more in progress - moving some winsys to driverAlon Levy7-67/+154
2011-08-26s/g/w/s/remote_xlib: remove all glx implementationAlon Levy1-12/+2
2011-08-26s/g/w/s/remote_xlib: fix Makefile LIBNAMEAlon Levy1-1/+1
2011-08-26remote: (wip) winsys (from old, doesn't build), remote makefileAlon Levy1-0/+90
2011-08-26s/g/winsys/sw/remote_xlib: adding, broken - uses 2 years old apiAlon Levy3-0/+564
2011-08-26g/d/remote: rename tr_ to remote_Alon Levy5-4/+4
2011-08-26g/d/r: builds and links, now how do I get a libGL.so?Alon Levy1-363/+171
2011-08-26gallium/drivers/remote: tr_context.c buildsAlon Levy4-56/+340
2011-08-26g/d/r: use debug_printf instead of printfAlon Levy4-30/+25
2011-08-26g/d/r: staticfy discard_asynchronous_messagesAlon Levy1-1/+1
2011-08-26g/d/r: ifdef some unused functions to avoid unused warningAlon Levy2-1/+4
2011-08-26g/d/remote: add include stdioAlon Levy1-0/+3
2011-08-26g/d/remote: pipe_framebuffer_state num_cbufs->nr_cbufsAlon Levy1-2/+2
2011-08-26g/d/remote: pipe/p_debug.h,p_inlines.h -> util/u_*Alon Levy2-2/+2
2011-08-26g/d/remote: s/(pipe_buffer|pipe_texture)/pipe_resource/Alon Levy1-6/+6
2011-08-26g/d/remote: optotext: fix return value (fold earlier)Alon Levy1-0/+1
2011-08-26gallium/drivers/remote: s/\<pipe_texture\>/pipe_resource/Alon Levy1-2/+2
2011-08-26gallium/drivers/remote: add static's and (void)Alon Levy3-13/+15
2011-08-26gallium/drivers/remote with s/uint64/uint64_tAlon Levy13-0/+4229
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parsermasterChristian König5-1751/+934
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König6-140/+91
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König5-22/+34
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König6-29/+11
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König11-361/+437
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König10-16/+61
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König7-316/+404
2011-08-26tgsi: update tgsi.rst for TXQDave Airlie1-2/+14
2011-08-25i915g: Fix off-by-one in scissors.David Reveman1-2/+2
2011-08-25i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin1-3/+3
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin4-6/+18
2011-08-25r600g: fix replace_gpr_with_pv_psVadim Girlin1-1/+1
2011-08-25r600g: fix check_and_set_bank_swizzleVadim Girlin1-10/+20
2011-08-25glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke1-1/+3
2011-08-25i965: Remove all bits of NRM3 and NRM4 codeIan Romanick1-31/+0
2011-08-25glsl: fix crash when a const is passed to texelFetchOffsetDave Airlie1-0/+1
2011-08-25glsl: Bail after reporting an error for non-constant const_in parameters.Kenneth Graunke1-0/+1
2011-08-25pp: add files to Makefile.sourcesBrian Paul1-0/+6
2011-08-25Merge branch 'kasanen-post-process-v2'Brian Paul22-4/+4844
2011-08-25softpipe: add const qualifier to silence warningsBrian Paul1-1/+1
2011-08-25glsl_to_tgsi: add TXF support. (v2)Dave Airlie1-3/+7
2011-08-25softpipe: implement TXF support via get_texel callbackDave Airlie1-0/+69
2011-08-25tgsi: add TXF support.Dave Airlie2-1/+59
2011-08-25glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie1-9/+18
2011-08-25softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie1-0/+40
2011-08-25tgsi: add TXQ support. (v2)Dave Airlie2-1/+31
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke7-5/+9