summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: Add missing header in st_context.c.Vinson Lee2010-08-041-0/+1
* st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee2010-08-041-0/+1
* st/mesa: Clean up header file inclusion in st_context.h.Vinson Lee2010-08-041-9/+6
* st/mesa: Add missing header in st_cb_xformfb.h.Vinson Lee2010-08-041-0/+4
* st/mesa: Clean up st_cb_viewport.h.Vinson Lee2010-08-041-0/+7
* st/mesa: Add missing headers in st_cb_texture.h.Vinson Lee2010-08-041-0/+7
* dri/nouveau: Don't try to validate uninitialized teximages.Francisco Jerez2010-08-051-4/+4
* dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled.Francisco Jerez2010-08-052-2/+6
* dri/nouveau: Fix up software mipmap generation.Francisco Jerez2010-08-052-5/+51
* st/mesa: Add forward declaration in st_cb_strings.h.Vinson Lee2010-08-041-0/+2
* st/mesa: Add missing header in st_cb_readpixels.h.Vinson Lee2010-08-041-0/+4
* st/mesa: Clean up header file inclusion in st_cb_rasterpos.h.Vinson Lee2010-08-041-1/+3
* st/mesa: Add missing header in st_cb_program.h.Vinson Lee2010-08-041-0/+4
* r300/compiler: Remove unnecessary header.Vinson Lee2010-08-041-1/+0
* intel: Remove unnecessary header.Vinson Lee2010-08-041-1/+0
* st/mesa: Add missing headers in st_cb_flush.h.Vinson Lee2010-08-041-0/+6
* st/mesa: Clean up header inclusion in st_cb_feedback.h.Vinson Lee2010-08-041-1/+3
* r600g: force flush on map as temporary fix to readpixelJerome Glisse2010-08-041-0/+2
* st/mesa: Add missing headers to st_cb_fbo.h.Vinson Lee2010-08-041-0/+9
* r600g: always perform texture perspective divide + fix blendingJerome Glisse2010-08-044-65/+88
* st/mesa: Clean up header file inclusion in st_cb_eglimage.h.Vinson Lee2010-08-041-2/+3
* draw: Fix return type of draw_translate_vinfo_size.Vinson Lee2010-08-041-1/+1
* st/mesa: Clean up header file inclusion in st_cb_drawtex.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Add forward declaration in st_cb_condrender.h.Vinson Lee2010-08-041-0/+2
* st/mesa: Add forward declarations in st_cb_clear.h.Vinson Lee2010-08-041-0/+3
* st/mesa: Include missing headers in st_cb_bufferobjects.h.Vinson Lee2010-08-041-2/+5
* st/mesa: Clean up header file inclusion in st_cb_blit.h.Vinson Lee2010-08-041-2/+4
* st/mesa: Clean up header file inclusion in st_cb_bitmap.h.Vinson Lee2010-08-041-1/+4
* glx: Move deref after NULL checkKristian Høgsberg2010-08-041-1/+2
* glx: Fix use after free in drisw error pathKristian Høgsberg2010-08-041-2/+1
* glx: We no longer need screen extensions for driswKristian Høgsberg2010-08-041-2/+0
* glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX oneKristian Høgsberg2010-08-041-2/+2
* r600: relax stride/alignment requirements for verticesAndre Maasikas2010-08-043-20/+14
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* r300/compiler: Always unroll loops when doing loop emulation.Tom Stellard2010-08-034-11/+14
* r300/compiler: r500 hw support for break and continue in loops.Tom Stellard2010-08-0311-169/+289
* r300/compiler: KILP may not always be inside an IF statement.Tom Stellard2010-08-031-9/+14
* r300/compiler: Don't unroll loops with continue or break.Tom Stellard2010-08-031-1/+12
* st/mesa: Clean up header file inclusion in st_cache.h.Vinson Lee2010-08-031-2/+3
* st/mesa: Add forward declarations in st_atom_shader.h.Vinson Lee2010-08-031-0/+3
* r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie2010-08-041-0/+3
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* mesa: increase the relative address offset limit to 4096 in ARB_vp/fpMarek Olšák2010-08-042-4/+4
* r600g: add polygon offset supportJerome Glisse2010-08-033-7/+62