| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add swrast_texture_image::Buffer | Brian Paul | 2011-10-23 | 2 | -1/+2 |
* | tnl: fix result vector allocation regression | Brian Paul | 2011-10-07 | 1 | -4/+10 |
* | tnl: Delay results allocation until we actually need them. | Eric Anholt | 2011-10-01 | 1 | -7/+5 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 2 | -50/+50 |
* | tnl: include swrast/s_chan.h to fix sse build | Brian Paul | 2011-09-21 | 1 | -0/+1 |
* | mesa: move last bits of GLchan stuff into swrast | Brian Paul | 2011-09-20 | 2 | -1/+2 |
* | tnl: fix regression in bind_indices() | Brian Paul | 2011-08-30 | 1 | -1/+2 |
* | tnl: add const qualifier to silence warning | Brian Paul | 2011-08-30 | 1 | -1/+1 |
* | tnl: use buffer helper functions to improve readbility | Brian Paul | 2011-08-30 | 1 | -1/+3 |
* | mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm | Ian Romanick | 2011-08-26 | 1 | -3/+1 |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -2/+2 |
* | tnl: Only map the necessary buffer range in bind_indices | Ian Romanick | 2011-08-23 | 1 | -5/+21 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -6/+5 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -2/+0 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -3/+1 |
* | swrast: initial multi-threaded span rendering | Andreas Fänger | 2011-08-11 | 1 | -0/+12 |
* | mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2011-04-21 | 1 | -8/+4 |
* | mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines | Brian Paul | 2011-03-11 | 1 | -1/+2 |
* | tnl: Add support for datatype GL_FIXED in vertex arrays | Chad Versace | 2011-02-15 | 1 | -0/+40 |
* | tnl: assert that num_instances > 0 | Brian Paul | 2011-01-17 | 1 | -0/+2 |
* | Merge branch 'draw-instanced' | Brian Paul | 2011-01-15 | 3 | -9/+19 |
|\ |
|
| * | tnl: implement instanced drawing | Brian Paul | 2010-12-10 | 3 | -9/+19 |
* | | tnl: Clean up header file inclusion in t_vertex.h. | Vinson Lee | 2010-12-30 | 1 | -1/+4 |
* | | tnl: Clean up header file inclusion in t_vp_build.h. | Vinson Lee | 2010-12-30 | 2 | -2/+2 |
* | | tnl: Clean up header file inclusion in tnl.h. | Vinson Lee | 2010-12-30 | 1 | -1/+4 |
* | | tnl: a better way to initialize the gl_program_machine memory | Brian Paul | 2010-12-13 | 1 | -15/+17 |
* | | tnl: Initialize gl_program_machine memory in run_vp. | Vinson Lee | 2010-12-10 | 1 | -1/+1 |
|/ |
|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 26 | -191/+191 |
* | Remove GL_EXT_cull_vertex | Ian Romanick | 2010-09-27 | 2 | -97/+0 |
* | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | 2010-08-07 | 3 | -2/+2 |
* | tnl: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 8 | -8/+0 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -3/+3 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 4 | -256/+39 |
* | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | 2010-02-19 | 3 | -6/+6 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 4 | -22/+22 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 4 | -7/+7 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 2 | -2/+2 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 2 | -4/+4 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -1/+1 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 2 | -2/+3 |
* | tnl: check that state is validated before drawing | Brian Paul | 2010-01-29 | 1 | -0/+3 |
* | tnl: fix double->float and int/uint conversion warnings | Brian Paul | 2010-01-27 | 3 | -3/+3 |
* | mesa: add core support for ARB_half_float_vertex. | Dave Airlie | 2010-01-23 | 1 | -0/+19 |
* | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 5 | -8/+0 |
|\ |
|
| * | tnl: Remove unnecessary header from t_context.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
| * | tnl: Remove unnecessary headers from t_draw.c. | Vinson Lee | 2010-01-12 | 1 | -4/+0 |
| * | tnl: Remove unnecessary header from t_pipeline.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
| * | tnl: Remove unnecessary header from t_rasterpos.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
| * | tnl: Remove unnecessary header from t_vb_program.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |