| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-15 | 22 | -321/+882 |
|\ |
|
| * | 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 |
| * | 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 |
| * | 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 |
* | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 74 | -1024/+1006 |
|\| |
|
| * | Revert "st/mesa: Always recalculate invalid index bounds." | Corbin Simpson | 2010-03-12 | 1 | -3/+3 |
| * | i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy(). | Eric Anholt | 2010-03-12 | 1 | -7/+19 |
| * | i965: Clarify that DELTAXY always occurs for both X and Y. | Eric Anholt | 2010-03-12 | 1 | -14/+13 |
| * | i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt | 2010-03-12 | 1 | -5/+2 |
| * | i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt | 2010-03-12 | 1 | -3/+2 |
| * | i965: Fix up VS DP4 sequences to avoid dependency control. | Eric Anholt | 2010-03-12 | 4 | -0/+123 |
| * | i965: When doing a swizzled kill pixel, don't do redundant channel compares. | Eric Anholt | 2010-03-12 | 1 | -4/+12 |
| * | i965: Use the SEL instruction to implement MIN and MAX. | Eric Anholt | 2010-03-12 | 1 | -11/+3 |
| * | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 21 | -87/+49 |
| |\ |
|
| | * | dri/r700: include shader/programopt.h instead of programopt.c. | Luc Verhaegen | 2010-03-12 | 1 | -1/+1 |
| | * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 16 | -18/+18 |
| | * | radeon: Fix memory leaks from early return. | Vinson Lee | 2010-03-11 | 1 | -0/+2 |
| | * | st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ | Brian Paul | 2010-03-11 | 1 | -1/+1 |
| | * | st/mesa: fix st_set_framebuffer_surface() state validation | Brian Paul | 2010-03-11 | 1 | -38/+12 |
| | * | ARB prog parser: added (float) casts and regenerate files | Brian Paul | 2010-03-11 | 2 | -30/+16 |
| * | | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher | 2010-03-12 | 10 | -22/+30 |
| * | | gallium: fix BGRA vertex color swizzles | Marek Olšák | 2010-03-12 | 1 | -1/+1 |
| * | | st/mesa: Always recalculate invalid index bounds. | Corbin Simpson | 2010-03-12 | 1 | -3/+3 |
| * | | st/mesa: Update debug infos. | Corbin Simpson | 2010-03-12 | 1 | -2/+9 |
| * | | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell | 2010-03-12 | 9 | -101/+85 |
| |\ \ |
|
| | * | | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 8 | -42/+42 |
| | * | | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 9 | -82/+66 |
| * | | | r200: support additional blit formats | Alex Deucher | 2010-03-11 | 2 | -18/+138 |
| * | | | st/mesa: don't enable extensions which aren't actually supported | Roland Scheidegger | 2010-03-11 | 1 | -4/+3 |
| * | | | mesa/es: Validate the state in st_DrawTex. | Chia-I Wu | 2010-03-11 | 1 | -0/+2 |
| * | | | mesa/es: Fix GL_OES_draw_texture support. | Chia-I Wu | 2010-03-11 | 1 | -0/+11 |
| * | | | st/dri: move extension initilization to st/mesa completely | Marek Olšák | 2010-03-11 | 1 | -0/+9 |
| * | | | Merge remote branch 'origin/7.8' | Michel Dänzer | 2010-03-11 | 3 | -21/+10 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | windows: fix compilation errors and warnings | Karl Schultz | 2010-03-10 | 3 | -21/+10 |
| * | | st/mesa: always advertise texture_rectangle | Marek Olšák | 2010-03-11 | 1 | -1/+1 |
| * | | dri/nouveau: Just reemit the BO state on pushbuf flush. | Francisco Jerez | 2010-03-11 | 3 | -14/+14 |