Age | Commit message (Expand) | Author |
2010-08-07 | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee |
2010-07-31 | tnl: Remove unnecessary headers. | Vinson Lee |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-03-03 | tnl: Remove color-index TNL support | Ian Romanick |
2010-02-19 | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | mesa: replace old MEMCPY macro with memcpy | Brian Paul |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-13 | mesa: Fix compiler warnings | Karl Schultz |
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul |
2010-01-29 | tnl: check that state is validated before drawing | Brian Paul |
2010-01-27 | tnl: fix double->float and int/uint conversion warnings | Brian Paul |
2010-01-23 | mesa: add core support for ARB_half_float_vertex. | Dave Airlie |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2010-01-12 | tnl: Remove unnecessary header from t_context.c. | Vinson Lee |
2010-01-12 | tnl: Remove unnecessary headers from t_draw.c. | Vinson Lee |
2010-01-12 | tnl: Remove unnecessary header from t_pipeline.c. | Vinson Lee |
2010-01-12 | tnl: Remove unnecessary header from t_rasterpos.c. | Vinson Lee |
2010-01-12 | tnl: Remove unnecessary header from t_vb_program.c. | Vinson Lee |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-06 | tnl: set FOGC result to (f,0,0,1) | Brian Paul |
2009-12-31 | tnl: add check for conditional rendering | Brian Paul |
2009-12-22 | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt |
2009-11-19 | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-11-19 | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL] | Eric Anholt |
2009-11-19 | tnl: Remove unused NotifyInputChanges() tnl dd hook. | Eric Anholt |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-10-22 | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick |
2009-10-13 | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick |
2009-09-09 | mesa: move call to init_c_cliptest() from enable.c to tnl module. | Brian Paul |
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt |
2009-08-13 | tnl: if NAN_CHECK is enabled, also assert that pos.x != 0 | Brian Paul |
2009-08-12 | vbo: Avoid extra validation of DrawElements. | Eric Anholt |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul |
2009-06-18 | mesa: fix first provoking vertex mode for unfilled tri strips | Brian Paul |
2009-06-03 | mesa: fix parity error for tri strips with 1st provoking vertex | Brian Paul |
2009-06-03 | tnl: fix first provoking vertex case for unfilled triangles | Brian Paul |
2009-06-03 | tnl: fix first provoking vertex bug for line loops | Brian Paul |
2009-06-03 | tnl: updated clip debug code (disabled) | Brian Paul |
2009-06-03 | tnl: add some floating point sanity checks (disabled) | Brian Paul |
2009-06-01 | tnl: implement GL_EXT_provoking_vertex | Brian Paul |
2009-05-22 | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS | Brian Paul |
2009-05-07 | tnl: added some clip debug/print code (disabled) | Brian Paul |