| Commit message (Expand) | Author | Age | Files | Lines |
* | nv30, nv40: unify identical nv[34]0_state_rasterizer.c | Luca Barbieri | 2010-03-15 | 10 | -39/+20 |
* | nv30, nv40: unify identical nv[34]0_state_blend.c | Luca Barbieri | 2010-03-15 | 9 | -56/+13 |
* | nv30, nv40: non-trivially unify nv[34]0_state_emit.c | Luca Barbieri | 2010-03-15 | 13 | -199/+75 |
* | nv30, nv40: unify identical nv[34]0_transfer.c | Luca Barbieri | 2010-03-15 | 9 | -26/+26 |
* | nv30, nv40: unify identical nv[34]0_clear.c | Luca Barbieri | 2010-03-15 | 10 | -32/+10 |
* | nvfx: add nvfx directory to build system | Luca Barbieri | 2010-03-15 | 5 | -1/+33 |
* | nv30, nv40: add is_nv4x member to context and screen structs | Luca Barbieri | 2010-03-15 | 5 | -0/+11 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 51 | -1575/+1298 |
* | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | 2010-03-15 | 32 | -289/+289 |
* | nv30: remove unused on_hw field and constant fp_reg_control field | Luca Barbieri | 2010-03-15 | 2 | -5/+1 |
* | nv40: use NV34TCL_ constants where available | Luca Barbieri | 2010-03-15 | 14 | -186/+186 |
* | r300g: Remove unnecessary headers. | Vinson Lee | 2010-03-14 | 2 | -3/+0 |
* | dri/common: mv __driUtilMessage to utils.c | George Sapountzis | 2010-03-15 | 6 | -31/+29 |
* | dri/swrast: add comment in case it's not clear | George Sapountzis | 2010-03-15 | 1 | -2/+2 |
* | dri/swrast: drop mtypes.h from dri_sw | George Sapountzis | 2010-03-15 | 1 | -1/+1 |
* | dri/swrast: update copyright email | George Sapountzis | 2010-03-15 | 3 | -11/+3 |
* | dri/swrast: port to dri_sw (drawable) | George Sapountzis | 2010-03-15 | 4 | -22/+60 |
* | dri/swrast: port to dri_sw (context) | George Sapountzis | 2010-03-15 | 5 | -22/+58 |
* | dri/swrast: port to dri_sw | George Sapountzis | 2010-03-15 | 3 | -180/+100 |
* | dri: add dri_sw.c helper | George Sapountzis | 2010-03-15 | 2 | -0/+382 |
* | trace: Remove unnecessary headers. | Vinson Lee | 2010-03-14 | 1 | -3/+0 |
* | svga: Remove unnecessary header. | Vinson Lee | 2010-03-14 | 1 | -2/+0 |
* | glapi: exec_malloc for dispatch stubs | George Sapountzis | 2010-03-14 | 6 | -8/+156 |
* | glapi: this one should be by THREAD | George Sapountzis | 2010-03-14 | 1 | -6/+4 |
* | glapi: more organize code by arch | George Sapountzis | 2010-03-14 | 1 | -4/+10 |
* | glapi: organize arch-specific code by arch (2) | George Sapountzis | 2010-03-14 | 1 | -81/+73 |
* | glapi: organize arch-specific code by arch | George Sapountzis | 2010-03-14 | 1 | -19/+50 |
* | r300g: remove pipe_context from r300_screen | Marek Olšák | 2010-03-14 | 2 | -8/+0 |
* | softpipe: Remove unnecessary header. | Vinson Lee | 2010-03-13 | 1 | -1/+0 |
* | gallium: Respect user's CFLAGS for including X headers | Dan Nicholson | 2010-03-13 | 2 | -2/+4 |
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-03-13 | 4 | -6/+10 |
* | llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps. | José Fonseca | 2010-03-13 | 1 | -1/+5 |
* | r300g: add high quality anisotropic filtering for R5xx (disabled by default) | Marek Olšák | 2010-03-13 | 5 | -0/+27 |
* | r300g: fix anisotropic filtering, fix macrotiling | Marek Olšák | 2010-03-13 | 1 | -2/+2 |
* | r300g: refrain from using immediate mode if it causes slowdown | Marek Olšák | 2010-03-13 | 3 | -2/+48 |
* | r300g: fix up function names | Marek Olšák | 2010-03-13 | 2 | -3/+2 |
* | radeon: add some debuging info for glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -1/+7 |
* | r300: blits for small dst pitch work just fine | Maciej Cencora | 2010-03-13 | 1 | -6/+0 |
* | radeon: fix gl format to mesa format mapping and add GL_BGRA formats | Maciej Cencora | 2010-03-13 | 1 | -7/+18 |
* | radeon: fix glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -2/+11 |
* | llvmpipe: Ensure the context is flushed before modifying textures. | José Fonseca | 2010-03-13 | 4 | -0/+102 |
* | llvmpipe: Don't use texture transfer internally. | José Fonseca | 2010-03-13 | 5 | -116/+150 |
* | llvmpipe: Obey rasterization rules. | José Fonseca | 2010-03-13 | 5 | -30/+40 |
* | llvmpipe: setup_context -> lp_setup_context | José Fonseca | 2010-03-13 | 9 | -82/+82 |
* | nv50: fixup after gallium-context-transfers merge | Xavier Chantry | 2010-03-13 | 2 | -3/+0 |
* | python: Temporarily disable python state tracker until transfers are done by ... | José Fonseca | 2010-03-13 | 1 | -1/+2 |
* | st/egl: Cache the pipe surface used in flush_frontbuffer. | Chia-I Wu | 2010-03-13 | 1 | -7/+15 |
* | mklib: Fix amd64 builds on Solaris when using Sun compilers | Alan Coopersmith | 2010-03-12 | 1 | -4/+7 |
* | r300g: Forcibly sanitize max index. | Corbin Simpson | 2010-03-12 | 1 | -3/+3 |
* | Revert "st/mesa: Always recalculate invalid index bounds." | Corbin Simpson | 2010-03-12 | 1 | -3/+3 |