aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r600: improve blit supportAlex Deucher2010-01-152-247/+1074
* r600: add initial blit supportAndre Maasikas2010-01-157-323/+701
* r600: add r600_blit.cAlex Deucher2010-01-151-0/+609
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-154-12/+12
|\
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-234-12/+12
* | st/mesa: Initialise vertex element instance divisor to 0.Michal Krol2010-01-152-0/+3
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-1426-35/+0
|\ \
| * | st/mesa: Remove unnecessary header from st_program.c.Vinson Lee2010-01-131-1/+0
| * | st/mesa: Remove unnecessary header from st_texture.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_accum.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_atifragshader.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee2010-01-131-2/+0
| * | swrast: Remove unnecessary header from s_depth.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_feedback.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header in s_lines.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_points.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_readpix.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_texcombine.c.Vinson Lee2010-01-121-1/+0
| * | tnl: Remove unnecessary header from t_context.c.Vinson Lee2010-01-121-1/+0
| * | tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
| * | tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee2010-01-121-1/+0
| * | tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee2010-01-121-1/+0
| * | tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee2010-01-121-1/+0
| * | vbo: Remove unnecessary headers from vbo_exec.c.Vinson Lee2010-01-121-3/+0
| * | vbo: Remove unnecessary header from vbo_exec_array.c.Vinson Lee2010-01-121-1/+0
| * | vbo: Remove unnecessary header from vbo_exec_draw.c.Vinson Lee2010-01-121-1/+0
| * | vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee2010-01-121-2/+0
| * | vbo: Remove unnecessary header from vbo_save_loopback.c.Vinson Lee2010-01-111-1/+0
| * | vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee2010-01-111-3/+0
| * | x86: Remove unnecessary header from x86_xform.c.Vinson Lee2010-01-111-1/+0
| * | radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
| * | radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
* | | st/mesa: removed unused varBrian Paul2010-01-111-2/+0
* | | st/mesa: comments, whitespaceBrian Paul2010-01-111-8/+15
* | | st/mesa: Remove st_api.c.Chia-I Wu2010-01-122-34/+0
* | | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-118-8/+43
|\ \ \
| * | | intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg2010-01-085-17/+44
| * | | DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-0/+3
| * | | DRI2: add SwapBuffers supportJesse Barnes2010-01-082-0/+3
* | | | st: Mark functions in st_public.h and vg_tracker.h as public.Chia-I Wu2010-01-111-0/+22
* | | | Fix compressed texture loads for non-minimal pitchesLuca Barbieri2010-01-111-1/+16
* | | | radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
* | | | radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
* | | | st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-111-2/+2
* | | | r300: minor accelerated blit fixesMaciej Cencora2010-01-091-1/+14
* | | | r300: fallback on depth buffer blitsMaciej Cencora2010-01-091-3/+5
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-089-45/+65
|\ \ \ \ | | |/ / | |/| |