summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-05draw: Remove unnecessary vertex flag ANDs.draw-decompose-2.1Chia-I Wu1-19/+15
2010-08-05draw: Mask out vertex flags in GS and stream output.Chia-I Wu2-2/+2
2010-08-05draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2-296/+36
2010-08-05draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2-138/+38
2010-08-05draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2-171/+39
2010-08-05draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2-252/+92
2010-08-05draw: Add draw_decompose_tmp.h.Chia-I Wu1-0/+425
2010-08-04st/mesa: Add missing header in st_context.c.Vinson Lee1-0/+1
2010-08-04st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee1-0/+1
2010-08-04st/mesa: Clean up header file inclusion in st_context.h.Vinson Lee1-9/+6
2010-08-04st/mesa: Add missing header in st_cb_xformfb.h.Vinson Lee1-0/+4
2010-08-04st/mesa: Clean up st_cb_viewport.h.Vinson Lee1-0/+7
2010-08-04st/mesa: Add missing headers in st_cb_texture.h.Vinson Lee1-0/+7
2010-08-05dri/nouveau: Don't try to validate uninitialized teximages.Francisco Jerez1-4/+4
2010-08-05dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled.Francisco Jerez2-2/+6
2010-08-05dri/nouveau: Fix up software mipmap generation.Francisco Jerez2-5/+51
2010-08-04st/mesa: Add forward declaration in st_cb_strings.h.Vinson Lee1-0/+2
2010-08-04st/mesa: Add missing header in st_cb_readpixels.h.Vinson Lee1-0/+4
2010-08-04st/mesa: Clean up header file inclusion in st_cb_rasterpos.h.Vinson Lee1-1/+3
2010-08-04st/mesa: Add missing header in st_cb_program.h.Vinson Lee1-0/+4
2010-08-04r300/compiler: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-04intel: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-04st/mesa: Add missing headers in st_cb_flush.h.Vinson Lee1-0/+6
2010-08-04st/mesa: Clean up header inclusion in st_cb_feedback.h.Vinson Lee1-1/+3
2010-08-04r600g: force flush on map as temporary fix to readpixelJerome Glisse1-0/+2
2010-08-04st/mesa: Add missing headers to st_cb_fbo.h.Vinson Lee1-0/+9
2010-08-04r600g: always perform texture perspective divide + fix blendingJerome Glisse4-65/+88
2010-08-04st/mesa: Clean up header file inclusion in st_cb_eglimage.h.Vinson Lee1-2/+3
2010-08-04draw: Fix return type of draw_translate_vinfo_size.Vinson Lee1-1/+1
2010-08-04st/mesa: Clean up header file inclusion in st_cb_drawtex.h.Vinson Lee1-1/+4
2010-08-04st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.Vinson Lee1-1/+4
2010-08-04st/mesa: Add forward declaration in st_cb_condrender.h.Vinson Lee1-0/+2
2010-08-04st/mesa: Add forward declarations in st_cb_clear.h.Vinson Lee1-0/+3
2010-08-04st/mesa: Include missing headers in st_cb_bufferobjects.h.Vinson Lee1-2/+5
2010-08-04st/mesa: Clean up header file inclusion in st_cb_blit.h.Vinson Lee1-2/+4
2010-08-04st/mesa: Clean up header file inclusion in st_cb_bitmap.h.Vinson Lee1-1/+4
2010-08-04glx: Move deref after NULL checkKristian Høgsberg1-1/+2
2010-08-04glx: Fix use after free in drisw error pathKristian Høgsberg1-2/+1
2010-08-04glx: We no longer need screen extensions for driswKristian Høgsberg1-2/+0
2010-08-04glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX oneKristian Høgsberg1-2/+2
2010-08-04r600: relax stride/alignment requirements for verticesAndre Maasikas3-20/+14
2010-08-04draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu1-4/+4
2010-08-03r300/compiler: Always unroll loops when doing loop emulation.Tom Stellard4-11/+14
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard11-169/+289
2010-08-03r300/compiler: KILP may not always be inside an IF statement.Tom Stellard1-9/+14
2010-08-03r300/compiler: Don't unroll loops with continue or break.Tom Stellard1-1/+12
2010-08-03st/mesa: Clean up header file inclusion in st_cache.h.Vinson Lee1-2/+3
2010-08-03st/mesa: Add forward declarations in st_atom_shader.h.Vinson Lee1-0/+3
2010-08-04r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie1-0/+3
2010-08-03draw: check for instance divisors in vcache_check_run()Brian Paul1-0/+22